@maplat/ui 0.10.6 → 0.11.1

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 (176) hide show
  1. package/LICENSE +223 -223
  2. package/README.md +128 -91
  3. package/assets/locales/de/translation.json +71 -0
  4. package/{locales → assets/locales}/en/translation.json +70 -64
  5. package/{locales → assets/locales}/ja/translation.json +70 -64
  6. package/{locales → assets/locales}/ko/translation.json +71 -65
  7. package/assets/locales/vi/translation.json +71 -0
  8. package/{locales → assets/locales}/zh/translation.json +71 -65
  9. package/{locales → assets/locales}/zh-TW/translation.json +71 -65
  10. package/assets/parts/attr.png +0 -0
  11. package/assets/parts/border.png +0 -0
  12. package/assets/parts/compass.png +0 -0
  13. package/assets/parts/gps.png +0 -0
  14. package/assets/parts/help.png +0 -0
  15. package/assets/parts/hide_marker.png +0 -0
  16. package/assets/parts/home.png +0 -0
  17. package/assets/parts/marker_list.png +0 -0
  18. package/assets/parts/share.png +0 -0
  19. package/dist/absolute_url.d.ts +1 -0
  20. package/dist/assets/locales/de/translation.json +71 -0
  21. package/dist/assets/locales/en/translation.json +70 -64
  22. package/dist/assets/locales/ja/translation.json +70 -64
  23. package/dist/assets/locales/ko/translation.json +71 -65
  24. package/dist/assets/locales/vi/translation.json +71 -0
  25. package/dist/assets/locales/zh/translation.json +71 -65
  26. package/dist/assets/locales/zh-TW/translation.json +71 -65
  27. package/dist/contextmenu.d.ts +5 -0
  28. package/dist/function.d.ts +2 -0
  29. package/dist/icons.d.ts +7 -0
  30. package/dist/index.d.ts +65 -0
  31. package/dist/maplat-ui.es.js +33551 -0
  32. package/dist/maplat-ui.umd.js +4934 -0
  33. package/dist/maplat_control.d.ts +55 -0
  34. package/dist/pointer_images.d.ts +2 -0
  35. package/dist/swiper_ex.d.ts +2 -0
  36. package/dist/types.d.ts +185 -0
  37. package/dist/ui_init.d.ts +4 -0
  38. package/dist/ui_marker.d.ts +9 -0
  39. package/dist/ui_utils.d.ts +9 -0
  40. package/less/bootstrap.less +7010 -7010
  41. package/less/contextmenu.css +8 -0
  42. package/less/font-awesome.less +51 -31
  43. package/less/iziToast.less +1732 -1732
  44. package/less/maplat-specific.less +1038 -652
  45. package/less/swiper4.css +715 -0
  46. package/less/ui.less +11 -11
  47. package/less/ui_packed.less +10 -10
  48. package/package.json +80 -79
  49. package/src/{absolute_url.js → absolute_url.ts} +1 -1
  50. package/src/contextmenu/base.ts +170 -0
  51. package/src/contextmenu/constants.ts +66 -0
  52. package/src/contextmenu/cssVars.ts +13 -0
  53. package/src/contextmenu/helpers/dom.ts +295 -0
  54. package/src/contextmenu/helpers/mix.ts +120 -0
  55. package/src/contextmenu/html.ts +161 -0
  56. package/src/contextmenu/internal.ts +293 -0
  57. package/src/contextmenu.ts +40 -0
  58. package/src/function.ts +36 -0
  59. package/src/icons.ts +46 -0
  60. package/src/index.ts +521 -0
  61. package/src/maplat_control.ts +629 -0
  62. package/src/pointer_images.ts +101 -0
  63. package/src/{service-worker.js → service-worker/index.ts} +5 -6
  64. package/src/swiper_augment.d.ts +13 -0
  65. package/src/{swiper_ex.js → swiper_ex.ts} +14 -10
  66. package/src/types.d.ts +31 -0
  67. package/src/types.ts +202 -0
  68. package/src/ui_init.ts +1175 -0
  69. package/src/ui_marker.ts +376 -0
  70. package/src/ui_utils.ts +87 -0
  71. package/dist/assets/fonts/a8c0074cf70b152b56105e6c4b227bd8.woff +0 -0
  72. package/dist/assets/fonts/cfeff2e898a64ebe7e6b5ec078b174c3.woff +0 -0
  73. package/dist/assets/images/09c3ce5a86d600e24f8e85de3a019853.png +0 -0
  74. package/dist/assets/images/0beac2cb41dfab43ddfd9df80b32b85d.png +0 -0
  75. package/dist/assets/images/1354b4f40dd58bb0f2a4871cb4ff81d8.png +0 -0
  76. package/dist/assets/images/2a61e310e46b50b5f8ddd5e905ba9db9.png +0 -0
  77. package/dist/assets/images/3131423d782cd3ea89a81247065e7f9d.png +0 -0
  78. package/dist/assets/images/41b2cf0fa604d3f196ca52337d238219.jpg +0 -0
  79. package/dist/assets/images/558bc7e8b9b6c5f41a7141cddb8cdb5e.png +0 -0
  80. package/dist/assets/images/56f7003805ed02f8a21199947651db2e.png +0 -0
  81. package/dist/assets/images/5ba349e3596aca094c41c56966b45dc7.png +0 -0
  82. package/dist/assets/images/6111b8076a2cf81c73f0e46f41a3af60.png +0 -0
  83. package/dist/assets/images/6345ee67d554fbfbf484ba4035ad19d9.jpg +0 -0
  84. package/dist/assets/images/649fce122b354de2ac725ba5f2661955.png +0 -0
  85. package/dist/assets/images/6a580287dea82c2fb9b214321a375145.png +0 -0
  86. package/dist/assets/images/6c5dba7f7d76e74c3a8c7c5b1c3fc544.png +0 -0
  87. package/dist/assets/images/6e1f2f2f6fed3c5cddeb925e7ae75aba.png +0 -0
  88. package/dist/assets/images/799a0177b0dc540682fa4a2e349a8f4f.png +0 -0
  89. package/dist/assets/images/7bef6f357e921c43f4f800cfcb757872.png +0 -0
  90. package/dist/assets/images/7d9d643a903df6f57b8b7386316021e5.png +0 -0
  91. package/dist/assets/images/7df82bae917b68159f84998182f2fdc6.png +0 -0
  92. package/dist/assets/images/8e5d0335f6598b8d874ba23ea9fb295f.png +0 -0
  93. package/dist/assets/images/90c32e751366be22777f3fe40a53fe06.png +0 -0
  94. package/dist/assets/images/9247459937b9c882303962e42bd8d989.png +0 -0
  95. package/dist/assets/images/927c34e7b9b2f95c82ba477993117eaf.png +0 -0
  96. package/dist/assets/images/95e9ca8285131f8ccb6da5052093173c.png +0 -0
  97. package/dist/assets/images/9a243e0cb0fc43e2a016d5d3aaa330d5.png +0 -0
  98. package/dist/assets/images/9ac6d81f417d6a5626b7c8d5a087c32b.png +0 -0
  99. package/dist/assets/images/9d3a01c866095b8b3e8e63f9cf11dd51.png +0 -0
  100. package/dist/assets/images/9df733bcb29a746cb16b47eedea9fc3a.png +0 -0
  101. package/dist/assets/images/acc6eab0ba9c470ae20fb4b74135e865.png +0 -0
  102. package/dist/assets/images/b9ae27f0a01228380dff76a33b605707.jpg +0 -0
  103. package/dist/assets/images/ba48b220f61a6e1028f1854326f43acd.png +0 -0
  104. package/dist/assets/images/bf67cc860289b85c0402a4d4f890a3bd.png +0 -0
  105. package/dist/assets/images/c49f2344772e33256ba24d64b59b20d1.png +0 -0
  106. package/dist/assets/images/ca6b77b234b18e7bb9b1ccda774da286.png +0 -0
  107. package/dist/assets/images/cd213169df16398b0017450e31788d73.png +0 -0
  108. package/dist/assets/images/f101a0974972eeab41189185a5c5b225.png +0 -0
  109. package/dist/assets/images/f115726e6249018905cca51653e1262c.png +0 -0
  110. package/dist/assets/images/f7acb820d978ab2dd69e8bf695c574d1.png +0 -0
  111. package/dist/assets/images/ffea4dd10bf2506aa1e0cd4c61426b42.png +0 -0
  112. package/dist/assets/maplat.css +0 -19
  113. package/dist/assets/maplat.css.map +0 -1
  114. package/dist/assets/maplat.js +0 -3
  115. package/dist/assets/maplat.js.LICENSE.txt +0 -43
  116. package/dist/assets/maplat.js.map +0 -1
  117. package/dist/index.html +0 -125
  118. package/dist/service-worker.js +0 -3
  119. package/dist/service-worker.js.LICENSE.txt +0 -1
  120. package/dist/service-worker.js.map +0 -1
  121. package/fonts/clarenbd-webfont.woff +0 -0
  122. package/fonts/fontawesome-webfont.woff +0 -0
  123. package/legacy/bootstrap-native.js +0 -1935
  124. package/legacy/detect-element-resize.js +0 -153
  125. package/legacy/iziToast.js +0 -1301
  126. package/legacy/page.js +0 -1153
  127. package/legacy/qrcode.js +0 -616
  128. package/legacy/sprintf.js +0 -285
  129. package/less/font-face.less +0 -11
  130. package/less/font-face_packed.less +0 -11
  131. package/parts/attr.png +0 -0
  132. package/parts/blue_marker.png +0 -0
  133. package/parts/bluedot.png +0 -0
  134. package/parts/bluedot_small.png +0 -0
  135. package/parts/bluedot_transparent.png +0 -0
  136. package/parts/border.png +0 -0
  137. package/parts/compass.png +0 -0
  138. package/parts/defaultpin.png +0 -0
  139. package/parts/defaultpin_selected.png +0 -0
  140. package/parts/gps.png +0 -0
  141. package/parts/gsi.jpg +0 -0
  142. package/parts/gsi_ortho.jpg +0 -0
  143. package/parts/help.png +0 -0
  144. package/parts/hide_marker.png +0 -0
  145. package/parts/home.png +0 -0
  146. package/parts/osm.jpg +0 -0
  147. package/parts/red_marker.png +0 -0
  148. package/parts/redcircle.png +0 -0
  149. package/parts/share.png +0 -0
  150. package/src/contextmenu.js +0 -29
  151. package/src/freeze_locales.js +0 -337
  152. package/src/function.js +0 -22
  153. package/src/index.js +0 -1778
  154. package/src/index_packed.js +0 -8
  155. package/src/maplat_control.js +0 -808
  156. package/src/pointer_images.js +0 -81
  157. /package/{parts → assets/parts}/Maplat.png +0 -0
  158. /package/{parts → assets/parts}/all_right_reserved.png +0 -0
  159. /package/{parts → assets/parts}/basemap.png +0 -0
  160. /package/{parts → assets/parts}/cc0.png +0 -0
  161. /package/{parts → assets/parts}/cc_by-nc-nd.png +0 -0
  162. /package/{parts → assets/parts}/cc_by-nc-sa.png +0 -0
  163. /package/{parts → assets/parts}/cc_by-nc.png +0 -0
  164. /package/{parts → assets/parts}/cc_by-nd.png +0 -0
  165. /package/{parts → assets/parts}/cc_by-sa.png +0 -0
  166. /package/{parts → assets/parts}/cc_by.png +0 -0
  167. /package/{parts → assets/parts}/favicon.png +0 -0
  168. /package/{parts → assets/parts}/fullscreen.png +0 -0
  169. /package/{parts → assets/parts}/loading.png +0 -0
  170. /package/{parts → assets/parts}/loading_image.png +0 -0
  171. /package/{parts → assets/parts}/minus.png +0 -0
  172. /package/{parts → assets/parts}/no_image.png +0 -0
  173. /package/{parts → assets/parts}/overlay.png +0 -0
  174. /package/{parts → assets/parts}/pd.png +0 -0
  175. /package/{parts → assets/parts}/plus.png +0 -0
  176. /package/{parts → assets/parts}/slider.png +0 -0
@@ -1,653 +1,1039 @@
1
- .ol-ctx-menu-container li {
2
- background-size: auto 20px;
3
- background-position: top 0px left 0px;
4
- }
5
-
6
- .ol-ctx-menu-container li:not(.ol-ctx-menu-separator).selected {
7
- background-color: #333;
8
- color: #eee;
9
- }
10
-
11
- .modal_load_title {
12
- font-family: 'Clarendon';
13
- }
14
-
15
- .modal_load .close, .modal_gpsW .close, .temp_no_close.close {
16
- display: none;
17
- }
18
-
19
- .modal_poi_content, .modal_map_content, .modal_load_content, .modal_gpsW_content, .modal_gpsD_content,
20
- .modal_help_content, .modal_title, .modal_load_title, .modal_gpsW_title, .modal_help_title,
21
- .modal_share_content, .modal_share_title, .modal_hide_marker_content, .modal_hide_marker_title {
22
- display: none;
23
- }
24
-
25
- .modal_poi .modal_poi_content, .modal_map .modal_map_content,
26
- .modal_load .modal_load_content, .modal_help .modal_help_content,
27
- .modal_gpsW .modal_gpsW_content, .modal_gpsD .modal_gpsD_content,
28
- .modal_share .modal_share_content, .modal_hide_marker .modal_hide_marker_content {
29
- display: block;
30
- }
31
-
32
- .modal_poi .modal_title, .modal_map .modal_title,
33
- .modal_gpsD .modal_title, .modal_help .modal_help_title,
34
- .modal_load .modal_load_title, .modal_gpsW .modal_gpsW_title,
35
- .modal_share .modal_share_title, .modal_hide_marker .modal_hide_marker_title {
36
- display: inline;
37
- }
38
-
39
- .modal_cache_content, .modal_share_state, .share_help, .border_help, .hide_marker_help {
40
- display: none;
41
- }
42
-
43
- &.enable_cache .modal_cache_content, &.state_url .modal_share_state {
44
- display: block;
45
- }
46
-
47
- &.enable_share .share_help, &.enable_border .border_help, &.enable_hide_marker .hide_marker_help {
48
- display: inline;
49
- }
50
-
51
- &.ol-touch .ol-zoom {
52
- display: none;
53
- }
54
-
55
- .ol-rotate {
56
- right: .5em;
57
- right: calc(.5em + constant(safe-area-inset-right));
58
- right: calc(.5em + env(safe-area-inset-right));
59
- }
60
-
61
- .gps {
62
- top: 80px;
63
- left: .5em;
64
- left: calc(.5em + constant(safe-area-inset-left));
65
- left: calc(.5em + env(safe-area-inset-left));
66
- }
67
-
68
- &.ol-touch .gps {
69
- top: .5em;
70
- }
71
-
72
- .home {
73
- top: 120px;
74
- left: .5em;
75
- left: calc(.5em + constant(safe-area-inset-left));
76
- left: calc(.5em + env(safe-area-inset-left));
77
- }
78
-
79
- &.ol-touch .home {
80
- top: calc(.5em + 50px);
81
- }
82
-
83
- .poi_img, .help_img {
84
- position: relative;
85
- display: table-cell;
86
- text-align: center;
87
- vertical-align: middle;
88
- }
89
-
90
- .poi_img img, .help_img img {
91
- max-width: 100%;
92
- top: 0px;
93
- bottom: 0px;
94
- left: 0px;
95
- right: 0px;
96
- margin: auto;
97
- vertical-align: middle; /*IE7*/
98
- }
99
-
100
- img.markerlist {
101
- max-width: 100%;
102
- max-height: 100%;
103
- top: 0px;
104
- bottom: 0px;
105
- left: 0px;
106
- right: 0px;
107
- margin: auto;
108
- vertical-align: middle; /*IE7*/
109
- }
110
-
111
- input[type="checkbox"].markerlist {
112
- display: none;
113
- }
114
-
115
- input[type="checkbox"].markerlist + label.check {
116
- position: relative;
117
- cursor: pointer;
118
- display: inline-block;
119
- width: 60px;
120
- height: 28px;
121
- color: #969696;
122
- border: 1px solid #a3a3a3;
123
- border-radius: 3px;
124
- background-color: #ffffff;
125
- }
126
-
127
- input[type="checkbox"].markerlist:checked + label.check {
128
- border: 1px solid #4db4e4;
129
- background-color: #4db4e4;
130
- }
131
-
132
- input[type="checkbox"].markerlist + label.check::before {
133
- content: "OFF";
134
- position: absolute;
135
- top: 4px;
136
- left: auto;
137
- right: 6px;
138
- }
139
-
140
- input[type="checkbox"].markerlist:checked + label.check::before {
141
- content: "ON";
142
- position: absolute;
143
- left: 6px;
144
- right: auto;
145
- color: #ffffff;
146
- }
147
-
148
- input[type="checkbox"].markerlist + label.check > div {
149
- position: absolute;
150
- top: 2px;
151
- left: 2px;
152
- width: 12px;
153
- height: 22px;
154
- border: 1px solid #a3a3a3;
155
- border-radius: 3px;
156
- background-color: #ffffff;
157
- transition: 0.2s;
158
- }
159
-
160
- input[type="checkbox"].markerlist:checked + label.check > div {
161
- border: 1px solid transparent;
162
- left: 44px;
163
- }
164
-
165
- .embed-responsive-60vh {
166
- padding-bottom: 60vh;
167
- }
168
-
169
- .poi_data {
170
- display: inline-block;
171
- width: 100%;
172
- }
173
-
174
- .iframe_poi {
175
- width: 99.6% !important;
176
- }
177
-
178
- .map-title {
179
- top: .5em;
180
- width: 500px;
181
- left: calc(50% - 250px);
182
- background-color: rgba(32, 32, 32, 0.5);
183
- color: white;
184
- margin: auto;
185
- text-align: center;
186
- overflow: hidden;
187
- white-space: nowrap;
188
- text-overflow: ellipsis;
189
- font-size: 18px;
190
- }
191
-
192
- @media screen and (max-width: 600px) {
193
- .map-title {
194
- width: calc(100% - 100px);
195
- left: 50px;
196
- }
197
-
198
- &.ol-touch .map-title {
199
- width: calc(100% - 130px);
200
- left: 65px;
201
- }
202
- }
203
-
204
- .swiper-container.base-swiper, .swiper-container.overlay-swiper {
205
- position: absolute;
206
- bottom: .5em;
207
- bottom: calc(.5em + constant(safe-area-inset-bottom));
208
- bottom: calc(.5em + env(safe-area-inset-bottom));
209
- width: 224px;
210
- background-color: rgba(32, 32, 32, 0.5);
211
- height: 60px;
212
- }
213
-
214
- .swiper-container.poi_img_swiper {
215
- position: relative;
216
- width: 100%;
217
- height: 300px;
218
- }
219
-
220
- .base-swiper {
221
- left: calc(50% - 312px);
222
- }
223
-
224
- .overlay-swiper {
225
- left: calc(50% + 88px)
226
- }
227
-
228
- @media screen and (max-width: 640px) {
229
- .swiper-container.base-swiper, .swiper-container.overlay-swiper {
230
- width: 35%;
231
- }
232
-
233
- .base-swiper {
234
- left: 1.25%;
235
- }
236
-
237
- .overlay-swiper {
238
- left: 63.75%;
239
- }
240
- }
241
-
242
- @media screen and (max-width: 320px) {
243
- .swiper-container.base-swiper, .swiper-container.overlay-swiper {
244
- width: 112px;
245
- }
246
-
247
- .base-swiper {
248
- left: 4px;
249
- }
250
-
251
- .overlay-swiper {
252
- left: 204px;
253
- }
254
- }
255
-
256
- .base-swiper .swiper-slide, .overlay-swiper .swiper-slide {
257
- text-align: center;
258
- font-size: 18px;
259
- background-color: rgba(0, 0, 0, 0);
260
- width: 80px;
261
- height: 60px;
262
-
263
- /* Center slide text vertically */
264
- display: -webkit-box;
265
- display: -ms-flexbox;
266
- display: -webkit-flex;
267
- display: flex;
268
- -webkit-box-pack: center;
269
- -ms-flex-pack: center;
270
- -webkit-justify-content: center;
271
- justify-content: center;
272
- -webkit-box-align: center;
273
- -ms-flex-align: center;
274
- -webkit-align-items: center;
275
- align-items: center;
276
- }
277
-
278
- .poi_img_swiper .swiper-slide {
279
- width: 100%;
280
- height: 100%;
281
- text-align: center;
282
- }
283
-
284
- .poi_img_swiper .swiper-slide img {
285
- top: 0px;
286
- width: auto;
287
- height: auto;
288
- max-width: 100%;
289
- max-height: calc(100% - 50px);
290
- }
291
-
292
- .poi_img_swiper .swiper-slide div {
293
- bottom: 0px;
294
- width: 100%;
295
- height: 50px;
296
- text-align: center;
297
- }
298
-
299
- .base-swiper .swiper-slide.selected, .overlay-swiper .swiper-slide.selected {
300
- background-color: rgba(0, 0, 255, 0.1);
301
- }
302
-
303
- .base-next, .base-prev, .overlay-next, .overlay-prev {
304
- margin-top: 0px;
305
- top: 15px;
306
- bottom: 15px;
307
- height: 30px;
308
- width: 18px;
309
- background-size: 18px 30px;
310
- }
311
-
312
- &.show-border {
313
- .swiper-slide.maroon {
314
- border-style: dashed;
315
- border-color: maroon;
316
- border-width: 2px;
317
- }
318
- .swiper-slide.deeppink {
319
- border-style: dashed;
320
- border-color: deeppink;
321
- border-width: 2px;
322
- }
323
- .swiper-slide.indigo {
324
- border-style: dashed;
325
- border-color: indigo;
326
- border-width: 2px;
327
- }
328
- .swiper-slide.olive {
329
- border-style: dashed;
330
- border-color: olive;
331
- border-width: 2px;
332
- }
333
- .swiper-slide.royalblue {
334
- border-style: dashed;
335
- border-color: royalblue;
336
- border-width: 2px;
337
- }
338
- .swiper-slide.red {
339
- border-style: dashed;
340
- border-color: red;
341
- border-width: 2px;
342
- }
343
- .swiper-slide.hotpink {
344
- border-style: dashed;
345
- border-color: hotpink;
346
- border-width: 2px;
347
- }
348
- .swiper-slide.green {
349
- border-style: dashed;
350
- border-color: green;
351
- border-width: 2px;
352
- }
353
- .swiper-slide.yellow {
354
- border-style: dashed;
355
- border-color: yellow;
356
- border-width: 2px;
357
- }
358
- .swiper-slide.navy {
359
- border-style: dashed;
360
- border-color: navy;
361
- border-width: 2px;
362
- }
363
- .swiper-slide.saddlebrown {
364
- border-style: dashed;
365
- border-color: saddlebrown;
366
- border-width: 2px;
367
- }
368
- .swiper-slide.fuchsia {
369
- border-style: dashed;
370
- border-color: fuchsia;
371
- border-width: 2px;
372
- }
373
- .swiper-slide.darkslategray {
374
- border-style: dashed;
375
- border-color: darkslategray;
376
- border-width: 2px;
377
- }
378
- .swiper-slide.yellowgreen {
379
- border-style: dashed;
380
- border-color: yellowgreen;
381
- border-width: 2px;
382
- }
383
- .swiper-slide.blue {
384
- border-style: dashed;
385
- border-color: blue;
386
- border-width: 2px;
387
- }
388
- .swiper-slide.mediumvioletred {
389
- border-style: dashed;
390
- border-color: mediumvioletred;
391
- border-width: 2px;
392
- }
393
- .swiper-slide.purple {
394
- border-style: dashed;
395
- border-color: purple;
396
- border-width: 2px;
397
- }
398
- .swiper-slide.lime {
399
- border-style: dashed;
400
- border-color: lime;
401
- border-width: 2px;
402
- }
403
- .swiper-slide.darkorange {
404
- border-style: dashed;
405
- border-color: darkorange;
406
- border-width: 2px;
407
- }
408
- .swiper-slide.teal {
409
- border-style: dashed;
410
- border-color: teal;
411
- border-width: 2px;
412
- }
413
- .swiper-slide.crimson {
414
- border-style: dashed;
415
- border-color: crimson;
416
- border-width: 2px;
417
- }
418
- .swiper-slide.darkviolet {
419
- border-style: dashed;
420
- border-color: darkviolet;
421
- border-width: 2px;
422
- }
423
- .swiper-slide.darkolivegreen {
424
- border-style: dashed;
425
- border-color: darkolivegreen;
426
- border-width: 2px;
427
- }
428
- .swiper-slide.steelblue {
429
- border-style: dashed;
430
- border-color: steelblue;
431
- border-width: 2px;
432
- }
433
- .swiper-slide.aqua {
434
- border-style: dashed;
435
- border-color: aqua;
436
- border-width: 2px;
437
- }
438
- }
439
-
440
- .base-swiper .swiper-slide img, .overlay-swiper .swiper-slide img {
441
- position: absolute;
442
- top: 0;
443
- right: 0;
444
- bottom: 0;
445
- left: 0;
446
- margin: auto;
447
- z-index: 0;
448
- }
449
-
450
- .base-swiper .swiper-slide div, .overlay-swiper .swiper-slide div {
451
- font-size: 1em;
452
- position: absolute;
453
- right: 0;
454
- bottom: .1em;
455
- left: 0;
456
- margin: auto;
457
- z-index: 1;
458
- color: white;
459
- background-color: rgba(32, 32, 32, 0.5);
460
- }
461
- .base-swiper .swiper-slide div.minimize, .overlay-swiper .swiper-slide div.minimize {
462
- font-size: .8em;
463
- }
464
-
465
- .single-map {
466
- .swiper-left-icon, .swiper-right-icon {
467
- display: none;
468
- }
469
- }
470
-
471
- .swiper-left-icon {
472
- position: absolute;
473
- left: 0px;
474
- top: calc(50% - 5px);
475
- width: 10px;
476
- height: 10px;
477
- color: #ffffff;
478
- z-index: 10;
479
- }
480
-
481
- .swiper-right-icon {
482
- position: absolute;
483
- left: calc(100% - 10px);
484
- top: calc(50% - 5px);
485
- width: 10px;
486
- height: 10px;
487
- color: #ffffff;
488
- z-index: 10;
489
- }
490
-
491
- @media screen and (max-width: 480px) {
492
- &.ol-touch .swiper-slide div {
493
- font-size: .8em;
494
- }
495
-
496
- &.ol-touch .swiper-slide div.minimize {
497
- font-size: .6em;
498
- }
499
- }
500
-
501
- .ol-share {
502
- left: .5em;
503
- left: calc(.5em + constant(safe-area-inset-left));
504
- left: calc(.5em + env(safe-area-inset-left));
505
- bottom: calc(105px + .5em);
506
- }
507
-
508
- &.ol-touch .ol-share {
509
- bottom: calc(115px + .5em);
510
- bottom: calc(115px + .5em + constant(safe-area-inset-bottom));
511
- bottom: calc(115px + .5em + env(safe-area-inset-bottom));
512
- }
513
-
514
- .ol-border, .ol-hide-marker {
515
- right: .5em;
516
- right: calc(.5em + constant(safe-area-inset-right));
517
- right: calc(.5em + env(safe-area-inset-right));
518
- bottom: calc(105px + .5em);
519
- }
520
-
521
- &.ol-touch .ol-border, &.ol-touch .ol-hide-marker {
522
- bottom: calc(115px + .5em);
523
- bottom: calc(115px + .5em + constant(safe-area-inset-bottom));
524
- bottom: calc(115px + .5em + env(safe-area-inset-bottom));
525
- }
526
-
527
- &.enable_border .ol-hide-marker {
528
- right: .5em;
529
- right: calc(.5em + constant(safe-area-inset-right));
530
- right: calc(.5em + env(safe-area-inset-right));
531
- bottom: calc(145px + .5em);
532
- }
533
-
534
- &.enable_border.ol-touch .ol-hide-marker {
535
- bottom: calc(165px + .5em);
536
- bottom: calc(165px + .5em + constant(safe-area-inset-bottom));
537
- bottom: calc(165px + .5em + env(safe-area-inset-bottom));
538
- }
539
-
540
- .ol-copyright {
541
- right: .5em;
542
- right: calc(.5em + constant(safe-area-inset-right));
543
- right: calc(.5em + env(safe-area-inset-right));
544
- bottom: calc(65px + .5em);
545
- bottom: calc(65px + .5em + constant(safe-area-inset-bottom));
546
- bottom: calc(65px + .5em + env(safe-area-inset-bottom));
547
- }
548
-
549
- .ol-maplat {
550
- left: .5em;
551
- left: calc(.5em + constant(safe-area-inset-left));
552
- left: calc(.5em + env(safe-area-inset-left));
553
- bottom: calc(65px + .5em);
554
- bottom: calc(65px + .5em + constant(safe-area-inset-bottom));
555
- bottom: calc(65px + .5em + env(safe-area-inset-bottom));
556
- }
557
-
558
- .ol-compass-fa {
559
- -webkit-transform: rotate(-33deg);
560
- -o-transform: rotate(-33deg);
561
- transform: rotate(-33deg);
562
- }
563
-
564
- .ol-control {
565
- opacity: 1;
566
- }
567
-
568
- .ol-control.fade {
569
- display: none;
570
- }
571
-
572
- &.with-opacity .ol-slidercommon.fade {
573
- display: none;
574
- }
575
-
576
- &.no_poi .ol-hide-marker {
577
- display: none;
578
- }
579
-
580
- .ol-control.disable button,
581
- &.show-border .ol-control.ol-border button,
582
- &.hide-marker .ol-control.ol-hide-marker button {
583
- color: rgba(255, 255, 255, .7);
584
- background-color: rgba(120, 5, 8, .2);
585
- }
586
-
587
- .ol-control.disable button:focus, .ol-control.disable button:hover,
588
- &.show-border .ol-control.ol-border button:focus, &.show-border .ol-control.ol-border button:hover,
589
- &.hide-marker .ol-control.ol-hide-marker button:focus, &.hide-marker .ol-control.ol-hide-marker button:hover{
590
- color: rgba(255, 255, 255, .7);
591
- background-color: rgba(120, 5, 8, .2)
592
- }
593
-
594
- .ol-control button {
595
- height: 2.0625em;
596
- width: 2.0625em;
597
- background-color: rgba(120, 5, 8, .5);
598
- }
599
-
600
- .ol-slidercommon {
601
- display: none;
602
- }
603
-
604
- &.with-opacity .ol-slidercommon {
605
- display: block;
606
- bottom: .5em;
607
- bottom: calc(.5em + constant(safe-area-inset-bottom));
608
- bottom: calc(.5em + env(safe-area-inset-bottom));
609
- left: calc(50% - 80px);
610
- width: 160px;
611
- height: 25px;
612
- padding: 0;
613
- border: 2px solid #666666;
614
- }
615
-
616
- @media screen and (max-width: 640px) {
617
- &.with-opacity .ol-slidercommon {
618
- left: 37.5%;
619
- width: 25%;
620
- }
621
- }
622
-
623
- @media screen and (max-width: 320px) {
624
- &.with-opacity .ol-slidercommon {
625
- left: 120px;
626
- width: 80px;
627
- }
628
- }
629
-
630
- &.with-opacity .ol-slidercommon button {
631
- position: relative;
632
- width: 20px;
633
- height: 25px;
634
- margin-left: -2px;
635
- margin-right: 2px;
636
- margin-top: -2px;
637
- }
638
-
639
- &.with-opacity .ol-slidercommon-thumb {
640
- height: 15px;
641
- width: 15px;
642
- margin: 0;
643
- filter: none;
644
- }
645
-
646
- &.with-opacity .ol-slidercommon.disable button {
647
- color: rgba(255, 255, 255, .7);
648
- background-color: rgba(120, 5, 8, .2);
649
- }
650
-
651
- .ol-control button:focus, .ol-control button:hover {
652
- background-color: rgba(120, 5, 8, .7)
1
+ .dli-chevron {
2
+ display: inline-block;
3
+ vertical-align: middle;
4
+ color: #333;
5
+ line-height: 1;
6
+ width: 1em;
7
+ height: 1em;
8
+ border: 0.1em solid currentColor;
9
+ border-left: 0;
10
+ border-bottom: 0;
11
+ box-sizing: border-box;
12
+ transform: translateX(-25%) rotate(45deg);
13
+ margin: 10px;
14
+ }
15
+
16
+ li:has(+ .open) .dli-chevron {
17
+ transform: translateY(-25%) rotate(135deg);
18
+ }
19
+
20
+ .ol-ctx-menu-container li {
21
+ background-size: auto 20px;
22
+ background-position: top 0px left 0px;
23
+ overflow: hidden;
24
+ white-space: nowrap;
25
+ text-overflow: ellipsis;
26
+ }
27
+
28
+ .ol-ctx-menu-container li:not(.ol-ctx-menu-separator).selected {
29
+ background-color: #333;
30
+ color: #eee;
31
+ }
32
+
33
+ .modal_load_title {
34
+ font-family: 'Clarendon';
35
+ }
36
+
37
+ .modal_load .close,
38
+ .modal_gpsW .close,
39
+ .temp_no_close.close {
40
+ display: none;
41
+ }
42
+
43
+ .close {
44
+ font-size: 32px;
45
+ }
46
+
47
+ .modal_poi_content,
48
+ .modal_map_content,
49
+ .modal_load_content,
50
+ .modal_gpsW_content,
51
+ .modal_gpsD_content,
52
+ .modal_help_content,
53
+ .modal_title,
54
+ .modal_load_title,
55
+ .modal_gpsW_title,
56
+ .modal_help_title,
57
+ .modal_share_content,
58
+ .modal_share_title,
59
+ .modal_share_poi,
60
+ .modal_marker_list_content,
61
+ .modal_marker_list_title {
62
+ display: none;
63
+ }
64
+
65
+ .modal_poi .modal_poi_content,
66
+ .modal_map .modal_map_content,
67
+ .modal_load .modal_load_content,
68
+ .modal_help .modal_help_content,
69
+ .modal_gpsW .modal_gpsW_content,
70
+ .modal_gpsD .modal_gpsD_content,
71
+ .modal_share .modal_share_content,
72
+ &.state_url .modal_share_poi,
73
+ .modal_marker_list .modal_marker_list_content {
74
+ display: block;
75
+ }
76
+
77
+ .modal_poi .modal_title,
78
+ .modal_map .modal_title,
79
+ .modal_gpsD .modal_title,
80
+ .modal_help .modal_help_title,
81
+ .modal_load .modal_load_title,
82
+ .modal_gpsW .modal_gpsW_title,
83
+ .modal_share .modal_share_title,
84
+ .modal_marker_list .modal_marker_list_title {
85
+ display: inline;
86
+ }
87
+
88
+ .modal_cache_content,
89
+ .modal_share_pos,
90
+ .share_help,
91
+ .border_help,
92
+ .hide_marker_help,
93
+ .marker_list_help {
94
+ display: none;
95
+ }
96
+
97
+ &.enable_cache .modal_cache_content,
98
+ &.state_url .modal_share_pos {
99
+ display: block;
100
+ }
101
+
102
+ // Fix POI Iframe Height
103
+ .poi_iframe {
104
+ width: 100%;
105
+ height: 100%;
106
+ min-height: 50vh;
107
+ border: 0;
108
+ }
109
+
110
+ .poi_web {
111
+ width: 100%;
112
+ height: 100%;
113
+ }
114
+
115
+ // Fix Context Menu Wrapping
116
+ .ol-ctx-menu-container {
117
+ width: auto !important;
118
+ min-width: 170px;
119
+ max-width: 300px; // Prevent overly wide menu but allow more space
120
+ z-index: 2000 !important; // Ensure it's above Modal (usually 1050)
121
+
122
+ li {
123
+ white-space: normal !important;
124
+ height: auto !important;
125
+ line-height: 1.3 !important;
126
+ text-overflow: clip !important;
127
+ overflow: visible !important;
128
+ padding: 8px 5px 8px 25px !important; // Ensure space for icon
129
+ background-position: left 5px center !important; // Center icon vertically
130
+ }
131
+ }
132
+
133
+ // Legacy-style Modal margins on mobile
134
+ @media (max-width: 767px) {
135
+ .modal-dialog {
136
+ margin: 10px !important;
137
+ width: auto !important;
138
+ }
139
+ }
140
+
141
+ &.enable_share .share_help,
142
+ &.enable_border .border_help,
143
+ &.enable_hide_marker .hide_marker_help,
144
+ &.enable_marker_list .marker_list_help {
145
+ display: inline;
146
+ }
147
+
148
+ &.ol-touch .ol-zoom {
149
+ display: none;
150
+ }
151
+
152
+ .ol-rotate {
153
+ right: .5em;
154
+ right: calc(.5em + constant(safe-area-inset-right));
155
+ right: calc(.5em + env(safe-area-inset-right));
156
+ }
157
+
158
+ .gps {
159
+ top: 80px;
160
+ left: .5em;
161
+ left: calc(.5em + constant(safe-area-inset-left));
162
+ left: calc(.5em + env(safe-area-inset-left));
163
+ }
164
+
165
+ &.ol-touch .gps {
166
+ top: .5em;
167
+ }
168
+
169
+ .home {
170
+ top: 120px;
171
+ left: .5em;
172
+ left: calc(.5em + constant(safe-area-inset-left));
173
+ left: calc(.5em + env(safe-area-inset-left));
174
+ }
175
+
176
+ &.ol-touch .home {
177
+ top: calc(.5em + 50px);
178
+ }
179
+
180
+ .poi_img,
181
+ .help_img {
182
+ position: relative;
183
+ display: table-cell;
184
+ text-align: center;
185
+ vertical-align: middle;
186
+ }
187
+
188
+ .poi_img img,
189
+ .help_img img {
190
+ max-width: 100%;
191
+ top: 0px;
192
+ bottom: 0px;
193
+ left: 0px;
194
+ right: 0px;
195
+ margin: auto;
196
+ vertical-align: middle;
197
+ /*IE7*/
198
+ }
199
+
200
+ .list_poiitems_div {
201
+ padding-inline-start: 15px;
202
+ display: none;
203
+ }
204
+
205
+ .list_poiitems_div.open {
206
+ display: block;
207
+ }
208
+
209
+ @media (hover: hover) {
210
+
211
+ .list-group-item.layer:hover,
212
+ .list-group-item.poi:hover {
213
+ cursor: pointer;
214
+ background-color: #ccc;
215
+ }
216
+ }
217
+
218
+ @media (hover: none) {
219
+
220
+ .list-group-item.layer:has(.layer_label:active),
221
+ .list-group-item.poi:active {
222
+ cursor: pointer;
223
+ background-color: #ccc;
224
+ }
225
+ }
226
+
227
+ .layer_row,
228
+ .poi_row {
229
+ display: flex;
230
+ justify-content: space-between;
231
+ align-items: center;
232
+ }
233
+
234
+ .layer_label,
235
+ .poi_label {
236
+ text-align: left;
237
+ flex-grow: 1;
238
+ }
239
+
240
+ .layer_onoff {
241
+ text-align: right;
242
+ margin-right: 20px;
243
+ margin-top: 10px;
244
+ }
245
+
246
+ .list_poicontent_div {
247
+ padding-inline-start: 0px;
248
+ display: none;
249
+ }
250
+
251
+ .list_poicontent_div.open {
252
+ display: block;
253
+ }
254
+
255
+ img.markerlist {
256
+ max-width: 100%;
257
+ max-height: 100%;
258
+ top: 0px;
259
+ bottom: 0px;
260
+ left: 0px;
261
+ right: 0px;
262
+ margin: auto;
263
+ vertical-align: middle;
264
+ /*IE7*/
265
+ display: inline-block;
266
+ padding: 20px;
267
+ }
268
+
269
+ input[type="checkbox"].markerlist {
270
+ display: none;
271
+ }
272
+
273
+ input[type="checkbox"].markerlist+label.check {
274
+ position: relative;
275
+ cursor: pointer;
276
+ display: inline-block;
277
+ width: 60px;
278
+ height: 28px;
279
+ color: #969696;
280
+ border: 1px solid #a3a3a3;
281
+ border-radius: 3px;
282
+ background-color: #ffffff;
283
+ }
284
+
285
+ input[type="checkbox"].markerlist:checked+label.check {
286
+ border: 1px solid #4db4e4;
287
+ background-color: #4db4e4;
288
+ }
289
+
290
+ input[type="checkbox"].markerlist+label.check::before {
291
+ content: "OFF";
292
+ position: absolute;
293
+ top: 4px;
294
+ left: auto;
295
+ right: 6px;
296
+ }
297
+
298
+ input[type="checkbox"].markerlist:checked+label.check::before {
299
+ content: "ON";
300
+ position: absolute;
301
+ left: 6px;
302
+ right: auto;
303
+ color: #ffffff;
304
+ }
305
+
306
+ input[type="checkbox"].markerlist+label.check>div {
307
+ position: absolute;
308
+ top: 2px;
309
+ left: 2px;
310
+ width: 12px;
311
+ height: 22px;
312
+ border: 1px solid #a3a3a3;
313
+ border-radius: 3px;
314
+ background-color: #ffffff;
315
+ transition: 0.2s;
316
+ }
317
+
318
+ input[type="checkbox"].markerlist:checked+label.check>div {
319
+ border: 1px solid transparent;
320
+ left: 44px;
321
+ }
322
+
323
+ .embed-responsive-60vh {
324
+ padding-bottom: 60vh;
325
+ }
326
+
327
+ .poi_data {
328
+ display: inline-block;
329
+ width: 100%;
330
+ }
331
+
332
+ .iframe_poi {
333
+ width: 99.6% !important;
334
+ }
335
+
336
+ .map-title {
337
+ top: .5em;
338
+ width: 500px;
339
+ left: calc(50% - 250px);
340
+ background-color: rgba(32, 32, 32, 0.5);
341
+ color: white;
342
+ margin: auto;
343
+ text-align: center;
344
+ overflow: hidden;
345
+ white-space: nowrap;
346
+ text-overflow: ellipsis;
347
+ font-size: 18px;
348
+ }
349
+
350
+ @media (max-width: 768px) {
351
+
352
+ .swiper-button-next,
353
+ .swiper-button-prev {
354
+ margin-top: -40px;
355
+ }
356
+ }
357
+
358
+ @media screen and (max-width: 600px) {
359
+ .map-title {
360
+ width: calc(100% - 100px);
361
+ left: 50px;
362
+ }
363
+
364
+ &.ol-touch .map-title {
365
+ width: calc(100% - 130px);
366
+ left: 65px;
367
+ }
368
+ }
369
+
370
+ .swiper-container.base-swiper,
371
+ .swiper-container.overlay-swiper {
372
+ position: absolute;
373
+ bottom: .5em;
374
+ bottom: calc(.5em + constant(safe-area-inset-bottom));
375
+ bottom: calc(.5em + env(safe-area-inset-bottom));
376
+ width: 224px;
377
+ background-color: rgba(32, 32, 32, 0.5);
378
+ height: 60px;
379
+ }
380
+
381
+ .swiper-container.poi_img_swiper {
382
+ position: relative;
383
+ width: 100%;
384
+ height: 300px;
385
+ }
386
+
387
+ .base-swiper {
388
+ left: calc(50% - 312px);
389
+ }
390
+
391
+ .overlay-swiper {
392
+ left: calc(50% + 88px)
393
+ }
394
+
395
+ @media screen and (max-width: 640px) {
396
+
397
+ .swiper-container.base-swiper,
398
+ .swiper-container.overlay-swiper {
399
+ width: 35%;
400
+ }
401
+
402
+ .base-swiper {
403
+ left: 1.25%;
404
+ }
405
+
406
+ .overlay-swiper {
407
+ left: 63.75%;
408
+ }
409
+ }
410
+
411
+ @media screen and (max-width: 320px) {
412
+
413
+ .swiper-container.base-swiper,
414
+ .swiper-container.overlay-swiper {
415
+ width: 112px;
416
+ }
417
+
418
+ .base-swiper {
419
+ left: 4px;
420
+ }
421
+
422
+ .overlay-swiper {
423
+ left: 204px;
424
+ }
425
+ }
426
+
427
+ .base-swiper .swiper-slide,
428
+ .overlay-swiper .swiper-slide {
429
+ text-align: center;
430
+ font-size: 18px;
431
+ background-color: rgba(0, 0, 0, 0);
432
+ width: 80px;
433
+ height: 60px;
434
+
435
+ /* Center slide text vertically */
436
+ display: -webkit-box;
437
+ display: -ms-flexbox;
438
+ display: -webkit-flex;
439
+ display: flex;
440
+ -webkit-box-pack: center;
441
+ -ms-flex-pack: center;
442
+ -webkit-justify-content: center;
443
+ justify-content: center;
444
+ -webkit-box-align: center;
445
+ -ms-flex-align: center;
446
+ -webkit-align-items: center;
447
+ align-items: center;
448
+ }
449
+
450
+ .poi_img_swiper .swiper-slide {
451
+ width: 100%;
452
+ height: 100%;
453
+ text-align: center;
454
+ }
455
+
456
+ .poi_img_swiper .swiper-slide img {
457
+ top: 0px;
458
+ width: auto;
459
+ height: auto;
460
+ max-width: 100%;
461
+ max-height: calc(100% - 50px);
462
+ }
463
+
464
+ .poi_img_swiper .swiper-slide div {
465
+ bottom: 0px;
466
+ width: 100%;
467
+ height: 50px;
468
+ text-align: center;
469
+ }
470
+
471
+ .base-swiper .swiper-slide.selected,
472
+ .overlay-swiper .swiper-slide.selected {
473
+ background-color: rgba(0, 0, 255, 0.1);
474
+ }
475
+
476
+ .base-next,
477
+ .base-prev,
478
+ .overlay-next,
479
+ .overlay-prev {
480
+ margin-top: 0px;
481
+ top: 15px;
482
+ bottom: 15px;
483
+ height: 30px;
484
+ width: 18px;
485
+ background-size: 18px 30px;
486
+ background-repeat: no-repeat;
487
+ background-position: center;
488
+
489
+ &:after,
490
+ &:before {
491
+ display: none;
492
+ }
493
+ }
494
+
495
+ &.show-border {
496
+ .swiper-slide.maroon {
497
+ border-style: dashed;
498
+ border-color: maroon;
499
+ border-width: 2px;
500
+ }
501
+
502
+ .swiper-slide.deeppink {
503
+ border-style: dashed;
504
+ border-color: deeppink;
505
+ border-width: 2px;
506
+ }
507
+
508
+ .swiper-slide.indigo {
509
+ border-style: dashed;
510
+ border-color: indigo;
511
+ border-width: 2px;
512
+ }
513
+
514
+ .swiper-slide.olive {
515
+ border-style: dashed;
516
+ border-color: olive;
517
+ border-width: 2px;
518
+ }
519
+
520
+ .swiper-slide.royalblue {
521
+ border-style: dashed;
522
+ border-color: royalblue;
523
+ border-width: 2px;
524
+ }
525
+
526
+ .swiper-slide.red {
527
+ border-style: dashed;
528
+ border-color: red;
529
+ border-width: 2px;
530
+ }
531
+
532
+ .swiper-slide.hotpink {
533
+ border-style: dashed;
534
+ border-color: hotpink;
535
+ border-width: 2px;
536
+ }
537
+
538
+ .swiper-slide.green {
539
+ border-style: dashed;
540
+ border-color: green;
541
+ border-width: 2px;
542
+ }
543
+
544
+ .swiper-slide.yellow {
545
+ border-style: dashed;
546
+ border-color: yellow;
547
+ border-width: 2px;
548
+ }
549
+
550
+ .swiper-slide.navy {
551
+ border-style: dashed;
552
+ border-color: navy;
553
+ border-width: 2px;
554
+ }
555
+
556
+ .swiper-slide.saddlebrown {
557
+ border-style: dashed;
558
+ border-color: saddlebrown;
559
+ border-width: 2px;
560
+ }
561
+
562
+ .swiper-slide.fuchsia {
563
+ border-style: dashed;
564
+ border-color: fuchsia;
565
+ border-width: 2px;
566
+ }
567
+
568
+ .swiper-slide.darkslategray {
569
+ border-style: dashed;
570
+ border-color: darkslategray;
571
+ border-width: 2px;
572
+ }
573
+
574
+ .swiper-slide.yellowgreen {
575
+ border-style: dashed;
576
+ border-color: yellowgreen;
577
+ border-width: 2px;
578
+ }
579
+
580
+ .swiper-slide.blue {
581
+ border-style: dashed;
582
+ border-color: blue;
583
+ border-width: 2px;
584
+ }
585
+
586
+ .swiper-slide.mediumvioletred {
587
+ border-style: dashed;
588
+ border-color: mediumvioletred;
589
+ border-width: 2px;
590
+ }
591
+
592
+ .swiper-slide.purple {
593
+ border-style: dashed;
594
+ border-color: purple;
595
+ border-width: 2px;
596
+ }
597
+
598
+ .swiper-slide.lime {
599
+ border-style: dashed;
600
+ border-color: lime;
601
+ border-width: 2px;
602
+ }
603
+
604
+ .swiper-slide.darkorange {
605
+ border-style: dashed;
606
+ border-color: darkorange;
607
+ border-width: 2px;
608
+ }
609
+
610
+ .swiper-slide.teal {
611
+ border-style: dashed;
612
+ border-color: teal;
613
+ border-width: 2px;
614
+ }
615
+
616
+ .swiper-slide.crimson {
617
+ border-style: dashed;
618
+ border-color: crimson;
619
+ border-width: 2px;
620
+ }
621
+
622
+ .swiper-slide.darkviolet {
623
+ border-style: dashed;
624
+ border-color: darkviolet;
625
+ border-width: 2px;
626
+ }
627
+
628
+ .swiper-slide.darkolivegreen {
629
+ border-style: dashed;
630
+ border-color: darkolivegreen;
631
+ border-width: 2px;
632
+ }
633
+
634
+ .swiper-slide.steelblue {
635
+ border-style: dashed;
636
+ border-color: steelblue;
637
+ border-width: 2px;
638
+ }
639
+
640
+ .swiper-slide.aqua {
641
+ border-style: dashed;
642
+ border-color: aqua;
643
+ border-width: 2px;
644
+ }
645
+ }
646
+
647
+ .base-swiper .swiper-slide img,
648
+ .overlay-swiper .swiper-slide img {
649
+ position: absolute;
650
+ top: 0;
651
+ right: 0;
652
+ bottom: 0;
653
+ left: 0;
654
+ margin: auto;
655
+ z-index: 0;
656
+ }
657
+
658
+ .base-swiper .swiper-slide div,
659
+ .overlay-swiper .swiper-slide div {
660
+ font-size: 1em;
661
+ position: absolute;
662
+ right: 0;
663
+ bottom: .1em;
664
+ left: 0;
665
+ margin: auto;
666
+ z-index: 1;
667
+ color: white;
668
+ background-color: rgba(32, 32, 32, 0.5);
669
+ }
670
+
671
+ .base-swiper .swiper-slide div.minimize,
672
+ .overlay-swiper .swiper-slide div.minimize {
673
+ font-size: .8em;
674
+ }
675
+
676
+ .single-map {
677
+
678
+ .swiper-left-icon,
679
+ .swiper-right-icon {
680
+ display: none;
681
+ }
682
+ }
683
+
684
+ .swiper-left-icon {
685
+ position: absolute;
686
+ left: 0px;
687
+ top: calc(50% - 5px);
688
+ width: 10px;
689
+ height: 10px;
690
+ color: #ffffff;
691
+ z-index: 10;
692
+ }
693
+
694
+ .swiper-right-icon {
695
+ position: absolute;
696
+ left: calc(100% - 10px);
697
+ top: calc(50% - 5px);
698
+ width: 10px;
699
+ height: 10px;
700
+ color: #ffffff;
701
+ z-index: 10;
702
+ }
703
+
704
+ @media screen and (max-width: 480px) {
705
+ &.ol-touch .swiper-slide div {
706
+ font-size: .8em;
707
+ }
708
+
709
+ &.ol-touch .swiper-slide div.minimize {
710
+ font-size: .6em;
711
+ }
712
+ }
713
+
714
+ .ol-share {
715
+ left: .5em;
716
+ left: calc(.5em + constant(safe-area-inset-left));
717
+ left: calc(.5em + env(safe-area-inset-left));
718
+ bottom: calc(105px + .5em);
719
+ }
720
+
721
+ &.ol-touch .ol-share {
722
+ bottom: calc(115px + .5em);
723
+ bottom: calc(115px + .5em + constant(safe-area-inset-bottom));
724
+ bottom: calc(115px + .5em + env(safe-area-inset-bottom));
725
+ }
726
+
727
+ .ol-border,
728
+ .ol-hide-marker,
729
+ .ol-marker-list {
730
+ right: .5em;
731
+ right: calc(.5em + constant(safe-area-inset-right));
732
+ right: calc(.5em + env(safe-area-inset-right));
733
+ bottom: calc(105px + .5em);
734
+ }
735
+
736
+ &.ol-touch .ol-border,
737
+ &.ol-touch .ol-hide-marker,
738
+ &.ol-touch .ol-marker-list {
739
+ bottom: calc(115px + .5em);
740
+ bottom: calc(115px + .5em + constant(safe-area-inset-bottom));
741
+ bottom: calc(115px + .5em + env(safe-area-inset-bottom));
742
+ }
743
+
744
+ &.enable_border .ol-hide-marker,
745
+ &.enable_border .ol-marker-list,
746
+ &.enable_hide_marker .ol-marker-list {
747
+ right: .5em;
748
+ right: calc(.5em + constant(safe-area-inset-right));
749
+ right: calc(.5em + env(safe-area-inset-right));
750
+ bottom: calc(145px + .5em);
751
+ }
752
+
753
+ &.enable_border.ol-touch .ol-hide-marker,
754
+ &.enable_border.ol-touch .ol-marker-list,
755
+ &.enable_hide_marker.ol-touch .ol-marker-list {
756
+ bottom: calc(165px + .5em);
757
+ bottom: calc(165px + .5em + constant(safe-area-inset-bottom));
758
+ bottom: calc(165px + .5em + env(safe-area-inset-bottom));
759
+ }
760
+
761
+ &.enable_border.enable_hide_marker .ol-marker-list {
762
+ right: .5em;
763
+ right: calc(.5em + constant(safe-area-inset-right));
764
+ right: calc(.5em + env(safe-area-inset-right));
765
+ bottom: calc(185px + .5em);
766
+ }
767
+
768
+ &.enable_border.enable_hide_marker.ol-touch .ol-marker-list {
769
+ bottom: calc(215px + .5em);
770
+ bottom: calc(215px + .5em + constant(safe-area-inset-bottom));
771
+ bottom: calc(215px + .5em + env(safe-area-inset-bottom));
772
+ }
773
+
774
+
775
+
776
+
777
+
778
+
779
+ .ol-copyright {
780
+ right: .5em;
781
+ right: calc(.5em + constant(safe-area-inset-right));
782
+ right: calc(.5em + env(safe-area-inset-right));
783
+ bottom: calc(65px + .5em);
784
+ bottom: calc(65px + .5em + constant(safe-area-inset-bottom));
785
+ bottom: calc(65px + .5em + env(safe-area-inset-bottom));
786
+ }
787
+
788
+ .ol-maplat {
789
+ left: .5em;
790
+ left: calc(.5em + constant(safe-area-inset-left));
791
+ left: calc(.5em + env(safe-area-inset-left));
792
+ bottom: calc(65px + .5em);
793
+ bottom: calc(65px + .5em + constant(safe-area-inset-bottom));
794
+ bottom: calc(65px + .5em + env(safe-area-inset-bottom));
795
+ }
796
+
797
+ .ol-compass-fa {
798
+ -webkit-transform: rotate(-33deg);
799
+ -o-transform: rotate(-33deg);
800
+ transform: rotate(-33deg);
801
+ }
802
+
803
+ .ol-control {
804
+ opacity: 1;
805
+ }
806
+
807
+ .ol-control.fade {
808
+ display: none;
809
+ }
810
+
811
+ &.with-opacity .ol-slidercommon.fade {
812
+ display: none;
813
+ }
814
+
815
+ &.no_poi .ol-hide-marker,
816
+ &.no_poi .ol-marker-list {
817
+ display: none;
818
+ }
819
+
820
+ .ol-control.disable button,
821
+ &.show-border .ol-control.ol-border button,
822
+ &.hide-marker .ol-control.ol-hide-marker button {
823
+ color: rgba(255, 255, 255, .7);
824
+ background-color: rgba(120, 5, 8, .2);
825
+ }
826
+
827
+ @media (hover: hover) {
828
+
829
+ .ol-control.disable button:focus,
830
+ .ol-control.disable button:hover,
831
+ &.show-border .ol-control.ol-border button:focus,
832
+ &.show-border .ol-control.ol-border button:hover,
833
+ &.hide-marker .ol-control.ol-hide-marker button:focus,
834
+ &.hide-marker .ol-control.ol-hide-marker button:hover {
835
+ color: rgba(255, 255, 255, .7);
836
+ background-color: rgba(120, 5, 8, .2)
837
+ }
838
+ }
839
+
840
+ @media (hover: none) {
841
+
842
+ .ol-control.disable button:focus,
843
+ .ol-control.disable button:active,
844
+ &.show-border .ol-control.ol-border button:focus,
845
+ &.show-border .ol-control.ol-border button:active,
846
+ &.hide-marker .ol-control.ol-hide-marker button:focus,
847
+ &.hide-marker .ol-control.ol-hide-marker button:active {
848
+ color: rgba(255, 255, 255, .7);
849
+ background-color: rgba(120, 5, 8, .2)
850
+ }
851
+ }
852
+
853
+ .ol-control button {
854
+ height: 2.0625em;
855
+ width: 2.0625em;
856
+ color: rgba(255, 255, 255);
857
+ background-color: rgba(120, 5, 8, .5);
858
+ }
859
+
860
+ .ol-slidernew {
861
+ display: none;
862
+ }
863
+
864
+ &.with-opacity .ol-slidernew {
865
+ appearance: none;
866
+ bottom: .5em;
867
+ bottom: calc(.5em + constant(safe-area-inset-bottom));
868
+ bottom: calc(.5em + env(safe-area-inset-bottom));
869
+ left: calc(50% - 80px);
870
+ width: 160px;
871
+ height: 25px;
872
+ background: rgba(255, 255, 255, .5);
873
+ border: 2px solid #666666;
874
+ border-radius: 4px;
875
+
876
+ &[disabled] {
877
+ background: rgba(255, 255, 255, .7);
878
+ }
879
+ }
880
+
881
+ @media screen and (max-width: 640px) {
882
+ &.with-opacity .ol-slidernew {
883
+ left: 37.5%;
884
+ width: 25%;
885
+ }
886
+ }
887
+
888
+ @media screen and (max-width: 320px) {
889
+ &.with-opacity .ol-slidernew {
890
+ left: 120px;
891
+ width: 80px;
892
+ }
893
+ }
894
+
895
+ &.with-opacity .ol-slidernew::-webkit-slider-thumb {
896
+ appearance: none;
897
+ width: 20px;
898
+ height: 25px;
899
+ background-color: rgba(120, 5, 8, 0.5);
900
+ border: none;
901
+ border-radius: 4px;
902
+ cursor: pointer;
903
+
904
+ &[disabled] {
905
+ background-color: rgba(120, 5, 8, 0.2);
906
+ }
907
+ }
908
+
909
+ &.with-opacity .ol-slidernew::-moz-range-thumb {
910
+ appearance: none;
911
+ width: 20px;
912
+ height: 25px;
913
+ background-color: rgba(120, 5, 8, 0.5);
914
+ border: none;
915
+ border-radius: 4px;
916
+ cursor: pointer;
917
+
918
+ &[disabled] {
919
+ background-color: rgba(120, 5, 8, 0.2);
920
+ }
921
+ }
922
+
923
+ @media (hover: hover) {
924
+ &.with-opacity .ol-slidernew:not([disabled])::-webkit-slider-thumb:hover {
925
+ background-color: rgba(120, 5, 8, 0.7);
926
+ }
927
+
928
+ &.with-opacity .ol-slidernew:not([disabled])::-moz-range-thumb:hover {
929
+ background-color: rgba(120, 5, 8, 0.7);
930
+ }
931
+ }
932
+
933
+ @media (hover: none) {
934
+ &.with-opacity .ol-slidernew:not([disabled])::-webkit-slider-thumb:active {
935
+ background-color: rgba(120, 5, 8, 0.7);
936
+ }
937
+
938
+ &.with-opacity .ol-slidernew:not([disabled])::-moz-range-thumb:active {
939
+ background-color: rgba(120, 5, 8, 0.7);
940
+ }
941
+ }
942
+
943
+ /* Scrollable modal support */
944
+ .modal-dialog {
945
+ height: calc(100% - 60px);
946
+ margin: 30px auto;
947
+ }
948
+
949
+ .modal-content {
950
+ max-height: 100%;
951
+ display: flex;
952
+ flex-direction: column;
953
+ }
954
+
955
+ .modal-body {
956
+ overflow-y: auto;
957
+ }
958
+
959
+
960
+ /* Share Modal Styles */
961
+ .modal_share .modal-body {
962
+ text-align: center;
963
+ }
964
+
965
+ .share_container {
966
+ display: flex;
967
+ flex-direction: column;
968
+ gap: 20px;
969
+ }
970
+
971
+ .share_section {
972
+ background: #f9f9f9;
973
+ padding: 15px;
974
+ border-radius: 8px;
975
+ }
976
+
977
+ .share_section h3 {
978
+ font-size: 1.1em;
979
+ margin-bottom: 15px;
980
+ text-align: left;
981
+ border-bottom: 1px solid #ddd;
982
+ padding-bottom: 5px;
983
+ }
984
+
985
+ .share_buttons {
986
+ display: flex;
987
+ justify-content: space-around;
988
+ margin-bottom: 15px;
989
+ }
990
+
991
+ .share_buttons button {
992
+ display: flex;
993
+ align-items: center;
994
+ gap: 5px;
995
+ padding: 8px 12px;
996
+ border: 1px solid #ccc;
997
+ border-radius: 4px;
998
+ background: white;
999
+ cursor: pointer;
1000
+ transition: background 0.2s;
1001
+ }
1002
+
1003
+ .share_buttons button:hover {
1004
+ background: #f0f0f0;
1005
+ }
1006
+
1007
+ .qr_code_container {
1008
+ display: flex;
1009
+ justify-content: center;
1010
+ margin-top: 10px;
1011
+ }
1012
+
1013
+ .qr_code_container canvas,
1014
+ .qr_code_container img {
1015
+ border: 1px solid #ddd;
1016
+ padding: 5px;
1017
+ background: white;
1018
+ max-width: 100%;
1019
+ }
1020
+
1021
+ /* Custom Toast Styles */
1022
+ .custom-toast {
1023
+ position: fixed;
1024
+ top: 20px;
1025
+ left: 50%;
1026
+ transform: translateX(-50%);
1027
+ background-color: rgba(0, 0, 0, 0.8);
1028
+ color: white;
1029
+ padding: 10px 20px;
1030
+ border-radius: 4px;
1031
+ z-index: 9999;
1032
+ opacity: 0;
1033
+ transition: opacity 0.3s ease-in-out;
1034
+ pointer-events: none;
1035
+ }
1036
+
1037
+ .custom-toast.show {
1038
+ opacity: 1;
653
1039
  }