umap-project 2.4.1__py3-none-any.whl → 2.5.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.
- umap/__init__.py +1 -1
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +145 -90
- umap/locale/en/LC_MESSAGES/django.po +13 -13
- umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- umap/locale/eu/LC_MESSAGES/django.po +145 -89
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +100 -50
- umap/static/umap/base.css +5 -2
- umap/static/umap/content.css +2 -2
- umap/static/umap/css/contextmenu.css +11 -0
- umap/static/umap/css/dialog.css +25 -4
- umap/static/umap/css/importers.css +2 -0
- umap/static/umap/css/panel.css +6 -4
- umap/static/umap/css/slideshow.css +69 -0
- umap/static/umap/css/tableeditor.css +69 -0
- umap/static/umap/css/tooltip.css +3 -3
- umap/static/umap/img/16-white.svg +4 -0
- umap/static/umap/img/source/16-white.svg +5 -1
- umap/static/umap/js/components/alerts/alert.css +11 -11
- umap/static/umap/js/components/alerts/alert.js +1 -1
- umap/static/umap/js/modules/autocomplete.js +27 -5
- umap/static/umap/js/modules/browser.js +20 -14
- umap/static/umap/js/modules/caption.js +4 -4
- umap/static/umap/js/modules/dompurify.js +2 -3
- umap/static/umap/js/modules/facets.js +53 -17
- umap/static/umap/js/modules/formatter.js +153 -0
- umap/static/umap/js/modules/global.js +25 -16
- umap/static/umap/js/modules/help.js +26 -26
- umap/static/umap/js/modules/importer.js +10 -10
- umap/static/umap/js/modules/importers/communesfr.js +3 -1
- umap/static/umap/js/modules/importers/datasets.js +8 -6
- umap/static/umap/js/modules/importers/geodatamine.js +14 -14
- umap/static/umap/js/modules/importers/overpass.js +19 -15
- umap/static/umap/js/modules/orderable.js +2 -2
- umap/static/umap/js/modules/request.js +1 -1
- umap/static/umap/js/modules/rules.js +26 -11
- umap/static/umap/js/modules/schema.js +16 -12
- umap/static/umap/js/{umap.share.js → modules/share.js} +58 -103
- umap/static/umap/js/modules/slideshow.js +141 -0
- umap/static/umap/js/modules/sync/engine.js +3 -3
- umap/static/umap/js/modules/sync/updaters.js +10 -11
- umap/static/umap/js/modules/sync/websocket.js +1 -1
- umap/static/umap/js/modules/tableeditor.js +329 -0
- umap/static/umap/js/modules/ui/base.js +93 -0
- umap/static/umap/js/modules/ui/contextmenu.js +50 -0
- umap/static/umap/js/modules/ui/dialog.js +169 -31
- umap/static/umap/js/modules/ui/panel.js +7 -5
- umap/static/umap/js/modules/ui/tooltip.js +7 -77
- umap/static/umap/js/modules/urls.js +1 -2
- umap/static/umap/js/modules/utils.js +36 -16
- umap/static/umap/js/umap.controls.js +27 -29
- umap/static/umap/js/umap.core.js +19 -15
- umap/static/umap/js/umap.datalayer.permissions.js +15 -18
- umap/static/umap/js/umap.features.js +113 -131
- umap/static/umap/js/umap.forms.js +203 -228
- umap/static/umap/js/umap.icon.js +17 -22
- umap/static/umap/js/umap.js +117 -107
- umap/static/umap/js/umap.layer.js +374 -324
- umap/static/umap/js/umap.permissions.js +7 -10
- umap/static/umap/js/umap.popup.js +20 -20
- umap/static/umap/locale/am_ET.js +22 -5
- umap/static/umap/locale/am_ET.json +22 -5
- umap/static/umap/locale/ar.js +22 -5
- umap/static/umap/locale/ar.json +22 -5
- umap/static/umap/locale/ast.js +22 -5
- umap/static/umap/locale/ast.json +22 -5
- umap/static/umap/locale/bg.js +22 -5
- umap/static/umap/locale/bg.json +22 -5
- umap/static/umap/locale/br.js +22 -5
- umap/static/umap/locale/br.json +22 -5
- umap/static/umap/locale/ca.js +56 -39
- umap/static/umap/locale/ca.json +56 -39
- umap/static/umap/locale/cs_CZ.js +22 -5
- umap/static/umap/locale/cs_CZ.json +22 -5
- umap/static/umap/locale/da.js +22 -5
- umap/static/umap/locale/da.json +22 -5
- umap/static/umap/locale/de.js +22 -5
- umap/static/umap/locale/de.json +22 -5
- umap/static/umap/locale/el.js +27 -10
- umap/static/umap/locale/el.json +27 -10
- umap/static/umap/locale/en.js +22 -6
- umap/static/umap/locale/en.json +22 -6
- umap/static/umap/locale/en_US.json +22 -5
- umap/static/umap/locale/es.js +22 -6
- umap/static/umap/locale/es.json +22 -6
- umap/static/umap/locale/et.js +22 -5
- umap/static/umap/locale/et.json +22 -5
- umap/static/umap/locale/eu.js +167 -150
- umap/static/umap/locale/eu.json +167 -150
- umap/static/umap/locale/fa_IR.js +22 -5
- umap/static/umap/locale/fa_IR.json +22 -5
- umap/static/umap/locale/fi.js +22 -5
- umap/static/umap/locale/fi.json +22 -5
- umap/static/umap/locale/fr.js +22 -6
- umap/static/umap/locale/fr.json +22 -6
- umap/static/umap/locale/gl.js +22 -5
- umap/static/umap/locale/gl.json +22 -5
- umap/static/umap/locale/he.js +22 -5
- umap/static/umap/locale/he.json +22 -5
- umap/static/umap/locale/hr.js +22 -5
- umap/static/umap/locale/hr.json +22 -5
- umap/static/umap/locale/hu.js +89 -72
- umap/static/umap/locale/hu.json +89 -72
- umap/static/umap/locale/id.js +22 -5
- umap/static/umap/locale/id.json +22 -5
- umap/static/umap/locale/is.js +22 -5
- umap/static/umap/locale/is.json +22 -5
- umap/static/umap/locale/it.js +22 -5
- umap/static/umap/locale/it.json +22 -5
- umap/static/umap/locale/ja.js +22 -5
- umap/static/umap/locale/ja.json +22 -5
- umap/static/umap/locale/ko.js +22 -5
- umap/static/umap/locale/ko.json +22 -5
- umap/static/umap/locale/lt.js +22 -5
- umap/static/umap/locale/lt.json +22 -5
- umap/static/umap/locale/ms.js +22 -5
- umap/static/umap/locale/ms.json +22 -5
- umap/static/umap/locale/nl.js +22 -5
- umap/static/umap/locale/nl.json +22 -5
- umap/static/umap/locale/no.js +22 -5
- umap/static/umap/locale/no.json +22 -5
- umap/static/umap/locale/pl.js +22 -5
- umap/static/umap/locale/pl.json +22 -5
- umap/static/umap/locale/pl_PL.json +22 -5
- umap/static/umap/locale/pt.js +22 -6
- umap/static/umap/locale/pt.json +22 -6
- umap/static/umap/locale/pt_BR.js +22 -5
- umap/static/umap/locale/pt_BR.json +22 -5
- umap/static/umap/locale/pt_PT.js +22 -5
- umap/static/umap/locale/pt_PT.json +22 -5
- umap/static/umap/locale/ro.js +22 -5
- umap/static/umap/locale/ro.json +22 -5
- umap/static/umap/locale/ru.js +22 -5
- umap/static/umap/locale/ru.json +22 -5
- umap/static/umap/locale/sk_SK.js +22 -5
- umap/static/umap/locale/sk_SK.json +22 -5
- umap/static/umap/locale/sl.js +22 -5
- umap/static/umap/locale/sl.json +22 -5
- umap/static/umap/locale/sr.js +22 -5
- umap/static/umap/locale/sr.json +22 -5
- umap/static/umap/locale/sv.js +22 -5
- umap/static/umap/locale/sv.json +22 -5
- umap/static/umap/locale/th_TH.js +22 -5
- umap/static/umap/locale/th_TH.json +22 -5
- umap/static/umap/locale/tr.js +22 -5
- umap/static/umap/locale/tr.json +22 -5
- umap/static/umap/locale/uk_UA.js +22 -5
- umap/static/umap/locale/uk_UA.json +22 -5
- umap/static/umap/locale/vi.js +22 -5
- umap/static/umap/locale/vi.json +22 -5
- umap/static/umap/locale/vi_VN.json +22 -5
- umap/static/umap/locale/zh.js +22 -5
- umap/static/umap/locale/zh.json +22 -5
- umap/static/umap/locale/zh_CN.json +22 -5
- umap/static/umap/locale/zh_TW.Big5.json +22 -5
- umap/static/umap/locale/zh_TW.js +22 -5
- umap/static/umap/locale/zh_TW.json +22 -5
- umap/static/umap/map.css +9 -153
- umap/static/umap/vars.css +15 -0
- umap/static/umap/vendors/dompurify/purify.es.js +5 -59
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +410 -428
- umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
- umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -2
- umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
- umap/static/umap/vendors/togeojson/{togeojson.umd.js.map → togeojson.es.mjs.map} +1 -1
- umap/static/umap/vendors/tokml/tokml.es.js +895 -0
- umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
- umap/storage.py +6 -2
- umap/templates/umap/components/alerts/alert.html +3 -3
- umap/templates/umap/css.html +3 -0
- umap/templates/umap/js.html +0 -6
- umap/tests/fixtures/categorized_highway.geojson +1 -0
- umap/tests/fixtures/test_import_osm_relation.json +130 -0
- umap/tests/integration/conftest.py +8 -1
- umap/tests/integration/test_browser.py +3 -2
- umap/tests/integration/test_categorized_layer.py +141 -0
- umap/tests/integration/test_conditional_rules.py +21 -0
- umap/tests/integration/test_datalayer.py +9 -4
- umap/tests/integration/test_edit_datalayer.py +1 -0
- umap/tests/integration/test_edit_polygon.py +1 -1
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_import.py +22 -0
- umap/tests/integration/test_map_preview.py +36 -2
- umap/tests/integration/test_tableeditor.py +158 -4
- umap/tests/integration/test_websocket_sync.py +2 -2
- umap/tests/test_views.py +2 -2
- umap/views.py +3 -2
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/METADATA +8 -8
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/RECORD +194 -184
- umap/static/umap/js/umap.slideshow.js +0 -165
- umap/static/umap/js/umap.tableeditor.js +0 -118
- umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
- umap/static/umap/vendors/togpx/togpx.js +0 -547
- umap/static/umap/vendors/tokml/tokml.js +0 -343
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/WHEEL +0 -0
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -9,7 +9,7 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: uMap\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date: 2024-
|
|
12
|
+
"POT-Creation-Date: 2024-06-26 20:59+0000\n"
|
|
13
13
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
14
14
|
"Last-Translator: Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023-2024\n"
|
|
15
15
|
"Language-Team: Hungarian (http://app.transifex.com/openstreetmap/umap/language/hu/)\n"
|
|
@@ -27,7 +27,7 @@ msgstr "Kizárólag titkos szerkesztési linkkel szerkeszthető"
|
|
|
27
27
|
msgid "Everyone can edit"
|
|
28
28
|
msgstr "Bárki szerkesztheti"
|
|
29
29
|
|
|
30
|
-
#: forms.py:69 models.py:
|
|
30
|
+
#: forms.py:69 models.py:389
|
|
31
31
|
msgid "Inherit"
|
|
32
32
|
msgstr "Öröklés"
|
|
33
33
|
|
|
@@ -35,54 +35,50 @@ msgstr "Öröklés"
|
|
|
35
35
|
msgid "Site is readonly for maintenance"
|
|
36
36
|
msgstr "Karbantartás miatt a webhely csak olvasható"
|
|
37
37
|
|
|
38
|
-
#: models.py:
|
|
38
|
+
#: models.py:53
|
|
39
39
|
msgid "name"
|
|
40
40
|
msgstr "név"
|
|
41
41
|
|
|
42
|
-
#: models.py:
|
|
42
|
+
#: models.py:84
|
|
43
43
|
msgid "details"
|
|
44
44
|
msgstr "részletek"
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:85
|
|
47
47
|
msgid "Link to a page where the licence is detailed."
|
|
48
48
|
msgstr "Link egy részletes licencinformációkat tartalmazó lapra."
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:95
|
|
51
51
|
msgid "URL template using OSM tile format"
|
|
52
52
|
msgstr "OSM-csempeformátumot használó URL-sablon"
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:101
|
|
55
55
|
msgid "Order of the tilelayers in the edit box"
|
|
56
56
|
msgstr "Csemperétegek sorrendje a szerkesztődobozban"
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:147 models.py:390
|
|
59
59
|
msgid "Everyone"
|
|
60
60
|
msgstr "Mindenki"
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:148 models.py:154 models.py:391
|
|
63
63
|
msgid "Editors only"
|
|
64
64
|
msgstr "Csak a szerkesztők"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:149 models.py:392
|
|
67
67
|
msgid "Owner only"
|
|
68
68
|
msgstr "Csak a tulajdonos"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:152
|
|
71
71
|
msgid "Everyone (public)"
|
|
72
72
|
msgstr "Mindenki (nyilvános)"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:153
|
|
75
75
|
msgid "Anyone with link"
|
|
76
76
|
msgstr "A link birtokában bárki"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:155
|
|
79
79
|
msgid "Blocked"
|
|
80
80
|
msgstr "Blokkolva"
|
|
81
81
|
|
|
82
|
-
#: models.py:157 models.py:391
|
|
83
|
-
msgid "description"
|
|
84
|
-
msgstr "leírás"
|
|
85
|
-
|
|
86
82
|
#: models.py:158
|
|
87
83
|
msgid "center"
|
|
88
84
|
msgstr "középpont"
|
|
@@ -115,7 +111,7 @@ msgstr "tulajdonos"
|
|
|
115
111
|
msgid "editors"
|
|
116
112
|
msgstr "szerkesztők"
|
|
117
113
|
|
|
118
|
-
#: models.py:186 models.py:
|
|
114
|
+
#: models.py:186 models.py:413
|
|
119
115
|
msgid "edit status"
|
|
120
116
|
msgstr "szerkeszthetőség"
|
|
121
117
|
|
|
@@ -123,19 +119,23 @@ msgstr "szerkeszthetőség"
|
|
|
123
119
|
msgid "share status"
|
|
124
120
|
msgstr "megoszthatóság"
|
|
125
121
|
|
|
126
|
-
#: models.py:194 models.py:
|
|
122
|
+
#: models.py:194 models.py:408
|
|
127
123
|
msgid "settings"
|
|
128
124
|
msgstr "beállítások"
|
|
129
125
|
|
|
130
|
-
#: models.py:
|
|
126
|
+
#: models.py:330
|
|
131
127
|
msgid "Clone of"
|
|
132
128
|
msgstr "Másolat erről: "
|
|
133
129
|
|
|
134
|
-
#: models.py:
|
|
130
|
+
#: models.py:399
|
|
131
|
+
msgid "description"
|
|
132
|
+
msgstr "leírás"
|
|
133
|
+
|
|
134
|
+
#: models.py:403
|
|
135
135
|
msgid "display on load"
|
|
136
136
|
msgstr "megjelenítés betöltéskor"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:404
|
|
139
139
|
msgid "Display this layer on load."
|
|
140
140
|
msgstr "Réteg megjelenítése betöltéskor"
|
|
141
141
|
|
|
@@ -264,13 +264,59 @@ msgstr "Térkép készítése"
|
|
|
264
264
|
msgid "Play with the demo"
|
|
265
265
|
msgstr "Játék a bemutatóval"
|
|
266
266
|
|
|
267
|
-
#: templates/umap/
|
|
267
|
+
#: templates/umap/components/alerts/alert.html:14
|
|
268
|
+
#: templates/umap/components/alerts/alert.html:49
|
|
269
|
+
#: templates/umap/components/alerts/alert.html:71
|
|
270
|
+
msgid "Close"
|
|
271
|
+
msgstr "Bezárás"
|
|
272
|
+
|
|
273
|
+
#: templates/umap/components/alerts/alert.html:27
|
|
274
|
+
#, python-format
|
|
275
|
+
msgid ""
|
|
276
|
+
"Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
|
|
277
|
+
"target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
278
|
+
"target=\"_blank\">log in</a>."
|
|
279
|
+
msgstr "Haladó tipp: ha térképét később szeretné könnyedén megtalálni, <a href=\"%(login_url)s\" target=\"_blank\">hozzon létre egy fiókot</a> vagy <a href=\"%(login_url)s\" target=\"_blank\">jelentkezzék be</a>."
|
|
280
|
+
|
|
281
|
+
#: templates/umap/components/alerts/alert.html:30
|
|
282
|
+
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
283
|
+
msgstr "Itt van a térkép szerkesztéséhez vezető titkos link, őrizze meg gondosan:"
|
|
284
|
+
|
|
285
|
+
#: templates/umap/components/alerts/alert.html:33
|
|
286
|
+
msgid "Copy link"
|
|
287
|
+
msgstr "Link másolása"
|
|
288
|
+
|
|
289
|
+
#: templates/umap/components/alerts/alert.html:39
|
|
290
|
+
msgid "Enter your email address to receive the secret link:"
|
|
291
|
+
msgstr "Adja meg az e-mail-címét, hogy megkapja a titkos linket: "
|
|
292
|
+
|
|
293
|
+
#: templates/umap/components/alerts/alert.html:41
|
|
294
|
+
msgid "Email"
|
|
295
|
+
msgstr "E-mail"
|
|
296
|
+
|
|
297
|
+
#: templates/umap/components/alerts/alert.html:42
|
|
298
|
+
msgid "Send me the link"
|
|
299
|
+
msgstr "Link elküldése magamnak"
|
|
300
|
+
|
|
301
|
+
#: templates/umap/components/alerts/alert.html:63
|
|
302
|
+
msgid "See their edits in another tab"
|
|
303
|
+
msgstr "Szerkesztéseik megtekintése egy másik fülön"
|
|
304
|
+
|
|
305
|
+
#: templates/umap/components/alerts/alert.html:64
|
|
306
|
+
msgid "Keep your changes and loose theirs"
|
|
307
|
+
msgstr "Saját szerkesztéseim megőrzése és az övék elvetése"
|
|
308
|
+
|
|
309
|
+
#: templates/umap/components/alerts/alert.html:65
|
|
310
|
+
msgid "Keep their changes and loose yours"
|
|
311
|
+
msgstr "Az ő szerkesztéseik megőrzése és a sajátjaim elvetése"
|
|
312
|
+
|
|
313
|
+
#: templates/umap/content.html:24
|
|
268
314
|
msgid ""
|
|
269
315
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
270
316
|
"allowed."
|
|
271
317
|
msgstr "A uMap e példánya jelenleg csak olvasási módban működik, létrehozás/szerkesztés nem engedélyezett."
|
|
272
318
|
|
|
273
|
-
#: templates/umap/content.html:
|
|
319
|
+
#: templates/umap/content.html:32
|
|
274
320
|
#, python-format
|
|
275
321
|
msgid ""
|
|
276
322
|
"This is a demo instance, used for tests and pre-rolling releases. If you "
|
|
@@ -279,11 +325,11 @@ msgid ""
|
|
|
279
325
|
"instance, it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
280
326
|
msgstr "Ez egy demonstrációs változat, amelyet tesztelésre és még nem nyilvános kiadásoknál használnak. Ha stabil változatra van szüksége, használja ezt a címet: <a href=\"%(stable_url)s\">%(stable_url)s</a>. A uMap-et a saját szerverére is telepítheti, hiszen <a href=\"%(repo_url)s\">nyílt forráskódú</a>!"
|
|
281
327
|
|
|
282
|
-
#: templates/umap/home.html:
|
|
328
|
+
#: templates/umap/home.html:11
|
|
283
329
|
msgid "Map of the uMaps"
|
|
284
330
|
msgstr "uMap-térképek térképe"
|
|
285
331
|
|
|
286
|
-
#: templates/umap/home.html:
|
|
332
|
+
#: templates/umap/home.html:17
|
|
287
333
|
msgid "Get inspired, browse maps"
|
|
288
334
|
msgstr "Szerezzen ihletet, böngésszen a térképek között!"
|
|
289
335
|
|
|
@@ -291,7 +337,7 @@ msgstr "Szerezzen ihletet, böngésszen a térképek között!"
|
|
|
291
337
|
msgid "You are logged in. Continuing..."
|
|
292
338
|
msgstr "Be van jelentkezve. Továbblépés…"
|
|
293
339
|
|
|
294
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
340
|
+
#: templates/umap/map_list.html:9 views.py:348
|
|
295
341
|
msgid "by"
|
|
296
342
|
msgstr "– készítette:"
|
|
297
343
|
|
|
@@ -347,37 +393,37 @@ msgstr "Letöltés"
|
|
|
347
393
|
msgid "Clone"
|
|
348
394
|
msgstr "Másolat készítése"
|
|
349
395
|
|
|
350
|
-
#: templates/umap/map_table.html:
|
|
396
|
+
#: templates/umap/map_table.html:77 templates/umap/map_table.html:79
|
|
351
397
|
msgid "Delete"
|
|
352
398
|
msgstr "Törlés"
|
|
353
399
|
|
|
354
|
-
#: templates/umap/map_table.html:
|
|
400
|
+
#: templates/umap/map_table.html:93
|
|
355
401
|
msgid "first"
|
|
356
402
|
msgstr "első"
|
|
357
403
|
|
|
358
|
-
#: templates/umap/map_table.html:
|
|
404
|
+
#: templates/umap/map_table.html:94
|
|
359
405
|
msgid "previous"
|
|
360
406
|
msgstr "előző"
|
|
361
407
|
|
|
362
|
-
#: templates/umap/map_table.html:
|
|
408
|
+
#: templates/umap/map_table.html:102
|
|
363
409
|
#, python-format
|
|
364
410
|
msgid "Page %(maps_number)s of %(num_pages)s"
|
|
365
411
|
msgstr "%(maps_number)s / %(num_pages)s oldal"
|
|
366
412
|
|
|
367
|
-
#: templates/umap/map_table.html:
|
|
413
|
+
#: templates/umap/map_table.html:107
|
|
368
414
|
msgid "next"
|
|
369
415
|
msgstr "következő"
|
|
370
416
|
|
|
371
|
-
#: templates/umap/map_table.html:
|
|
417
|
+
#: templates/umap/map_table.html:108
|
|
372
418
|
msgid "last"
|
|
373
419
|
msgstr "utolsó"
|
|
374
420
|
|
|
375
|
-
#: templates/umap/map_table.html:
|
|
421
|
+
#: templates/umap/map_table.html:116
|
|
376
422
|
#, python-format
|
|
377
423
|
msgid "Lines per page: %(per_page)s"
|
|
378
424
|
msgstr "Sorok oldalanként: %(per_page)s"
|
|
379
425
|
|
|
380
|
-
#: templates/umap/map_table.html:
|
|
426
|
+
#: templates/umap/map_table.html:121
|
|
381
427
|
#, python-format
|
|
382
428
|
msgid "%(count)s maps"
|
|
383
429
|
msgstr "%(count)s térkép"
|
|
@@ -448,18 +494,18 @@ msgstr "A jelszómódosítás sikeres"
|
|
|
448
494
|
msgid "Your password was changed."
|
|
449
495
|
msgstr "A jelszava megváltozott."
|
|
450
496
|
|
|
451
|
-
#: templates/umap/search.html:
|
|
497
|
+
#: templates/umap/search.html:13
|
|
452
498
|
#, python-format
|
|
453
499
|
msgid "%(count)s map found:"
|
|
454
500
|
msgid_plural "%(count)s maps found:"
|
|
455
501
|
msgstr[0] "%(count)s térképet találtunk:"
|
|
456
502
|
msgstr[1] "%(count)s térképet találtunk:"
|
|
457
503
|
|
|
458
|
-
#: templates/umap/search.html:
|
|
504
|
+
#: templates/umap/search.html:21
|
|
459
505
|
msgid "No map found."
|
|
460
506
|
msgstr "Nem található ilyen térkép."
|
|
461
507
|
|
|
462
|
-
#: templates/umap/search.html:
|
|
508
|
+
#: templates/umap/search.html:24
|
|
463
509
|
msgid "Latest created maps"
|
|
464
510
|
msgstr "Legutóbb létrehozott térképek"
|
|
465
511
|
|
|
@@ -497,57 +543,61 @@ msgstr "%(count)s térkép letöltése"
|
|
|
497
543
|
msgid "You have no map yet."
|
|
498
544
|
msgstr "Önnek még nincs térképe."
|
|
499
545
|
|
|
500
|
-
#: views.py:
|
|
546
|
+
#: views.py:353
|
|
501
547
|
msgid "View the map"
|
|
502
548
|
msgstr "Térkép megtekintése"
|
|
503
549
|
|
|
504
|
-
#: views.py:
|
|
550
|
+
#: views.py:719
|
|
505
551
|
msgid "See full screen"
|
|
506
552
|
msgstr "Teljes képernyős nézet megtekintése"
|
|
507
553
|
|
|
508
|
-
#: views.py:
|
|
554
|
+
#: views.py:847
|
|
509
555
|
msgid "Map editors updated with success!"
|
|
510
556
|
msgstr "A térképszerkesztők sikeresen frissültek."
|
|
511
557
|
|
|
512
|
-
#: views.py:
|
|
558
|
+
#: views.py:883
|
|
513
559
|
#, python-format
|
|
514
560
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
515
561
|
msgstr "A térképéhez tartozó uMap szerkesztési link: %(map_name)s"
|
|
516
562
|
|
|
517
|
-
#: views.py:
|
|
563
|
+
#: views.py:886
|
|
518
564
|
#, python-format
|
|
519
565
|
msgid "Here is your secret edit link: %(link)s"
|
|
520
566
|
msgstr "Az Ön titkos szerkesztési linkje: %(link)s"
|
|
521
567
|
|
|
522
|
-
#: views.py:
|
|
568
|
+
#: views.py:893
|
|
523
569
|
#, python-format
|
|
524
570
|
msgid "Can't send email to %(email)s"
|
|
525
571
|
msgstr "Nem sikerül e-mailt küldeni ide: %(email)s"
|
|
526
572
|
|
|
527
|
-
#: views.py:
|
|
573
|
+
#: views.py:896
|
|
528
574
|
#, python-format
|
|
529
575
|
msgid "Email sent to %(email)s"
|
|
530
576
|
msgstr "E-mail elküldve ide: %(email)s"
|
|
531
577
|
|
|
532
|
-
#: views.py:
|
|
578
|
+
#: views.py:907
|
|
533
579
|
msgid "Only its owner can delete the map."
|
|
534
580
|
msgstr "A térképet csak a tulajdonosa törölheti."
|
|
535
581
|
|
|
536
|
-
#: views.py:
|
|
582
|
+
#: views.py:910
|
|
583
|
+
msgid "Map successfully deleted."
|
|
584
|
+
msgstr "Térkép sikeresen törölve."
|
|
585
|
+
|
|
586
|
+
#: views.py:936
|
|
537
587
|
#, python-format
|
|
538
588
|
msgid ""
|
|
539
589
|
"Your map has been cloned! If you want to edit this map from another "
|
|
540
590
|
"computer, please use this link: %(anonymous_url)s"
|
|
541
591
|
msgstr "Elkészült a térképe másolata. Ha egy másik számítógépről szeretné szerkeszteni, ezt a linket használja: %(anonymous_url)s"
|
|
542
592
|
|
|
543
|
-
#: views.py:
|
|
593
|
+
#: views.py:941
|
|
544
594
|
msgid "Congratulations, your map has been cloned!"
|
|
545
595
|
msgstr "Gratulálunk, elkészült a térképe másolata!"
|
|
546
596
|
|
|
547
|
-
#: views.py:
|
|
597
|
+
#: views.py:1176
|
|
548
598
|
msgid "Layer successfully deleted."
|
|
549
599
|
msgstr "A réteg sikeresen törlődött."
|
|
550
600
|
|
|
551
|
-
#: views.py:
|
|
601
|
+
#: views.py:1198
|
|
552
602
|
msgid "Permissions updated with success!"
|
|
553
603
|
msgstr "Az engedélyek sikeresen frissültek!"
|
umap/static/umap/base.css
CHANGED
|
@@ -277,6 +277,7 @@ button.flat,
|
|
|
277
277
|
width: initial;
|
|
278
278
|
display: initial;
|
|
279
279
|
line-height: inherit;
|
|
280
|
+
color: var(--text-color);
|
|
280
281
|
}
|
|
281
282
|
button.flat:hover,
|
|
282
283
|
[type="button"].flat:hover,
|
|
@@ -496,8 +497,10 @@ input.switch:checked ~ label:after {
|
|
|
496
497
|
}
|
|
497
498
|
.button-bar.by3,
|
|
498
499
|
.button-bar.by5,
|
|
500
|
+
.button-bar.by6,
|
|
499
501
|
.umap-multiplechoice.by3,
|
|
500
|
-
.umap-multiplechoice.by5
|
|
502
|
+
.umap-multiplechoice.by5,
|
|
503
|
+
.umap-multiplechoice.by6 {
|
|
501
504
|
grid-template-columns: 1fr 1fr 1fr;
|
|
502
505
|
}
|
|
503
506
|
.button-bar.by4,
|
|
@@ -798,7 +801,7 @@ input[type=hidden].blur + [type="button"] {
|
|
|
798
801
|
background-repeat: no-repeat;
|
|
799
802
|
background-position: center;
|
|
800
803
|
background-color: #323e56;
|
|
801
|
-
z-index:
|
|
804
|
+
z-index: var(--zindex-dragover);
|
|
802
805
|
display: block;
|
|
803
806
|
position: absolute;
|
|
804
807
|
width: 100vw;
|
umap/static/umap/content.css
CHANGED
|
@@ -169,7 +169,7 @@ h2.tabs a:hover {
|
|
|
169
169
|
background-color: #c0392b;
|
|
170
170
|
color: #efefef;
|
|
171
171
|
margin-top: 0;
|
|
172
|
-
padding:
|
|
172
|
+
padding: var(--gutter);
|
|
173
173
|
}
|
|
174
174
|
.demo-instance-warning .row {
|
|
175
175
|
margin-top: 0;
|
|
@@ -248,7 +248,7 @@ input[type="submit"],
|
|
|
248
248
|
ul.umap-autocomplete {
|
|
249
249
|
position: absolute;
|
|
250
250
|
background-color: white;
|
|
251
|
-
z-index:
|
|
251
|
+
z-index: var(--zindex-autocomplete);
|
|
252
252
|
box-shadow: 0 4px 9px #999999;
|
|
253
253
|
}
|
|
254
254
|
.umap-autocomplete li {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
.umap-contextmenu {
|
|
2
|
+
background-color: var(--background-color);
|
|
3
|
+
padding: calc(var(--box-padding) / 2) var(--box-padding);
|
|
4
|
+
position: absolute;
|
|
5
|
+
z-index: var(--zindex-contextmenu);
|
|
6
|
+
border-radius: var(--border-radius);
|
|
7
|
+
box-shadow: var(--block-shadow);
|
|
8
|
+
}
|
|
9
|
+
.umap-contextmenu li + li {
|
|
10
|
+
margin-top: var(--text-margin);
|
|
11
|
+
}
|
umap/static/umap/css/dialog.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.umap-dialog {
|
|
2
|
-
z-index:
|
|
2
|
+
z-index: var(--zindex-dialog);
|
|
3
3
|
margin: auto;
|
|
4
4
|
margin-top: 100px;
|
|
5
5
|
width: 40vw;
|
|
@@ -11,8 +11,29 @@
|
|
|
11
11
|
color: var(--text-color);
|
|
12
12
|
border-radius: 5px;
|
|
13
13
|
overflow-y: auto;
|
|
14
|
+
height: fit-content;
|
|
15
|
+
max-height: 90vh;
|
|
14
16
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
:where([data-component="no-dialog"]:not([hidden])) {
|
|
18
|
+
display: block;
|
|
19
|
+
position: relative;
|
|
20
|
+
}
|
|
21
|
+
:where([data-component*="dialog"] menu) {
|
|
22
|
+
display: flex;
|
|
23
|
+
gap: calc(var(--gutter) / 2);
|
|
24
|
+
justify-content: flex-end;
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
}
|
|
28
|
+
:where([data-component*="dialog"] [data-ref="fieldset"]) {
|
|
29
|
+
border: 0;
|
|
30
|
+
margin: unset;
|
|
31
|
+
padding: unset;
|
|
32
|
+
}
|
|
33
|
+
/* hack for Firefox */
|
|
34
|
+
@-moz-document url-prefix() {
|
|
35
|
+
[data-component="no-dialog"]:not([hidden]) {
|
|
36
|
+
inset-inline-start: 0;
|
|
37
|
+
transform: none;
|
|
38
|
+
}
|
|
18
39
|
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
border: none;
|
|
12
12
|
width: initial;
|
|
13
13
|
display: inline-block;
|
|
14
|
+
line-height: 1rem;
|
|
14
15
|
}
|
|
15
16
|
.importer h3:before {
|
|
16
17
|
background-image: url(../img/importers/random.svg);
|
|
@@ -32,6 +33,7 @@
|
|
|
32
33
|
width: 100%;
|
|
33
34
|
height: 50px;
|
|
34
35
|
display: block;
|
|
36
|
+
margin-bottom: var(--gutter);
|
|
35
37
|
}
|
|
36
38
|
.importer.geodatamine h3:before,
|
|
37
39
|
.importers ul .geodatamine:before {
|
umap/static/umap/css/panel.css
CHANGED
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
position: absolute;
|
|
6
6
|
bottom: var(--panel-bottom);
|
|
7
7
|
overflow-x: auto;
|
|
8
|
-
z-index:
|
|
8
|
+
z-index: var(--zindex-panels);
|
|
9
9
|
background-color: var(--background-color);
|
|
10
10
|
color: var(--text-color);
|
|
11
|
-
opacity: 0.98;
|
|
12
11
|
cursor: initial;
|
|
13
12
|
border-radius: 5px;
|
|
14
13
|
border: 1px solid var(--color-lightGray);
|
|
@@ -22,12 +21,12 @@
|
|
|
22
21
|
.panel.full {
|
|
23
22
|
width: initial;
|
|
24
23
|
right: -100%;
|
|
25
|
-
z-index:
|
|
24
|
+
z-index: calc(var(--zindex-panels) + 1);
|
|
26
25
|
}
|
|
27
26
|
.panel.full.on {
|
|
28
27
|
visibility: visible;
|
|
29
28
|
right: calc(var(--panel-gutter) * 2 + var(--control-size));
|
|
30
|
-
left: var(--panel-gutter);
|
|
29
|
+
left: calc(var(--panel-gutter) * 2 + var(--control-size));
|
|
31
30
|
height: initial;
|
|
32
31
|
max-height: initial;
|
|
33
32
|
}
|
|
@@ -78,6 +77,9 @@
|
|
|
78
77
|
right: calc(var(--panel-gutter) * 2 + var(--control-size));
|
|
79
78
|
visibility: visible;
|
|
80
79
|
}
|
|
80
|
+
.panel-left-on .panel.full {
|
|
81
|
+
left: calc(var(--panel-gutter) * 3 + var(--control-size) + var(--panel-width));
|
|
82
|
+
}
|
|
81
83
|
}
|
|
82
84
|
@media all and (orientation:portrait) {
|
|
83
85
|
.panel {
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
.umap-slideshow-toolbox {
|
|
2
|
+
position: absolute;
|
|
3
|
+
right: 0;
|
|
4
|
+
top: 0;
|
|
5
|
+
display: none;
|
|
6
|
+
}
|
|
7
|
+
.umap-slideshow-enabled .umap-slideshow-toolbox {
|
|
8
|
+
display: inline-block;
|
|
9
|
+
}
|
|
10
|
+
.umap-slideshow-toolbox li {
|
|
11
|
+
display: inline-block;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
font-size: 1.5em;
|
|
14
|
+
background-color: var(--background-color);
|
|
15
|
+
color: var(--text-color);
|
|
16
|
+
width: calc(var(--footer-height) * 2);
|
|
17
|
+
height: var(--footer-height);
|
|
18
|
+
line-height: var(--footer-height);
|
|
19
|
+
vertical-align: middle;
|
|
20
|
+
text-align: center;
|
|
21
|
+
}
|
|
22
|
+
.umap-slideshow-toolbox li + li {
|
|
23
|
+
border-left: 1px solid var(--color-light);
|
|
24
|
+
}
|
|
25
|
+
.umap-slideshow-toolbox li:hover {
|
|
26
|
+
background-color: var(--color-mediumGray);
|
|
27
|
+
}
|
|
28
|
+
.umap-slideshow-active .umap-slideshow-toolbox .play,
|
|
29
|
+
.umap-slideshow-toolbox .play {
|
|
30
|
+
width: calc(var(--footer-height) * 3);
|
|
31
|
+
text-align: left;
|
|
32
|
+
padding-left: 20px;
|
|
33
|
+
}
|
|
34
|
+
.umap-slideshow-toolbox .play:after {
|
|
35
|
+
content: '⏯︎';
|
|
36
|
+
}
|
|
37
|
+
.umap-slideshow-active .umap-slideshow-toolbox .play:after {
|
|
38
|
+
content: '⏸︎';
|
|
39
|
+
}
|
|
40
|
+
.umap-slideshow-toolbox .stop:before {
|
|
41
|
+
content: '⏹';
|
|
42
|
+
}
|
|
43
|
+
.umap-slideshow-toolbox .next:before {
|
|
44
|
+
content: '⏵︎';
|
|
45
|
+
}
|
|
46
|
+
.umap-slideshow-toolbox .prev:before {
|
|
47
|
+
content: '⏴︎';
|
|
48
|
+
}
|
|
49
|
+
.umap-slideshow-toolbox .play div {
|
|
50
|
+
height: 20px;
|
|
51
|
+
width: 20px;
|
|
52
|
+
margin: 0px auto;
|
|
53
|
+
position: relative;
|
|
54
|
+
top: 5px;
|
|
55
|
+
border-left: 3px solid rgba(255,255,239,.15);
|
|
56
|
+
border-right: 3px solid rgba(255,255,255,.15);
|
|
57
|
+
border-bottom: 3px solid rgba(255,255,255,.15);
|
|
58
|
+
border-top: 3px solid rgba(255,255,255,.8);
|
|
59
|
+
border-radius:100%;
|
|
60
|
+
display: inline-block;
|
|
61
|
+
visibility: hidden;
|
|
62
|
+
}
|
|
63
|
+
@keyframes rotation {
|
|
64
|
+
from {transform: rotate(0deg);}
|
|
65
|
+
to {transform: rotate(359deg);}
|
|
66
|
+
}
|
|
67
|
+
.umap-slideshow-active .umap-slideshow-toolbox .play .spinner {
|
|
68
|
+
visibility: visible;
|
|
69
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
.umap-table-editor {
|
|
2
|
+
width: 100%;
|
|
3
|
+
overflow-x: auto;
|
|
4
|
+
}
|
|
5
|
+
.umap-table-editor table {
|
|
6
|
+
white-space: nowrap;
|
|
7
|
+
table-layout: fixed;
|
|
8
|
+
border-collapse: collapse;
|
|
9
|
+
border-bottom: 1px solid black;
|
|
10
|
+
border-top: 1px solid black;
|
|
11
|
+
min-width: 100%;
|
|
12
|
+
}
|
|
13
|
+
.umap-table-editor thead {
|
|
14
|
+
text-align: center;
|
|
15
|
+
height: 48px;
|
|
16
|
+
line-height: 48px;
|
|
17
|
+
background-color: var(--color-darkGray);
|
|
18
|
+
}
|
|
19
|
+
.umap-table-editor thead tr {
|
|
20
|
+
border-bottom: 3px solid var(--color-accent);
|
|
21
|
+
}
|
|
22
|
+
.umap-table-editor thead th {
|
|
23
|
+
border-left: 1px solid black;
|
|
24
|
+
}
|
|
25
|
+
.umap-table-editor .tbody tr input {
|
|
26
|
+
margin: 0;
|
|
27
|
+
border-right: none;
|
|
28
|
+
display: inline;
|
|
29
|
+
}
|
|
30
|
+
.umap-table-editor td {
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
border: 1px solid black;
|
|
33
|
+
}
|
|
34
|
+
.umap-table-editor td:focus {
|
|
35
|
+
outline: 1px solid var(--color-accent);
|
|
36
|
+
}
|
|
37
|
+
.umap-table-editor th, .umap-table-editor td {
|
|
38
|
+
padding: 10px;
|
|
39
|
+
vertical-align: top;
|
|
40
|
+
}
|
|
41
|
+
.umap-table-editor tr:nth-child(even) {
|
|
42
|
+
background-color: var(--color-mediumGray);
|
|
43
|
+
}
|
|
44
|
+
.umap-table-editor tr {
|
|
45
|
+
border-left: 1px solid black;
|
|
46
|
+
border-right: 1px solid black;
|
|
47
|
+
}
|
|
48
|
+
.umap-table-editor .formbox,
|
|
49
|
+
.umap-table-editor input {
|
|
50
|
+
margin: 0;
|
|
51
|
+
min-height: initial;
|
|
52
|
+
}
|
|
53
|
+
.umap-table-editor textarea,
|
|
54
|
+
.umap-table-editor input[type=text] {
|
|
55
|
+
border-radius: initial;
|
|
56
|
+
width: initial;
|
|
57
|
+
position: fixed;
|
|
58
|
+
}
|
|
59
|
+
.umap-table-editor th button {
|
|
60
|
+
transform: rotate(90deg);
|
|
61
|
+
font-size: 1.25rem;
|
|
62
|
+
display: inline-block;
|
|
63
|
+
vertical-align: middle;
|
|
64
|
+
margin-left: 1rem;
|
|
65
|
+
font-weight: bold;
|
|
66
|
+
}
|
|
67
|
+
.umap-table-editor th button:hover {
|
|
68
|
+
text-decoration: none;
|
|
69
|
+
}
|
umap/static/umap/css/tooltip.css
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
padding: 5px 10px;
|
|
4
4
|
width: auto;
|
|
5
5
|
position: absolute;
|
|
6
|
-
box-shadow:
|
|
6
|
+
box-shadow: var(--block-shadow);
|
|
7
7
|
display: none;
|
|
8
|
-
background-color: rgba(40, 40, 40, 0.
|
|
8
|
+
background-color: rgba(40, 40, 40, 0.9);
|
|
9
9
|
color: #eeeeec;
|
|
10
10
|
font-size: 0.8em;
|
|
11
11
|
border-radius: 2px;
|
|
12
|
-
z-index:
|
|
12
|
+
z-index: var(--zindex-tooltip);
|
|
13
13
|
font-weight: normal;
|
|
14
14
|
max-width: 300px;
|
|
15
15
|
}
|
|
@@ -188,5 +188,9 @@
|
|
|
188
188
|
<path id="path1-675" d="m87.167 966.62-3.1666-2.9964-3.1666 2.9964-0.83338-0.78858 3.4333-3.2487c0.31298-0.29613 0.82041-0.29613 1.1334 0l3.4332 3.2487zm-6.3333 3.4812 3.1666 2.9964 3.1666-2.9964 0.83336 0.78859-3.4333 3.2487c-0.31297 0.29608-0.82041 0.29608-1.1334 0l-3.4333-3.2487z" clip-rule="evenodd" fill="#efefef" fill-rule="evenodd"/>
|
|
189
189
|
<path id="path5" d="m63.167 974.36-3.1666-2.9964-3.1666 2.9964-0.83336-0.78859 3.4333-3.2487c0.31297-0.29608 0.82041-0.29608 1.1334 0l3.4333 3.2487z" fill="#efefef"/>
|
|
190
190
|
<path id="path1-675-2" d="m56 963.15 3.4332 3.2487c0.31298 0.29613 0.82041 0.29613 1.1334 0l3.4333-3.2487-0.83338-0.78858-3.1666 2.9964-3.1666-2.9964z" fill="#efefef"/>
|
|
191
|
+
<path id="path1-3" d="m16.584 844.26c0.12973-0.17297 0.25946-0.38919 0.3027-0.64865h2.6811c0.25946 0 0.43243-0.17297 0.43243-0.43243s-0.17297-0.43243-0.43243-0.43243h-2.6811c-0.08649-0.38919-0.34595-0.77838-0.69189-1.0378-0.82162-0.60541-1.9459-0.38919-2.5081 0.38919-0.12973 0.17297-0.21622 0.38919-0.3027 0.64865h-8.9514c-0.25946 0-0.43243 0.17297-0.43243 0.43243s0.17297 0.43243 0.43243 0.43243h8.9514c0.08649 0.38919 0.34595 0.77838 0.69189 1.0378 0.77838 0.6054 1.9459 0.43243 2.5081-0.38919zm-1.9892-0.3027c-0.21622-0.12973-0.34595-0.34595-0.38919-0.60541-0.04324-0.25946 0-0.47567 0.17297-0.69189 0.3027-0.43243 0.90811-0.51892 1.2973-0.21622 0.21622 0.12973 0.34595 0.34595 0.38919 0.60541v0.12973c0 0.21621-0.04324 0.38919-0.17297 0.56216-0.3027 0.43243-0.90811 0.51892-1.2973 0.21622zm-4.4108 5.2324c0.12973-0.17297 0.25946-0.38919 0.3027-0.64865h9.0811c0.25946 0 0.43243-0.17297 0.43243-0.43243s-0.17297-0.43243-0.43243-0.43243h-9.0811c-0.08649-0.38919-0.34594-0.77838-0.69189-1.0378-0.82162-0.60541-1.9459-0.38919-2.5081 0.38919-0.12973 0.17297-0.21622 0.38919-0.3027 0.64865h-2.5514c-0.25946 0-0.43243 0.17297-0.43243 0.43243s0.17297 0.43243 0.43243 0.43243h2.5514c0.086486 0.38919 0.34595 0.77838 0.69189 1.0378 0.77838 0.56216 1.9027 0.38919 2.5081-0.38919zm-1.9892-0.34595c-0.21622-0.12973-0.34595-0.34594-0.38919-0.6054-0.043243-0.25946 0-0.47568 0.17297-0.69189 0.3027-0.43244 0.90811-0.51892 1.2973-0.21622 0.21622 0.12973 0.34595 0.34595 0.38919 0.60541v0.12973c0 0.21621-0.043243 0.38918-0.17297 0.56216-0.3027 0.43243-0.90811 0.51892-1.2973 0.21621zm6.7027 5.2324c0.12973-0.17298 0.25946-0.38919 0.3027-0.64865h4.3676c0.25946 0 0.43243-0.17298 0.43243-0.43244 0-0.25945-0.17297-0.43243-0.43243-0.43243h-4.3676c-0.08649-0.38919-0.34595-0.77838-0.69189-1.0378-0.38919-0.3027-0.86486-0.38918-1.3405-0.34594-0.47568 0.0865-0.90811 0.34594-1.1676 0.73513-0.12973 0.21622-0.21622 0.38919-0.3027 0.64865h-7.2649c-0.25946 0-0.43243 0.17298-0.43243 0.43243 0 0.25946 0.17297 0.43244 0.43243 0.43244h7.3081c0.08649 0.38919 0.34594 0.77838 0.69189 1.0378 0.77838 0.56216 1.9027 0.38918 2.4649-0.38919zm-1.9892-0.30271c-0.21622-0.17297-0.34595-0.38919-0.38919-0.64865v-0.0865-0.0865c0-0.17297 0.08649-0.3027 0.17297-0.43243 0.12973-0.21622 0.34595-0.34595 0.6054-0.38919 0.25946-0.0432 0.47568 0.0432 0.69189 0.17297 0.21622 0.12973 0.34595 0.34595 0.38919 0.60541v0.12973c0 0.21621-0.04324 0.38919-0.17297 0.56216-0.3027 0.38919-0.86486 0.47568-1.2973 0.17297z" fill="#4d4d4d"/>
|
|
192
|
+
<path id="path7" transform="translate(0 812.36)" d="m14.422 32.437c-0.40475-0.18739-0.73248-0.52689-0.90324-0.93569l-0.12909-0.30904-4.552-0.0013c-2.5036-6.92e-4 -4.6011-0.0324-4.6612-0.07045-0.065629-0.04161-0.098477-0.18071-0.08241-0.34898l0.026716-0.27979 9.2694-0.04258 0.1288-0.30835c0.37798-0.90485 1.434-1.3344 2.3039-0.93706 0.41731 0.19061 0.83509 0.6171 0.95225 0.9721l0.09065 0.27468h1.4741c1.419 0 1.4776 0.0066 1.5679 0.17524 0.06808 0.12721 0.06936 0.22886 0.0047 0.37084-0.08898 0.19528-0.09153 0.1956-1.5679 0.1956h-1.4787l-0.09216 0.27925c-0.11475 0.34769-0.60086 0.85722-0.96164 1.008-0.37806 0.15796-0.99803 0.13902-1.3901-0.04249zm1.2595-0.79648c0.57967-0.40602 0.55738-1.2431-0.04298-1.6141-0.69112-0.42713-1.6132 0.1923-1.4646 0.98396 0.08466 0.45129 0.46519 0.75878 0.939 0.75878 0.2155 0 0.46584-0.05663 0.56862-0.12862z" fill="#f2f2f2" stroke="#999" stroke-width=".25" style="paint-order:fill markers stroke"/>
|
|
193
|
+
<path id="path8" transform="translate(0 812.36)" d="m8.1903 37.424c-0.48722-0.17411-0.79231-0.44207-0.99467-0.87363l-0.1908-0.40689-1.3703-0.0034c-1.4983-0.0037-1.5911-0.03214-1.5406-0.47225l0.026557-0.23161 2.8423-0.0451 0.19827-0.3895c0.34789-0.68343 0.86349-1.0091 1.5923-1.0058 0.71771 0.0033 1.3415 0.43242 1.6291 1.1207l0.11636 0.27848h4.6574c4.5203 0 4.66 0.0047 4.7428 0.1594 0.1159 0.21656 0.10767 0.30093-0.04419 0.45278-0.11466 0.11466-0.66063 0.1295-4.7632 0.1295h-4.6337l-0.10498 0.2903c-0.15257 0.42194-0.62749 0.84447-1.1103 0.98785-0.49622 0.14736-0.6615 0.14879-1.0524 0.0091zm0.96896-0.84513c0.698-0.33122 0.698-1.3772 0-1.7084-0.35156-0.16682-0.49258-0.16849-0.82704-0.0098-0.33761 0.16021-0.5445 0.51333-0.5445 0.92936 0 0.36801 0.16007 0.60614 0.53566 0.79693 0.31576 0.16039 0.48419 0.15875 0.83587-0.0081z" fill="#f2f2f2" stroke="#999" stroke-width=".25" style="paint-order:fill markers stroke"/>
|
|
194
|
+
<path id="path9" transform="translate(0 812.36)" d="m12.773 42.244c-0.4045-0.18728-0.73246-0.52685-0.9029-0.93487l-0.12875-0.30821-7.6214-0.04285-0.026557-0.23161c-0.055311-0.48238-0.16774-0.4688 3.8893-0.46961l3.7189-7.33e-4 0.21287-0.43192c0.65163-1.3222 2.4726-1.2846 3.1257 0.06446l0.17859 0.36892h2.2972c2.2584 0 2.2988 3e-3 2.391 0.17524 0.06808 0.12721 0.06936 0.22886 0.0047 0.37084l-0.08912 0.1956h-4.6108l-0.15493 0.35024c-0.38713 0.87516-1.4373 1.2865-2.2839 0.89448zm1.0632-0.70036c0.37802-0.15795 0.5443-0.42579 0.54116-0.87174-4e-3 -0.57358-0.36338-0.90877-0.9743-0.90877-0.31204 0-0.40386 0.04292-0.64992 0.30383-0.25777 0.27331-0.28248 0.33986-0.2461 0.66262 0.04524 0.40136 0.22819 0.65122 0.5956 0.81339 0.31718 0.14001 0.39991 0.14008 0.73356 6.68e-4z" fill="#f2f2f2" stroke="#999" stroke-width=".25" style="paint-order:fill markers stroke"/>
|
|
191
195
|
</g>
|
|
192
196
|
</svg>
|