geovisio 2.11.0__py3-none-any.whl → 2.12.0__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.
Files changed (209) hide show
  1. geovisio/__init__.py +30 -2
  2. geovisio/admin_cli/db.py +1 -1
  3. geovisio/db_migrations.py +2 -2
  4. geovisio/migrations/20221201_01_wpCGc-initial-schema.rollback.sql +9 -0
  5. geovisio/migrations/20221201_01_wpCGc-initial-schema.sql +71 -0
  6. geovisio/migrations/20221201_02_ZG8AR-camera-information.rollback.sql +5 -0
  7. geovisio/migrations/20221201_02_ZG8AR-camera-information.sql +10 -0
  8. geovisio/migrations/20221222_01_fsB6f-add-account.rollback.sql +7 -0
  9. geovisio/migrations/20221222_01_fsB6f-add-account.sql +33 -0
  10. geovisio/migrations/20230113_01_0co97-rm-metadata-duplicates.rollback.sql +5 -0
  11. geovisio/migrations/20230113_01_0co97-rm-metadata-duplicates.sql +5 -0
  12. geovisio/migrations/20230116_01_9PkjZ-add-oauth-provider.rollback.sql +12 -0
  13. geovisio/migrations/20230116_01_9PkjZ-add-oauth-provider.sql +10 -0
  14. geovisio/migrations/20230117_01_K71Pd-pictures-ts-index.rollback.sql +4 -0
  15. geovisio/migrations/20230117_01_K71Pd-pictures-ts-index.sql +4 -0
  16. geovisio/migrations/20230130_01_VRIv2-sequences-account.rollback.sql +5 -0
  17. geovisio/migrations/20230130_01_VRIv2-sequences-account.sql +25 -0
  18. geovisio/migrations/20230324_01_ba9WA-status.rollback.sql +35 -0
  19. geovisio/migrations/20230324_01_ba9WA-status.sql +11 -0
  20. geovisio/migrations/20230324_02_efgI6-picture-process.rollback.sql +20 -0
  21. geovisio/migrations/20230324_02_efgI6-picture-process.sql +44 -0
  22. geovisio/migrations/20230407_01_wofh1-computed-headings.rollback.sql +6 -0
  23. geovisio/migrations/20230407_01_wofh1-computed-headings.sql +6 -0
  24. geovisio/migrations/20230417_01_ZgLMY-add-exif-metadata-column-for-pictures.rollback.sql +4 -0
  25. geovisio/migrations/20230417_01_ZgLMY-add-exif-metadata-column-for-pictures.sql +4 -0
  26. geovisio/migrations/20230420_01_elaN3-remove-picture-and-sequence-file-paths.rollback.sql +5 -0
  27. geovisio/migrations/20230420_01_elaN3-remove-picture-and-sequence-file-paths.sql +5 -0
  28. geovisio/migrations/20230425_01_gYP77-pictures-edits-triggers.rollback.sql +5 -0
  29. geovisio/migrations/20230425_01_gYP77-pictures-edits-triggers.sql +64 -0
  30. geovisio/migrations/20230427_01_k5e5w-timestamps.rollback.sql +10 -0
  31. geovisio/migrations/20230427_01_k5e5w-timestamps.sql +19 -0
  32. geovisio/migrations/20230511_01_TdpKo-tokens.rollback.sql +7 -0
  33. geovisio/migrations/20230511_01_TdpKo-tokens.sql +34 -0
  34. geovisio/migrations/20230615_01_u7aRf-pic-delete-cascade.rollback.sql +10 -0
  35. geovisio/migrations/20230615_01_u7aRf-pic-delete-cascade.sql +12 -0
  36. geovisio/migrations/20230623_01_y1SiQ-pic-deletion-task.rollback.sql +39 -0
  37. geovisio/migrations/20230623_01_y1SiQ-pic-deletion-task.sql +36 -0
  38. geovisio/migrations/20230629_01_ZdB3i-compute-heading-0.sql +27 -0
  39. geovisio/migrations/20230711_01_JGSPB-inserted-at-index.rollback.sql +4 -0
  40. geovisio/migrations/20230711_01_JGSPB-inserted-at-index.sql +4 -0
  41. geovisio/migrations/20230720_01_EyQ0e-sequences-summary.rollback.sql +7 -0
  42. geovisio/migrations/20230720_01_EyQ0e-sequences-summary.sql +26 -0
  43. geovisio/migrations/20230803_01_aXusm-fix-sequence-computed.rollback.sql +4 -0
  44. geovisio/migrations/20230803_01_aXusm-fix-sequence-computed.sql +25 -0
  45. geovisio/migrations/20231018_01_4G3YE-pictures-exiv2.rollback.sql +165 -0
  46. geovisio/migrations/20231018_01_4G3YE-pictures-exiv2.sql +206 -0
  47. geovisio/migrations/20231103_01_ZVKEm-update-seq-on-pic-change.rollback.sql +7 -0
  48. geovisio/migrations/20231103_01_ZVKEm-update-seq-on-pic-change.sql +28 -0
  49. geovisio/migrations/20231110_01_3p070-jobs-error.rollback.sql +7 -0
  50. geovisio/migrations/20231110_01_3p070-jobs-error.sql +93 -0
  51. geovisio/migrations/20231121_01_v6oBF-more-specific-triggers.rollback.sql +36 -0
  52. geovisio/migrations/20231121_01_v6oBF-more-specific-triggers.sql +40 -0
  53. geovisio/migrations/20231121_02_1uZXT-deleted-tag.rollback.sql +19 -0
  54. geovisio/migrations/20231121_02_1uZXT-deleted-tag.sql +13 -0
  55. geovisio/migrations/20240115_01_FatLR-token-delete-cascade.rollback.sql +6 -0
  56. geovisio/migrations/20240115_01_FatLR-token-delete-cascade.sql +7 -0
  57. geovisio/migrations/20240220_01_9wZs0-sequence-current-sort.rollback.sql +6 -0
  58. geovisio/migrations/20240220_01_9wZs0-sequence-current-sort.sql +15 -0
  59. geovisio/migrations/20240223_01_LsMHB-remove-binary-fields.sql +80 -0
  60. geovisio/migrations/20240226_01_8iXl1-track-changes.rollback.sql +13 -0
  61. geovisio/migrations/20240226_01_8iXl1-track-changes.sql +123 -0
  62. geovisio/migrations/20240229_01_SgfQY-sequence-geom-multi-linestring.rollback.sql +67 -0
  63. geovisio/migrations/20240229_01_SgfQY-sequence-geom-multi-linestring.sql +101 -0
  64. geovisio/migrations/20240308_01_aF0Jb-migrate-sequence-geom-multi-linestring.sql +52 -0
  65. geovisio/migrations/20240409_01_jnhra-pictures-grid.rollback.sql +3 -0
  66. geovisio/migrations/20240409_01_jnhra-pictures-grid.sql +21 -0
  67. geovisio/migrations/20240416_01_FpyGs-pictures-stats-on-sequences.rollback.sql +7 -0
  68. geovisio/migrations/20240416_01_FpyGs-pictures-stats-on-sequences.sql +9 -0
  69. geovisio/migrations/20240416_02_A5KzC-fill-pictures-stats-on-sequences.rollback.sql +5 -0
  70. geovisio/migrations/20240416_02_A5KzC-fill-pictures-stats-on-sequences.sql +84 -0
  71. geovisio/migrations/20240507_01_eBfqZ-refresh-table.rollback.sql +5 -0
  72. geovisio/migrations/20240507_01_eBfqZ-refresh-table.sql +9 -0
  73. geovisio/migrations/20240507_02_dzVET-picture-grid-public.rollback.sql +21 -0
  74. geovisio/migrations/20240507_02_dzVET-picture-grid-public.sql +26 -0
  75. geovisio/migrations/20240514_01_IT7DD-picture-delete-cascade.rollback.sql +41 -0
  76. geovisio/migrations/20240514_01_IT7DD-picture-delete-cascade.sql +42 -0
  77. geovisio/migrations/20240611_01_jftHn-content-md5.rollback.sql +5 -0
  78. geovisio/migrations/20240611_01_jftHn-content-md5.sql +7 -0
  79. geovisio/migrations/20240612_01_yNcuE-upload-set.rollback.sql +6 -0
  80. geovisio/migrations/20240612_01_yNcuE-upload-set.sql +46 -0
  81. geovisio/migrations/20240617_01_tKtlx-md5-concurrent-index.rollback.sql +4 -0
  82. geovisio/migrations/20240617_01_tKtlx-md5-concurrent-index.sql +8 -0
  83. geovisio/migrations/20240625_01_XMZ24-fix-sequence-stat-on-pic-insertion.rollback.sql +30 -0
  84. geovisio/migrations/20240625_01_XMZ24-fix-sequence-stat-on-pic-insertion.sql +31 -0
  85. geovisio/migrations/20240708_01_Xn7IH-job-queue.rollback.sql +31 -0
  86. geovisio/migrations/20240708_01_Xn7IH-job-queue.sql +104 -0
  87. geovisio/migrations/20240715_01_Hca9V-upload-set-metadata.rollback.sql +4 -0
  88. geovisio/migrations/20240715_01_Hca9V-upload-set-metadata.sql +5 -0
  89. geovisio/migrations/20240723_01_ePGFe-upload-set-files.rollback.sql +7 -0
  90. geovisio/migrations/20240723_01_ePGFe-upload-set-files.sql +29 -0
  91. geovisio/migrations/20240729_01_HALjj-upload-set-sort.rollback.sql +18 -0
  92. geovisio/migrations/20240729_01_HALjj-upload-set-sort.sql +18 -0
  93. geovisio/migrations/20240730_01_2BaCy-improve-deletion-triggers.rollback.sql +34 -0
  94. geovisio/migrations/20240730_01_2BaCy-improve-deletion-triggers.sql +53 -0
  95. geovisio/migrations/20240730_02_aRymN-rejection-status.rollback.sql +10 -0
  96. geovisio/migrations/20240730_02_aRymN-rejection-status.sql +16 -0
  97. geovisio/migrations/20240801_01_DOqmf-reports.rollback.sql +11 -0
  98. geovisio/migrations/20240801_01_DOqmf-reports.sql +100 -0
  99. geovisio/migrations/20240801_01_uKqPo-remove-files-delete-cascade.rollback.sql +13 -0
  100. geovisio/migrations/20240801_01_uKqPo-remove-files-delete-cascade.sql +13 -0
  101. geovisio/migrations/20240813_01_T1XkO-sequences-geom-splits.rollback.sql +42 -0
  102. geovisio/migrations/20240813_01_T1XkO-sequences-geom-splits.sql +56 -0
  103. geovisio/migrations/20240820_01_aB2ZK-exclusion-zones.rollback.sql +6 -0
  104. geovisio/migrations/20240820_01_aB2ZK-exclusion-zones.sql +49 -0
  105. geovisio/migrations/20240902_01_MDqSj-user-agent.rollback.sql +5 -0
  106. geovisio/migrations/20240902_01_MDqSj-user-agent.sql +10 -0
  107. geovisio/migrations/20240904_01_gFjlV-files-rejection-msg.rollback.sql +4 -0
  108. geovisio/migrations/20240904_01_gFjlV-files-rejection-msg.sql +4 -0
  109. geovisio/migrations/20240905_01_C8F6U-conflicts.rollback.sql +13 -0
  110. geovisio/migrations/20240905_01_C8F6U-conflicts.sql +6 -0
  111. geovisio/migrations/20240905_01_E5Ki0-upload-set-delete.rollback.sql +5 -0
  112. geovisio/migrations/20240905_01_E5Ki0-upload-set-delete.sql +30 -0
  113. geovisio/migrations/20240909_01_Muc22-unique-grid-index.rollback.sql +4 -0
  114. geovisio/migrations/20240909_01_Muc22-unique-grid-index.sql +5 -0
  115. geovisio/migrations/20240912_01_dAALm-account-index.rollback.sql +4 -0
  116. geovisio/migrations/20240912_01_dAALm-account-index.sql +4 -0
  117. geovisio/migrations/20241004_01_d1zfe-pictures-grid-360.rollback.sql +22 -0
  118. geovisio/migrations/20241004_01_d1zfe-pictures-grid-360.sql +24 -0
  119. geovisio/migrations/20241011_01_e1j5C-pic-quality.rollback.sql +21 -0
  120. geovisio/migrations/20241011_01_e1j5C-pic-quality.sql +249 -0
  121. geovisio/migrations/20241017_01_GuOjF-pic-quality-update.rollback.sql +4 -0
  122. geovisio/migrations/20241017_01_GuOjF-pic-quality-update.sql +61 -0
  123. geovisio/migrations/20241017_01_RiFlm-pictures-to-delete.rollback.sql +43 -0
  124. geovisio/migrations/20241017_01_RiFlm-pictures-to-delete.sql +75 -0
  125. geovisio/migrations/20241104_01_yhRVu-rejection-details.rollback.sql +4 -0
  126. geovisio/migrations/20241104_01_yhRVu-rejection-details.sql +4 -0
  127. geovisio/migrations/20241128_01_ugthx-job-queue-args.rollback.sql +25 -0
  128. geovisio/migrations/20241128_01_ugthx-job-queue-args.sql +31 -0
  129. geovisio/migrations/20241224_01_xuN6n-delete-upload-set-on-last-picture-trg-statement.rollback.sql +27 -0
  130. geovisio/migrations/20241224_01_xuN6n-delete-upload-set-on-last-picture-trg-statement.sql +28 -0
  131. geovisio/migrations/20250102_01_EElhA-rm-cameras.rollback.sql +126 -0
  132. geovisio/migrations/20250102_01_EElhA-rm-cameras.sql +30 -0
  133. geovisio/migrations/20250107_01_EQN9v-tags-tables.rollback.sql +10 -0
  134. geovisio/migrations/20250107_01_EQN9v-tags-tables.sql +58 -0
  135. geovisio/migrations/20250109_01_4OOP4-pages.rollback.sql +4 -0
  136. geovisio/migrations/20250109_01_4OOP4-pages.sql +10 -0
  137. geovisio/migrations/20250114_01_ABaaL-collaborative-metadata-editing.rollback.sql +7 -0
  138. geovisio/migrations/20250114_01_ABaaL-collaborative-metadata-editing.sql +16 -0
  139. geovisio/migrations/20250123_01_Ececu-tos-acceptance.rollback.sql +5 -0
  140. geovisio/migrations/20250123_01_Ececu-tos-acceptance.sql +5 -0
  141. geovisio/migrations/20250206_01_PjrEL-annotation-semantics.rollback.sql +14 -0
  142. geovisio/migrations/20250206_01_PjrEL-annotation-semantics.sql +15 -0
  143. geovisio/migrations/20250306_01_58oju-semantics-views.rollback.sql +5 -0
  144. geovisio/migrations/20250306_01_58oju-semantics-views.sql +52 -0
  145. geovisio/migrations/20250318_01_pANl1-semantics-functions.rollback.sql +5 -0
  146. geovisio/migrations/20250318_01_pANl1-semantics-functions.sql +41 -0
  147. geovisio/migrations/20250331_01_kRKjo-store-detections-id.rollback.sql +7 -0
  148. geovisio/migrations/20250331_01_kRKjo-store-detections-id.sql +25 -0
  149. geovisio/migrations/20250424_01_RBGXC-semantics-indexes.rollback.sql +6 -0
  150. geovisio/migrations/20250424_01_RBGXC-semantics-indexes.sql +6 -0
  151. geovisio/migrations/20250502_01_ZNmkU-job-task-read-metadata.rollback.sql +24 -0
  152. geovisio/migrations/20250502_01_ZNmkU-job-task-read-metadata.sql +7 -0
  153. geovisio/migrations/20250509_01_kMatW-deactivate-upload-set-split-dedup.rollback.sql +12 -0
  154. geovisio/migrations/20250509_01_kMatW-deactivate-upload-set-split-dedup.sql +12 -0
  155. geovisio/migrations/20250509_01_s3hYk-semantic-delete-cascade.rollback.sql +11 -0
  156. geovisio/migrations/20250509_01_s3hYk-semantic-delete-cascade.sql +11 -0
  157. geovisio/migrations/20250513_01_8WkZC-upload-sets-default-config.rollback.sql +7 -0
  158. geovisio/migrations/20250513_01_8WkZC-upload-sets-default-config.sql +15 -0
  159. geovisio/migrations/20250523_01_b11eW-picture-update-index.rollback.sql +85 -0
  160. geovisio/migrations/20250523_01_b11eW-picture-update-index.sql +166 -0
  161. geovisio/migrations/20250523_02_5ZXXh-update-picture-updated-at.rollback.sql +4 -0
  162. geovisio/migrations/20250523_02_5ZXXh-update-picture-updated-at.sql +7 -0
  163. geovisio/migrations/20250624_01_SETp6-job-warnings.rollback.sql +4 -0
  164. geovisio/migrations/20250624_01_SETp6-job-warnings.sql +4 -0
  165. geovisio/migrations/20250701_01_kr371-upload-set-semantics.rollback.sql +6 -0
  166. geovisio/migrations/20250701_01_kr371-upload-set-semantics.sql +15 -0
  167. geovisio/migrations/20250703_01_p2WVV-sequence-upload-set-link.rollback.sql +4 -0
  168. geovisio/migrations/20250703_01_p2WVV-sequence-upload-set-link.sql +4 -0
  169. geovisio/migrations/20250703_02_q0s3D-sequence-upload-set-fill.rollback.sql +4 -0
  170. geovisio/migrations/20250703_02_q0s3D-sequence-upload-set-fill.sql +26 -0
  171. geovisio/migrations/20250716_01_f8tcJ-check-empty-annotation-late.rollback.sql +24 -0
  172. geovisio/migrations/20250716_01_f8tcJ-check-empty-annotation-late.sql +10 -0
  173. geovisio/migrations/20250728_01_2zgur-upload-set-relative-heading.rollback.sql +4 -0
  174. geovisio/migrations/20250728_01_2zgur-upload-set-relative-heading.sql +4 -0
  175. geovisio/migrations/20250825_01_nCgkN-file-deletion-after-delete-no-dup.rollback.sql +20 -0
  176. geovisio/migrations/20250825_01_nCgkN-file-deletion-after-delete-no-dup.sql +26 -0
  177. geovisio/migrations/20250902_01_k5UTq-visibility-status.rollback.sql +11 -0
  178. geovisio/migrations/20250902_01_k5UTq-visibility-status.sql +19 -0
  179. geovisio/migrations/20250904_01_3uVKX-visibility-functions.rollback.sql +20 -0
  180. geovisio/migrations/20250904_01_3uVKX-visibility-functions.sql +43 -0
  181. geovisio/migrations/20251110_01_bWEXo-report-visibility.rollback.sql +30 -0
  182. geovisio/migrations/20251110_01_bWEXo-report-visibility.sql +30 -0
  183. geovisio/migrations/20251124_01_0xdqi-page-updates.rollback.sql +6 -0
  184. geovisio/migrations/20251124_01_0xdqi-page-updates.sql +8 -0
  185. geovisio/migrations/20251127_01_S6Ci8-pictures-grid-visibility.rollback.sql +24 -0
  186. geovisio/migrations/20251127_01_S6Ci8-pictures-grid-visibility.sql +36 -0
  187. geovisio/migrations/20251202_01_Q3g59-pictures-grid-logged-only.rollback.sql +32 -0
  188. geovisio/migrations/20251202_01_Q3g59-pictures-grid-logged-only.sql +34 -0
  189. geovisio/templates/main.html +7 -58
  190. geovisio/templates/viewer.html +8 -15
  191. geovisio/translations/cy/LC_MESSAGES/messages.mo +0 -0
  192. geovisio/translations/cy/LC_MESSAGES/messages.po +839 -0
  193. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  194. geovisio/translations/en/LC_MESSAGES/messages.po +155 -149
  195. geovisio/translations/messages.pot +131 -150
  196. geovisio/utils/cql2.py +22 -17
  197. geovisio/utils/link.py +13 -3
  198. geovisio/utils/upload_set.py +42 -2
  199. geovisio/web/collections.py +80 -40
  200. geovisio/web/docs.py +1 -1
  201. geovisio/web/items.py +54 -4
  202. geovisio/web/upload_set.py +2 -3
  203. geovisio/web/users.py +1 -1
  204. {geovisio-2.11.0.dist-info → geovisio-2.12.0.dist-info}/METADATA +6 -26
  205. geovisio-2.12.0.dist-info/RECORD +305 -0
  206. geovisio-2.12.0.dist-info/entry_points.txt +3 -0
  207. geovisio-2.11.0.dist-info/RECORD +0 -117
  208. {geovisio-2.11.0.dist-info → geovisio-2.12.0.dist-info}/WHEEL +0 -0
  209. {geovisio-2.11.0.dist-info → geovisio-2.12.0.dist-info}/licenses/LICENSE +0 -0
@@ -7,69 +7,45 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PROJECT VERSION\n"
9
9
  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
- "POT-Creation-Date: 2025-11-10 15:55+0100\n"
10
+ "POT-Creation-Date: 2026-02-03 18:43+0100\n"
11
11
  "PO-Revision-Date: 2025-11-10 15:55+0100\n"
12
12
  "Last-Translator: Automatically generated\n"
13
13
  "Language-Team: none\n"
14
+ "Language: en\n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
18
  "Generated-By: Babel 2.17.0\n"
18
- "Language: en\n"
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
- #: geovisio/templates/main.html:45
21
+ #: geovisio/templates/main.html:25
22
22
  msgid "Simple 360° geolocated pictures hosting"
23
23
  msgstr "Simple 360° geolocated pictures hosting"
24
24
 
25
- #: geovisio/templates/main.html:47
25
+ #: geovisio/templates/main.html:27
26
26
  msgid "Full page version"
27
27
  msgstr "Full page version"
28
28
 
29
- #: geovisio/templates/main.html:51
30
- msgid "Viewer"
31
- msgstr "Viewer"
32
-
33
- #: geovisio/templates/main.html:52
34
- msgid "Embed pre-configured viewer"
35
- msgstr "Embed pre-configured viewer"
36
-
37
- #: geovisio/templates/main.html:53
38
- msgid "Easiest way to have a working GeoVisio viewer on your website"
39
- msgstr "Easiest way to have a working GeoVisio viewer on your website"
40
-
41
- #: geovisio/templates/main.html:59
42
- msgid "Use JS library"
43
- msgstr "Use JS library"
44
-
45
- #: geovisio/templates/main.html:60
46
- msgid "A completely configurable viewer for your website"
47
- msgstr "A completely configurable viewer for your website"
48
-
49
- #: geovisio/templates/main.html:82
29
+ #: geovisio/templates/main.html:31
50
30
  msgid "Links"
51
31
  msgstr "Links"
52
32
 
53
- #: geovisio/templates/main.html:84
33
+ #: geovisio/templates/main.html:33
54
34
  msgid "Pictures viewer"
55
35
  msgstr "Pictures viewer"
56
36
 
57
- #: geovisio/templates/main.html:86
37
+ #: geovisio/templates/main.html:35
58
38
  msgid "API docs"
59
39
  msgstr "API docs"
60
40
 
61
- #: geovisio/templates/main.html:88
62
- msgid "JS library docs"
63
- msgstr "JS library docs"
41
+ #: geovisio/templates/main.html:37
42
+ msgid "Full Panoramax docs"
43
+ msgstr ""
64
44
 
65
- #: geovisio/templates/main.html:90
45
+ #: geovisio/templates/main.html:39
66
46
  msgid "Repositories"
67
47
  msgstr "Repositories"
68
48
 
69
- #: geovisio/templates/viewer.html:22
70
- msgid "You need to enable JavaScript to run this app."
71
- msgstr "You need to enable JavaScript to run this app."
72
-
73
49
  #: geovisio/utils/auth.py:279
74
50
  msgid "Authentication is mandatory"
75
51
  msgstr "Authentication is mandatory"
@@ -150,7 +126,7 @@ msgstr ""
150
126
  "Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
151
127
  "missing mandatory metadata"
152
128
 
153
- #: geovisio/utils/sequences.py:732 geovisio/web/collections.py:794
129
+ #: geovisio/utils/sequences.py:732 geovisio/web/collections.py:838
154
130
  #: geovisio/web/prepare.py:150
155
131
  #, python-format
156
132
  msgid "Collection %(c)s wasn't found in database"
@@ -172,7 +148,7 @@ msgstr ""
172
148
  "Token not yet claimed, this token cannot be used yet. Either claim this "
173
149
  "token or generate a new one"
174
150
 
175
- #: geovisio/utils/upload_set.py:188
151
+ #: geovisio/utils/upload_set.py:228
176
152
  msgid ""
177
153
  "The picture is too similar to another one (nearby and taken almost at the "
178
154
  "same time)"
@@ -180,21 +156,21 @@ msgstr ""
180
156
  "The picture is too similar to another one (nearby and taken almost at the "
181
157
  "same time)"
182
158
 
183
- #: geovisio/utils/upload_set.py:191
159
+ #: geovisio/utils/upload_set.py:231
184
160
  msgid "The sent file is not a valid JPEG"
185
161
  msgstr "The sent file is not a valid JPEG"
186
162
 
187
- #: geovisio/utils/upload_set.py:194
163
+ #: geovisio/utils/upload_set.py:234
188
164
  msgid ""
189
165
  "The picture has invalid EXIF or XMP metadata, making it impossible to use"
190
166
  msgstr ""
191
167
  "The picture has invalid EXIF or XMP metadata, making it impossible to use"
192
168
 
193
- #: geovisio/utils/upload_set.py:197
169
+ #: geovisio/utils/upload_set.py:237
194
170
  msgid "Something went very wrong, but not due to the picture itself"
195
171
  msgstr "Something went very wrong, but not due to the picture itself"
196
172
 
197
- #: geovisio/utils/upload_set.py:695
173
+ #: geovisio/utils/upload_set.py:735
198
174
  msgid ""
199
175
  "A different picture with the same name has already been added to this "
200
176
  "uploadset"
@@ -202,12 +178,12 @@ msgstr ""
202
178
  "A different picture with the same name has already been added to this "
203
179
  "uploadset"
204
180
 
205
- #: geovisio/utils/upload_set.py:730
181
+ #: geovisio/utils/upload_set.py:770
206
182
  msgid "Impossible to add the picture to this uploadset"
207
183
  msgstr "Impossible to add the picture to this uploadset"
208
184
 
209
- #: geovisio/web/annotations.py:83 geovisio/web/items.py:1401
210
- #: geovisio/web/items.py:1555 geovisio/web/prepare.py:86
185
+ #: geovisio/web/annotations.py:83 geovisio/web/items.py:1449
186
+ #: geovisio/web/items.py:1605 geovisio/web/prepare.py:86
211
187
  #, python-format
212
188
  msgid "Picture %(p)s wasn't found in database"
213
189
  msgstr "Picture %(p)s wasn't found in database"
@@ -247,45 +223,45 @@ msgstr ""
247
223
  "You can try to clear your cookies and retry. If the problem persists, "
248
224
  "contact your instance administrator."
249
225
 
250
- #: geovisio/web/collections.py:316
226
+ #: geovisio/web/collections.py:350
251
227
  msgid "RSS format does not support deleted sequences"
252
228
  msgstr "RSS format does not support deleted sequences"
253
229
 
254
- #: geovisio/web/collections.py:378
230
+ #: geovisio/web/collections.py:418
255
231
  #, python-format
256
232
  msgid "There is no collection created after %(d)s"
257
233
  msgstr "There is no collection created after %(d)s"
258
234
 
259
- #: geovisio/web/collections.py:380
235
+ #: geovisio/web/collections.py:420
260
236
  #, python-format
261
237
  msgid "There is no collection created before %(d)s"
262
238
  msgstr "There is no collection created before %(d)s"
263
239
 
264
- #: geovisio/web/collections.py:506 geovisio/web/items.py:425
240
+ #: geovisio/web/collections.py:548 geovisio/web/items.py:473
265
241
  msgid "Collection doesn't exist"
266
242
  msgstr "Collection doesn't exist"
267
243
 
268
- #: geovisio/web/collections.py:564
244
+ #: geovisio/web/collections.py:606
269
245
  msgid "Impossible to find a thumbnail for the collection"
270
246
  msgstr "Impossible to find a thumbnail for the collection"
271
247
 
272
- #: geovisio/web/collections.py:686 geovisio/web/items.py:1318
248
+ #: geovisio/web/collections.py:728 geovisio/web/items.py:1366
273
249
  msgid ""
274
250
  "Picture visibility parameter (visible) should be either unset, true or false"
275
251
  msgstr ""
276
252
  "Picture visibility parameter (visible) should be either unset, true or false"
277
253
 
278
- #: geovisio/web/collections.py:693
254
+ #: geovisio/web/collections.py:735
279
255
  msgid "Sort order parameter is invalid"
280
256
  msgstr "Sort order parameter is invalid"
281
257
 
282
- #: geovisio/web/collections.py:704 geovisio/web/items.py:1350
258
+ #: geovisio/web/collections.py:746 geovisio/web/items.py:1398
283
259
  msgid "Visibility and visible parameters are mutually exclusive parameters"
284
260
  msgstr "Visibility and visible parameters are mutually exclusive parameters"
285
261
 
286
- #: geovisio/web/collections.py:718 geovisio/web/items.py:1364
262
+ #: geovisio/web/collections.py:760 geovisio/web/items.py:1412
287
263
  #: geovisio/web/upload_set.py:104 geovisio/web/upload_set.py:171
288
- #: geovisio/web/users.py:364
264
+ #: geovisio/web/users.py:402
289
265
  msgid ""
290
266
  "The logged-only visibility is not allowed on this instance since anybody can "
291
267
  "create an account"
@@ -293,15 +269,15 @@ msgstr ""
293
269
  "The logged-only visibility is not allowed on this instance since anybody can "
294
270
  "create an account"
295
271
 
296
- #: geovisio/web/collections.py:777 geovisio/web/items.py:1381
272
+ #: geovisio/web/collections.py:821 geovisio/web/items.py:1429
297
273
  #: geovisio/web/prepare.py:62 geovisio/web/prepare.py:130
298
274
  #: geovisio/web/reports.py:349 geovisio/web/reports.py:392
299
- #: geovisio/web/upload_set.py:524 geovisio/web/upload_set.py:646
300
- #: geovisio/web/users.py:400
275
+ #: geovisio/web/upload_set.py:523 geovisio/web/upload_set.py:645
276
+ #: geovisio/web/users.py:438
301
277
  msgid "Impossible to parse parameters"
302
278
  msgstr "Impossible to parse parameters"
303
279
 
304
- #: geovisio/web/collections.py:802
280
+ #: geovisio/web/collections.py:846
305
281
  msgid ""
306
282
  "You're not authorized to edit those fields for this sequence. Only the owner "
307
283
  "can change the visibility and the title"
@@ -309,7 +285,7 @@ msgstr ""
309
285
  "You're not authorized to edit those fields for this sequence. Only the owner "
310
286
  "can change the visibility and the title"
311
287
 
312
- #: geovisio/web/collections.py:811
288
+ #: geovisio/web/collections.py:855
313
289
  msgid ""
314
290
  "You're not authorized to edit this sequence, collaborative editing is not "
315
291
  "allowed"
@@ -317,33 +293,35 @@ msgstr ""
317
293
  "You're not authorized to edit this sequence, collaborative editing is not "
318
294
  "allowed"
319
295
 
320
- #: geovisio/web/collections.py:947
321
- msgid "Sequence doesn't exists"
296
+ #: geovisio/web/collections.py:991
297
+ #, fuzzy
298
+ #| msgid "Sequence doesn't exists"
299
+ msgid "Sequence doesn't exist"
322
300
  msgstr "Sequence doesn't exists"
323
301
 
324
- #: geovisio/web/collections.py:1015
302
+ #: geovisio/web/collections.py:1059
325
303
  msgid "CSV export does not support pagination"
326
304
  msgstr "CSV export does not support pagination"
327
305
 
328
- #: geovisio/web/collections.py:1017
306
+ #: geovisio/web/collections.py:1061
329
307
  msgid "CSV export does not support filters"
330
308
  msgstr "CSV export does not support filters"
331
309
 
332
- #: geovisio/web/collections.py:1024
310
+ #: geovisio/web/collections.py:1068
333
311
  msgid "CSV export does not support sorting by anything but creation date"
334
312
  msgstr "CSV export does not support sorting by anything but creation date"
335
313
 
336
- #: geovisio/web/collections.py:1181 geovisio/web/stac.py:355
314
+ #: geovisio/web/collections.py:1225 geovisio/web/stac.py:361
337
315
  #, python-format
338
316
  msgid "Impossible to find user %(u)s"
339
317
  msgstr "Impossible to find user %(u)s"
340
318
 
341
- #: geovisio/web/collections.py:1214 geovisio/web/stac.py:368
319
+ #: geovisio/web/collections.py:1258 geovisio/web/stac.py:374
342
320
  #, python-format
343
321
  msgid "No data loaded for user %(u)s"
344
322
  msgstr "No data loaded for user %(u)s"
345
323
 
346
- #: geovisio/web/collections.py:1216
324
+ #: geovisio/web/collections.py:1260
347
325
  msgid "No matching sequences found"
348
326
  msgstr "No matching sequences found"
349
327
 
@@ -380,52 +358,52 @@ msgstr "Parameter for replacing all Excluded Areas should be a valid JSON"
380
358
  msgid "You must be logged-in as admin to delete excluded areas"
381
359
  msgstr "You must be logged-in as admin to delete excluded areas"
382
360
 
383
- #: geovisio/web/items.py:388
361
+ #: geovisio/web/items.py:436
384
362
  msgid "limit parameter should be an integer between 1 and 10000"
385
363
  msgstr "limit parameter should be an integer between 1 and 10000"
386
364
 
387
- #: geovisio/web/items.py:390
365
+ #: geovisio/web/items.py:438
388
366
  msgid ""
389
367
  "limit parameter should be a valid, positive integer (between 1 and 10000)"
390
368
  msgstr ""
391
369
  "limit parameter should be a valid, positive integer (between 1 and 10000)"
392
370
 
393
- #: geovisio/web/items.py:395
371
+ #: geovisio/web/items.py:443
394
372
  msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
395
373
  msgstr "`startAfterRank` and `withPicture` are mutually exclusive parameters"
396
374
 
397
- #: geovisio/web/items.py:402
375
+ #: geovisio/web/items.py:450
398
376
  msgid "startAfterRank parameter should be a positive integer (starting from 1)"
399
377
  msgstr ""
400
378
  "startAfterRank parameter should be a positive integer (starting from 1)"
401
379
 
402
- #: geovisio/web/items.py:404
380
+ #: geovisio/web/items.py:452
403
381
  msgid "startAfterRank parameter should be a valid, positive integer"
404
382
  msgstr "startAfterRank parameter should be a valid, positive integer"
405
383
 
406
- #: geovisio/web/items.py:431
384
+ #: geovisio/web/items.py:479
407
385
  #, python-format
408
386
  msgid "No more items in this collection (last available rank is %(r)s)"
409
387
  msgstr "No more items in this collection (last available rank is %(r)s)"
410
388
 
411
- #: geovisio/web/items.py:441
389
+ #: geovisio/web/items.py:489
412
390
  #, python-format
413
391
  msgid "Picture with id %(p)s does not exist"
414
392
  msgstr "Picture with id %(p)s does not exist"
415
393
 
416
- #: geovisio/web/items.py:743
394
+ #: geovisio/web/items.py:791
417
395
  msgid "Item doesn't exist"
418
396
  msgstr "Item doesn't exist"
419
397
 
420
- #: geovisio/web/items.py:809
398
+ #: geovisio/web/items.py:857
421
399
  msgid "Search using POST method should have a JSON body"
422
400
  msgstr "Search using POST method should have a JSON body"
423
401
 
424
- #: geovisio/web/items.py:821
402
+ #: geovisio/web/items.py:869
425
403
  msgid "Parameter limit must be either empty or a number between 1 and 10000"
426
404
  msgstr "Parameter limit must be either empty or a number between 1 and 10000"
427
405
 
428
- #: geovisio/web/items.py:885
406
+ #: geovisio/web/items.py:933
429
407
  msgid ""
430
408
  "Parameter place_fov_tolerance must be either empty or a number between 2 and "
431
409
  "180"
@@ -433,98 +411,98 @@ msgstr ""
433
411
  "Parameter place_fov_tolerance must be either empty or a number between 2 and "
434
412
  "180"
435
413
 
436
- #: geovisio/web/items.py:916
414
+ #: geovisio/web/items.py:964
437
415
  msgid ""
438
416
  "Parameter intersects should contain a valid GeoJSON Geometry (not a Feature)"
439
417
  msgstr ""
440
418
  "Parameter intersects should contain a valid GeoJSON Geometry (not a Feature)"
441
419
 
442
- #: geovisio/web/items.py:941
420
+ #: geovisio/web/items.py:989
443
421
  msgid "Parameter ids should be a JSON array of strings"
444
422
  msgstr "Parameter ids should be a JSON array of strings"
445
423
 
446
- #: geovisio/web/items.py:953
424
+ #: geovisio/web/items.py:1001
447
425
  msgid "Parameter collections should be a JSON array of strings"
448
426
  msgstr "Parameter collections should be a JSON array of strings"
449
427
 
450
- #: geovisio/web/items.py:1129 geovisio/web/upload_set.py:788
428
+ #: geovisio/web/items.py:1177 geovisio/web/upload_set.py:787
451
429
  msgid "Content type should be multipart/form-data"
452
430
  msgstr "Content type should be multipart/form-data"
453
431
 
454
- #: geovisio/web/items.py:1133
432
+ #: geovisio/web/items.py:1181
455
433
  msgid "Missing \"position\" parameter"
456
434
  msgstr "Missing \"position\" parameter"
457
435
 
458
- #: geovisio/web/items.py:1140
436
+ #: geovisio/web/items.py:1188
459
437
  msgid "Position in sequence should be a positive integer"
460
438
  msgstr "Position in sequence should be a positive integer"
461
439
 
462
- #: geovisio/web/items.py:1154 geovisio/web/upload_set.py:597
440
+ #: geovisio/web/items.py:1202 geovisio/web/upload_set.py:596
463
441
  msgid ""
464
442
  "Longitude cannot be overridden alone, override_latitude also needs to be set"
465
443
  msgstr ""
466
444
  "Longitude cannot be overridden alone, override_latitude also needs to be set"
467
445
 
468
- #: geovisio/web/items.py:1156 geovisio/web/upload_set.py:599
446
+ #: geovisio/web/items.py:1204 geovisio/web/upload_set.py:598
469
447
  msgid ""
470
448
  "Latitude cannot be overridden alone, override_longitude also needs to be set"
471
449
  msgstr ""
472
450
  "Latitude cannot be overridden alone, override_longitude also needs to be set"
473
451
 
474
- #: geovisio/web/items.py:1157 geovisio/web/upload_set.py:572
452
+ #: geovisio/web/items.py:1205 geovisio/web/upload_set.py:571
475
453
  #, python-format
476
454
  msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
477
455
  msgstr "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
478
456
 
479
- #: geovisio/web/items.py:1158 geovisio/web/upload_set.py:577
457
+ #: geovisio/web/items.py:1206 geovisio/web/upload_set.py:576
480
458
  #, python-format
481
459
  msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
482
460
  msgstr "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
483
461
 
484
- #: geovisio/web/items.py:1177
462
+ #: geovisio/web/items.py:1225
485
463
  msgid "Picture blur status should be either unset, true or false"
486
464
  msgstr "Picture blur status should be either unset, true or false"
487
465
 
488
- #: geovisio/web/items.py:1181
466
+ #: geovisio/web/items.py:1229
489
467
  msgid "No picture file was sent"
490
468
  msgstr "No picture file was sent"
491
469
 
492
- #: geovisio/web/items.py:1187 geovisio/web/upload_set.py:638
470
+ #: geovisio/web/items.py:1235 geovisio/web/upload_set.py:637
493
471
  msgid ""
494
472
  "Picture file is either missing or in an unsupported format (should be jpg)"
495
473
  msgstr ""
496
474
  "Picture file is either missing or in an unsupported format (should be jpg)"
497
475
 
498
- #: geovisio/web/items.py:1194
476
+ #: geovisio/web/items.py:1242
499
477
  #, python-format
500
478
  msgid "Collection %(s)s wasn't found in database"
501
479
  msgstr "Collection %(s)s wasn't found in database"
502
480
 
503
- #: geovisio/web/items.py:1198
481
+ #: geovisio/web/items.py:1246
504
482
  msgid "You're not authorized to add picture to this collection"
505
483
  msgstr "You're not authorized to add picture to this collection"
506
484
 
507
- #: geovisio/web/items.py:1203
485
+ #: geovisio/web/items.py:1251
508
486
  msgid "The collection has been deleted, impossible to add pictures to it"
509
487
  msgstr "The collection has been deleted, impossible to add pictures to it"
510
488
 
511
- #: geovisio/web/items.py:1233
489
+ #: geovisio/web/items.py:1281
512
490
  msgid "There is already a picture with the same index in the sequence"
513
491
  msgstr "There is already a picture with the same index in the sequence"
514
492
 
515
- #: geovisio/web/items.py:1235 geovisio/web/upload_set.py:874
493
+ #: geovisio/web/items.py:1283 geovisio/web/upload_set.py:873
516
494
  msgid "Impossible to parse picture metadata"
517
495
  msgstr "Impossible to parse picture metadata"
518
496
 
519
- #: geovisio/web/items.py:1237 geovisio/web/upload_set.py:881
497
+ #: geovisio/web/items.py:1285 geovisio/web/upload_set.py:880
520
498
  msgid "Picture has invalid metadata"
521
499
  msgstr "Picture has invalid metadata"
522
500
 
523
- #: geovisio/web/items.py:1245 geovisio/web/upload_set.py:907
501
+ #: geovisio/web/items.py:1293 geovisio/web/upload_set.py:906
524
502
  msgid "Picture wasn't correctly saved in filesystem"
525
503
  msgstr "Picture wasn't correctly saved in filesystem"
526
504
 
527
- #: geovisio/web/items.py:1329
505
+ #: geovisio/web/items.py:1377
528
506
  msgid ""
529
507
  "Parameter `capture_time` is not a valid datetime, it should be an iso "
530
508
  "formated datetime (like '2017-07-21T17:32:28Z')."
@@ -532,25 +510,25 @@ msgstr ""
532
510
  "Parameter `capture_time` is not a valid datetime, it should be an iso "
533
511
  "formated datetime (like '2017-07-21T17:32:28Z')."
534
512
 
535
- #: geovisio/web/items.py:1336
513
+ #: geovisio/web/items.py:1384
536
514
  #, python-format
537
515
  msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
538
516
  msgstr "For parameter `longitude`, `%(v)s` is not a valid longitude"
539
517
 
540
- #: geovisio/web/items.py:1341
518
+ #: geovisio/web/items.py:1389
541
519
  #, python-format
542
520
  msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
543
521
  msgstr "For parameter `latitude`, `%(v)s` is not a valid latitude"
544
522
 
545
- #: geovisio/web/items.py:1346
523
+ #: geovisio/web/items.py:1394
546
524
  msgid "Longitude cannot be overridden alone, latitude also needs to be set"
547
525
  msgstr "Longitude cannot be overridden alone, latitude also needs to be set"
548
526
 
549
- #: geovisio/web/items.py:1348
527
+ #: geovisio/web/items.py:1396
550
528
  msgid "Latitude cannot be overridden alone, longitude also needs to be set"
551
529
  msgstr "Latitude cannot be overridden alone, longitude also needs to be set"
552
530
 
553
- #: geovisio/web/items.py:1408
531
+ #: geovisio/web/items.py:1456
554
532
  msgid ""
555
533
  "You're not authorized to edit the visibility of this picture. Only the owner "
556
534
  "can change this."
@@ -558,7 +536,7 @@ msgstr ""
558
536
  "You're not authorized to edit the visibility of this picture. Only the owner "
559
537
  "can change this."
560
538
 
561
- #: geovisio/web/items.py:1415
539
+ #: geovisio/web/items.py:1463
562
540
  msgid ""
563
541
  "You're not authorized to edit this picture, collaborative editing is not "
564
542
  "allowed"
@@ -566,27 +544,27 @@ msgstr ""
566
544
  "You're not authorized to edit this picture, collaborative editing is not "
567
545
  "allowed"
568
546
 
569
- #: geovisio/web/items.py:1559
547
+ #: geovisio/web/items.py:1609
570
548
  msgid "You're not authorized to edit this picture"
571
549
  msgstr "You're not authorized to edit this picture"
572
550
 
573
- #: geovisio/web/map.py:165
551
+ #: geovisio/web/map.py:175
574
552
  msgid "One of required parameter is empty"
575
553
  msgstr "One of required parameter is empty"
576
554
 
577
- #: geovisio/web/map.py:167
555
+ #: geovisio/web/map.py:177
578
556
  msgid "Tile format is invalid, should be either pbf or mvt"
579
557
  msgstr "Tile format is invalid, should be either pbf or mvt"
580
558
 
581
- #: geovisio/web/map.py:171 geovisio/web/map.py:173
559
+ #: geovisio/web/map.py:181 geovisio/web/map.py:183
582
560
  msgid "X or Y parameter is out of bounds"
583
561
  msgstr "X or Y parameter is out of bounds"
584
562
 
585
- #: geovisio/web/map.py:175
563
+ #: geovisio/web/map.py:185
586
564
  msgid "Z parameter is out of bounds (should be 0-15)"
587
565
  msgstr "Z parameter is out of bounds (should be 0-15)"
588
566
 
589
- #: geovisio/web/map.py:186
567
+ #: geovisio/web/map.py:196
590
568
  msgid "Impossible to get tile"
591
569
  msgstr "Impossible to get tile"
592
570
 
@@ -594,12 +572,13 @@ msgstr "Impossible to get tile"
594
572
  msgid "Page name is not recognized"
595
573
  msgstr "Page name is not recognized"
596
574
 
597
- #: geovisio/web/pages.py:127 geovisio/web/pages.py:236
575
+ #: geovisio/web/pages.py:127 geovisio/web/pages.py:234
598
576
  #, python-format
599
577
  msgid "Page not available in language %(l)s"
600
578
  msgstr "Page not available in language %(l)s"
601
579
 
602
- #: geovisio/web/pages.py:176 geovisio/web/pages.py:230
580
+ #: geovisio/web/pages.py:176 geovisio/web/pages.py:228
581
+ #: geovisio/web/pages.py:270
603
582
  msgid "You must be logged-in as admin to edit pages"
604
583
  msgstr "You must be logged-in as admin to edit pages"
605
584
 
@@ -607,19 +586,25 @@ msgstr "You must be logged-in as admin to edit pages"
607
586
  msgid "Page content must be HTML (with Content-Type: text/html header set)"
608
587
  msgstr "Page content must be HTML (with Content-Type: text/html header set)"
609
588
 
610
- #: geovisio/web/pages.py:192
589
+ #: geovisio/web/pages.py:190
611
590
  msgid "Could not update page content"
612
591
  msgstr "Could not update page content"
613
592
 
614
- #: geovisio/web/pages.py:238
593
+ #: geovisio/web/pages.py:236
615
594
  msgid "Could not delete page content"
616
595
  msgstr "Could not delete page content"
617
596
 
618
- #: geovisio/web/params.py:98
597
+ #: geovisio/web/pages.py:282
598
+ #, fuzzy
599
+ #| msgid "Could not update page content"
600
+ msgid "Could not publish page changes"
601
+ msgstr "Could not update page content"
602
+
603
+ #: geovisio/web/params.py:99
619
604
  msgid "Parameter datetime should contain one or two dates"
620
605
  msgstr "Parameter datetime should contain one or two dates"
621
606
 
622
- #: geovisio/web/params.py:168
607
+ #: geovisio/web/params.py:169
623
608
  msgid ""
624
609
  "Parameter bbox must contain valid longitude (-180 to 180) and latitude (-90 "
625
610
  "to 90) values"
@@ -627,29 +612,29 @@ msgstr ""
627
612
  "Parameter bbox must contain valid longitude (-180 to 180) and latitude (-90 "
628
613
  "to 90) values"
629
614
 
630
- #: geovisio/web/params.py:173
615
+ #: geovisio/web/params.py:174
631
616
  msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
632
617
  msgstr "Parameter bbox must be in format [minX, minY, maxX, maxY]"
633
618
 
634
- #: geovisio/web/params.py:210
619
+ #: geovisio/web/params.py:211
635
620
  #, python-format
636
621
  msgid "Parameter %(p)s must be coordinates in lat,lon format"
637
622
  msgstr "Parameter %(p)s must be coordinates in lat,lon format"
638
623
 
639
- #: geovisio/web/params.py:213
624
+ #: geovisio/web/params.py:214
640
625
  #, python-format
641
626
  msgid ""
642
627
  "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
643
628
  msgstr ""
644
629
  "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
645
630
 
646
- #: geovisio/web/params.py:214
631
+ #: geovisio/web/params.py:215
647
632
  #, python-format
648
633
  msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
649
634
  msgstr ""
650
635
  "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
651
636
 
652
- #: geovisio/web/params.py:237 geovisio/web/params.py:250
637
+ #: geovisio/web/params.py:238 geovisio/web/params.py:251
653
638
  #, python-format
654
639
  msgid ""
655
640
  "Parameter %(p)s is invalid (should be a distance range in meters like "
@@ -658,17 +643,17 @@ msgstr ""
658
643
  "Parameter %(p)s is invalid (should be a distance range in meters like "
659
644
  "\"5-15\")"
660
645
 
661
- #: geovisio/web/params.py:243
646
+ #: geovisio/web/params.py:244
662
647
  #, python-format
663
648
  msgid "Parameter %(p)s has a min value greater than its max value"
664
649
  msgstr "Parameter %(p)s has a min value greater than its max value"
665
650
 
666
- #: geovisio/web/params.py:317
651
+ #: geovisio/web/params.py:318
667
652
  #, python-format
668
653
  msgid "Parameter %(p)s must be a valid list"
669
654
  msgstr "Parameter %(p)s must be a valid list"
670
655
 
671
- #: geovisio/web/params.py:354
656
+ #: geovisio/web/params.py:356
672
657
  msgid ""
673
658
  "The status filter is not supported anymore, use the `visibility` filter "
674
659
  "instead"
@@ -676,7 +661,7 @@ msgstr ""
676
661
  "The status filter is not supported anymore, use the `visibility` filter "
677
662
  "instead"
678
663
 
679
- #: geovisio/web/params.py:359
664
+ #: geovisio/web/params.py:361
680
665
  msgid ""
681
666
  "The status filter is not supported anymore, use the `show_deleted` parameter "
682
667
  "instead if you need to query deleted collections"
@@ -684,7 +669,7 @@ msgstr ""
684
669
  "The status filter is not supported anymore, use the `show_deleted` parameter "
685
670
  "instead if you need to query deleted collections"
686
671
 
687
- #: geovisio/web/params.py:377
672
+ #: geovisio/web/params.py:379
688
673
  msgid ""
689
674
  "Heading is not valid, should be an integer in degrees from 0° to 360°. North "
690
675
  "is 0°, East = 90°, South = 180° and West = 270°."
@@ -692,35 +677,35 @@ msgstr ""
692
677
  "Heading is not valid, should be an integer in degrees from 0° to 360°. North "
693
678
  "is 0°, East = 90°, South = 180° and West = 270°."
694
679
 
695
- #: geovisio/web/params.py:429
680
+ #: geovisio/web/params.py:431
696
681
  msgid "Unsupported sortby parameter: syntax isn't correct"
697
682
  msgstr "Unsupported sortby parameter: syntax isn't correct"
698
683
 
699
- #: geovisio/web/params.py:484
684
+ #: geovisio/web/params.py:486
700
685
  msgid "Unsupported sortby parameter: invalid column name"
701
686
  msgstr "Unsupported sortby parameter: invalid column name"
702
687
 
703
- #: geovisio/web/params.py:494
688
+ #: geovisio/web/params.py:496
704
689
  msgid "Unsupported sortby parameter: invalid field"
705
690
  msgstr "Unsupported sortby parameter: invalid field"
706
691
 
707
- #: geovisio/web/params.py:521
692
+ #: geovisio/web/params.py:523
708
693
  #, python-format
709
694
  msgid ""
710
695
  "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
711
696
  msgstr ""
712
697
  "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
713
698
 
714
- #: geovisio/web/params.py:524
699
+ #: geovisio/web/params.py:526
715
700
  #, python-format
716
701
  msgid "limit parameter should be an integer between 1 and %(v)s"
717
702
  msgstr "limit parameter should be an integer between 1 and %(v)s"
718
703
 
719
- #: geovisio/web/params.py:535
704
+ #: geovisio/web/params.py:537
720
705
  msgid "longitude needs to be between -180 and 180"
721
706
  msgstr "longitude needs to be between -180 and 180"
722
707
 
723
- #: geovisio/web/params.py:545
708
+ #: geovisio/web/params.py:547
724
709
  msgid "latitude needs to be between -90 and 90"
725
710
  msgstr "latitude needs to be between -90 and 90"
726
711
 
@@ -830,16 +815,16 @@ msgstr "Impossible to update the UploadSet"
830
815
  msgid "Parameter for updating an UploadSet should be a valid JSON"
831
816
  msgstr "Parameter for updating an UploadSet should be a valid JSON"
832
817
 
833
- #: geovisio/web/upload_set.py:390 geovisio/web/upload_set.py:434
834
- #: geovisio/web/upload_set.py:468 geovisio/web/upload_set.py:989
818
+ #: geovisio/web/upload_set.py:390 geovisio/web/upload_set.py:433
819
+ #: geovisio/web/upload_set.py:467 geovisio/web/upload_set.py:988
835
820
  msgid "UploadSet doesn't exist"
836
821
  msgstr "UploadSet doesn't exist"
837
822
 
838
- #: geovisio/web/upload_set.py:394
823
+ #: geovisio/web/upload_set.py:397
839
824
  msgid "You are not allowed to update this upload set"
840
825
  msgstr "You are not allowed to update this upload set"
841
826
 
842
- #: geovisio/web/upload_set.py:565
827
+ #: geovisio/web/upload_set.py:564
843
828
  msgid ""
844
829
  "Parameter `override_capture_time` is not a valid datetime, it should be an "
845
830
  "iso formated datetime (like '2017-07-21T17:32:28Z')."
@@ -847,47 +832,47 @@ msgstr ""
847
832
  "Parameter `override_capture_time` is not a valid datetime, it should be an "
848
833
  "iso formated datetime (like '2017-07-21T17:32:28Z')."
849
834
 
850
- #: geovisio/web/upload_set.py:631
835
+ #: geovisio/web/upload_set.py:630
851
836
  msgid "No file was sent"
852
837
  msgstr "No file was sent"
853
838
 
854
- #: geovisio/web/upload_set.py:795 geovisio/web/upload_set.py:975
855
- #: geovisio/web/upload_set.py:1023
839
+ #: geovisio/web/upload_set.py:794 geovisio/web/upload_set.py:974
840
+ #: geovisio/web/upload_set.py:1022
856
841
  #, python-format
857
842
  msgid "UploadSet %(u)s does not exist"
858
843
  msgstr "UploadSet %(u)s does not exist"
859
844
 
860
- #: geovisio/web/upload_set.py:799
845
+ #: geovisio/web/upload_set.py:798
861
846
  msgid "You're not authorized to add picture to this upload set"
862
847
  msgstr "You're not authorized to add picture to this upload set"
863
848
 
864
- #: geovisio/web/upload_set.py:839
849
+ #: geovisio/web/upload_set.py:838
865
850
  msgid "The item has already been added to this upload set"
866
851
  msgstr "The item has already been added to this upload set"
867
852
 
868
- #: geovisio/web/upload_set.py:846
853
+ #: geovisio/web/upload_set.py:845
869
854
  msgid "The same picture has already been sent in a past upload"
870
855
  msgstr "The same picture has already been sent in a past upload"
871
856
 
872
- #: geovisio/web/upload_set.py:889
857
+ #: geovisio/web/upload_set.py:888
873
858
  msgid ""
874
859
  "Impossible to open file as image. The only supported image format is jpg."
875
860
  msgstr ""
876
861
  "Impossible to open file as image. The only supported image format is jpg."
877
862
 
878
- #: geovisio/web/upload_set.py:979
863
+ #: geovisio/web/upload_set.py:978
879
864
  msgid "You're not authorized to complete this upload set"
880
865
  msgstr "You're not authorized to complete this upload set"
881
866
 
882
- #: geovisio/web/upload_set.py:1026
867
+ #: geovisio/web/upload_set.py:1025
883
868
  msgid "You're not authorized to delete this upload set"
884
869
  msgstr "You're not authorized to delete this upload set"
885
870
 
886
- #: geovisio/web/users.py:138
871
+ #: geovisio/web/users.py:176
887
872
  msgid "Impossible to find user"
888
873
  msgstr "Impossible to find user"
889
874
 
890
- #: geovisio/web/users.py:231
875
+ #: geovisio/web/users.py:269
891
876
  msgid ""
892
877
  "No search parameter given, you should provide `q=<pattern>` as query "
893
878
  "parameter"
@@ -898,3 +883,24 @@ msgstr ""
898
883
  #: geovisio/web/utils.py:69
899
884
  msgid "No default account defined, please contact your instance administrator"
900
885
  msgstr "No default account defined, please contact your instance administrator"
886
+
887
+ #~ msgid "You need to enable JavaScript to run this app."
888
+ #~ msgstr "You need to enable JavaScript to run this app."
889
+
890
+ #~ msgid "Viewer"
891
+ #~ msgstr "Viewer"
892
+
893
+ #~ msgid "Embed pre-configured viewer"
894
+ #~ msgstr "Embed pre-configured viewer"
895
+
896
+ #~ msgid "Easiest way to have a working GeoVisio viewer on your website"
897
+ #~ msgstr "Easiest way to have a working GeoVisio viewer on your website"
898
+
899
+ #~ msgid "Use JS library"
900
+ #~ msgstr "Use JS library"
901
+
902
+ #~ msgid "A completely configurable viewer for your website"
903
+ #~ msgstr "A completely configurable viewer for your website"
904
+
905
+ #~ msgid "JS library docs"
906
+ #~ msgstr "JS library docs"