tileserver-gl-light 4.4.4 → 4.4.6

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.
@@ -10,243 +10,228 @@
10
10
  .leaflet-zoom-box,
11
11
  .leaflet-image-layer,
12
12
  .leaflet-layer {
13
- position: absolute;
14
- left: 0;
15
- top: 0;
16
- }
13
+ position: absolute;
14
+ left: 0;
15
+ top: 0;
16
+ }
17
17
  .leaflet-container {
18
- overflow: hidden;
19
- }
18
+ overflow: hidden;
19
+ }
20
20
  .leaflet-tile,
21
21
  .leaflet-marker-icon,
22
22
  .leaflet-marker-shadow {
23
- -webkit-user-select: none;
24
- -moz-user-select: none;
25
- user-select: none;
26
- -webkit-user-drag: none;
27
- }
23
+ -webkit-user-select: none;
24
+ -moz-user-select: none;
25
+ user-select: none;
26
+ -webkit-user-drag: none;
27
+ }
28
28
  /* Prevents IE11 from highlighting tiles in blue */
29
29
  .leaflet-tile::selection {
30
- background: transparent;
30
+ background: transparent;
31
31
  }
32
32
  /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
33
33
  .leaflet-safari .leaflet-tile {
34
- image-rendering: -webkit-optimize-contrast;
35
- }
34
+ image-rendering: -webkit-optimize-contrast;
35
+ }
36
36
  /* hack that prevents hw layers "stretching" when loading new tiles */
37
37
  .leaflet-safari .leaflet-tile-container {
38
- width: 1600px;
39
- height: 1600px;
40
- -webkit-transform-origin: 0 0;
41
- }
38
+ width: 1600px;
39
+ height: 1600px;
40
+ -webkit-transform-origin: 0 0;
41
+ }
42
42
  .leaflet-marker-icon,
43
43
  .leaflet-marker-shadow {
44
- display: block;
45
- }
44
+ display: block;
45
+ }
46
46
  /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
47
47
  /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
48
48
  .leaflet-container .leaflet-overlay-pane svg {
49
- max-width: none !important;
50
- max-height: none !important;
51
- }
49
+ max-width: none !important;
50
+ max-height: none !important;
51
+ }
52
52
  .leaflet-container .leaflet-marker-pane img,
53
53
  .leaflet-container .leaflet-shadow-pane img,
54
54
  .leaflet-container .leaflet-tile-pane img,
55
55
  .leaflet-container img.leaflet-image-layer,
56
56
  .leaflet-container .leaflet-tile {
57
- max-width: none !important;
58
- max-height: none !important;
59
- width: auto;
60
- padding: 0;
61
- }
57
+ max-width: none !important;
58
+ max-height: none !important;
59
+ width: auto;
60
+ padding: 0;
61
+ }
62
62
 
63
63
  .leaflet-container.leaflet-touch-zoom {
64
- -ms-touch-action: pan-x pan-y;
65
- touch-action: pan-x pan-y;
66
- }
64
+ -ms-touch-action: pan-x pan-y;
65
+ touch-action: pan-x pan-y;
66
+ }
67
67
  .leaflet-container.leaflet-touch-drag {
68
- -ms-touch-action: pinch-zoom;
69
- /* Fallback for FF which doesn't support pinch-zoom */
70
- touch-action: none;
71
- touch-action: pinch-zoom;
68
+ -ms-touch-action: pinch-zoom;
69
+ /* Fallback for FF which doesn't support pinch-zoom */
70
+ touch-action: none;
71
+ touch-action: pinch-zoom;
72
72
  }
73
73
  .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
74
- -ms-touch-action: none;
75
- touch-action: none;
74
+ -ms-touch-action: none;
75
+ touch-action: none;
76
76
  }
77
77
  .leaflet-container {
78
- -webkit-tap-highlight-color: transparent;
78
+ -webkit-tap-highlight-color: transparent;
79
79
  }
80
80
  .leaflet-container a {
81
- -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
81
+ -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
82
82
  }
83
83
  .leaflet-tile {
84
- filter: inherit;
85
- visibility: hidden;
86
- }
84
+ filter: inherit;
85
+ visibility: hidden;
86
+ }
87
87
  .leaflet-tile-loaded {
88
- visibility: inherit;
89
- }
88
+ visibility: inherit;
89
+ }
90
90
  .leaflet-zoom-box {
91
- width: 0;
92
- height: 0;
93
- -moz-box-sizing: border-box;
94
- box-sizing: border-box;
95
- z-index: 800;
96
- }
91
+ width: 0;
92
+ height: 0;
93
+ -moz-box-sizing: border-box;
94
+ box-sizing: border-box;
95
+ z-index: 800;
96
+ }
97
97
  /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
98
98
  .leaflet-overlay-pane svg {
99
- -moz-user-select: none;
100
- }
99
+ -moz-user-select: none;
100
+ }
101
101
 
102
- .leaflet-pane {
103
- z-index: 400;
104
- }
102
+ .leaflet-pane { z-index: 400; }
105
103
 
106
- .leaflet-tile-pane {
107
- z-index: 200;
108
- }
109
- .leaflet-overlay-pane {
110
- z-index: 400;
111
- }
112
- .leaflet-shadow-pane {
113
- z-index: 500;
114
- }
115
- .leaflet-marker-pane {
116
- z-index: 600;
117
- }
118
- .leaflet-tooltip-pane {
119
- z-index: 650;
120
- }
121
- .leaflet-popup-pane {
122
- z-index: 700;
123
- }
104
+ .leaflet-tile-pane { z-index: 200; }
105
+ .leaflet-overlay-pane { z-index: 400; }
106
+ .leaflet-shadow-pane { z-index: 500; }
107
+ .leaflet-marker-pane { z-index: 600; }
108
+ .leaflet-tooltip-pane { z-index: 650; }
109
+ .leaflet-popup-pane { z-index: 700; }
124
110
 
125
- .leaflet-map-pane canvas {
126
- z-index: 100;
127
- }
128
- .leaflet-map-pane svg {
129
- z-index: 200;
130
- }
111
+ .leaflet-map-pane canvas { z-index: 100; }
112
+ .leaflet-map-pane svg { z-index: 200; }
131
113
 
132
114
  .leaflet-vml-shape {
133
- width: 1px;
134
- height: 1px;
135
- }
115
+ width: 1px;
116
+ height: 1px;
117
+ }
136
118
  .lvml {
137
- behavior: url(#default#VML);
138
- display: inline-block;
139
- position: absolute;
140
- }
119
+ behavior: url(#default#VML);
120
+ display: inline-block;
121
+ position: absolute;
122
+ }
123
+
141
124
 
142
125
  /* control positioning */
143
126
 
144
127
  .leaflet-control {
145
- position: relative;
146
- z-index: 800;
147
- pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
148
- pointer-events: auto;
149
- }
128
+ position: relative;
129
+ z-index: 800;
130
+ pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
131
+ pointer-events: auto;
132
+ }
150
133
  .leaflet-top,
151
134
  .leaflet-bottom {
152
- position: absolute;
153
- z-index: 1000;
154
- pointer-events: none;
155
- }
135
+ position: absolute;
136
+ z-index: 1000;
137
+ pointer-events: none;
138
+ }
156
139
  .leaflet-top {
157
- top: 0;
158
- }
140
+ top: 0;
141
+ }
159
142
  .leaflet-right {
160
- right: 0;
161
- }
143
+ right: 0;
144
+ }
162
145
  .leaflet-bottom {
163
- bottom: 0;
164
- }
146
+ bottom: 0;
147
+ }
165
148
  .leaflet-left {
166
- left: 0;
167
- }
149
+ left: 0;
150
+ }
168
151
  .leaflet-control {
169
- float: left;
170
- clear: both;
171
- }
152
+ float: left;
153
+ clear: both;
154
+ }
172
155
  .leaflet-right .leaflet-control {
173
- float: right;
174
- }
156
+ float: right;
157
+ }
175
158
  .leaflet-top .leaflet-control {
176
- margin-top: 10px;
177
- }
159
+ margin-top: 10px;
160
+ }
178
161
  .leaflet-bottom .leaflet-control {
179
- margin-bottom: 10px;
180
- }
162
+ margin-bottom: 10px;
163
+ }
181
164
  .leaflet-left .leaflet-control {
182
- margin-left: 10px;
183
- }
165
+ margin-left: 10px;
166
+ }
184
167
  .leaflet-right .leaflet-control {
185
- margin-right: 10px;
186
- }
168
+ margin-right: 10px;
169
+ }
170
+
187
171
 
188
172
  /* zoom and fade animations */
189
173
 
190
174
  .leaflet-fade-anim .leaflet-popup {
191
- opacity: 0;
192
- -webkit-transition: opacity 0.2s linear;
193
- -moz-transition: opacity 0.2s linear;
194
- transition: opacity 0.2s linear;
195
- }
175
+ opacity: 0;
176
+ -webkit-transition: opacity 0.2s linear;
177
+ -moz-transition: opacity 0.2s linear;
178
+ transition: opacity 0.2s linear;
179
+ }
196
180
  .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
197
- opacity: 1;
198
- }
181
+ opacity: 1;
182
+ }
199
183
  .leaflet-zoom-animated {
200
- -webkit-transform-origin: 0 0;
201
- -ms-transform-origin: 0 0;
202
- transform-origin: 0 0;
203
- }
184
+ -webkit-transform-origin: 0 0;
185
+ -ms-transform-origin: 0 0;
186
+ transform-origin: 0 0;
187
+ }
204
188
  svg.leaflet-zoom-animated {
205
- will-change: transform;
189
+ will-change: transform;
206
190
  }
207
191
 
208
192
  .leaflet-zoom-anim .leaflet-zoom-animated {
209
- -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
210
- -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
211
- transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
212
- }
193
+ -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
194
+ -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
195
+ transition: transform 0.25s cubic-bezier(0,0,0.25,1);
196
+ }
213
197
  .leaflet-zoom-anim .leaflet-tile,
214
198
  .leaflet-pan-anim .leaflet-tile {
215
- -webkit-transition: none;
216
- -moz-transition: none;
217
- transition: none;
218
- }
199
+ -webkit-transition: none;
200
+ -moz-transition: none;
201
+ transition: none;
202
+ }
219
203
 
220
204
  .leaflet-zoom-anim .leaflet-zoom-hide {
221
- visibility: hidden;
222
- }
205
+ visibility: hidden;
206
+ }
207
+
223
208
 
224
209
  /* cursors */
225
210
 
226
211
  .leaflet-interactive {
227
- cursor: pointer;
228
- }
212
+ cursor: pointer;
213
+ }
229
214
  .leaflet-grab {
230
- cursor: -webkit-grab;
231
- cursor: -moz-grab;
232
- cursor: grab;
233
- }
215
+ cursor: -webkit-grab;
216
+ cursor: -moz-grab;
217
+ cursor: grab;
218
+ }
234
219
  .leaflet-crosshair,
235
220
  .leaflet-crosshair .leaflet-interactive {
236
- cursor: crosshair;
237
- }
221
+ cursor: crosshair;
222
+ }
238
223
  .leaflet-popup-pane,
239
224
  .leaflet-control {
240
- cursor: auto;
241
- }
225
+ cursor: auto;
226
+ }
242
227
  .leaflet-dragging .leaflet-grab,
243
228
  .leaflet-dragging .leaflet-grab .leaflet-interactive,
244
229
  .leaflet-dragging .leaflet-marker-draggable {
245
- cursor: move;
246
- cursor: -webkit-grabbing;
247
- cursor: -moz-grabbing;
248
- cursor: grabbing;
249
- }
230
+ cursor: move;
231
+ cursor: -webkit-grabbing;
232
+ cursor: -moz-grabbing;
233
+ cursor: grabbing;
234
+ }
250
235
 
251
236
  /* marker & overlays interactivity */
252
237
  .leaflet-marker-icon,
@@ -254,414 +239,418 @@ svg.leaflet-zoom-animated {
254
239
  .leaflet-image-layer,
255
240
  .leaflet-pane > svg path,
256
241
  .leaflet-tile-container {
257
- pointer-events: none;
258
- }
242
+ pointer-events: none;
243
+ }
259
244
 
260
245
  .leaflet-marker-icon.leaflet-interactive,
261
246
  .leaflet-image-layer.leaflet-interactive,
262
247
  .leaflet-pane > svg path.leaflet-interactive,
263
248
  svg.leaflet-image-layer.leaflet-interactive path {
264
- pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
265
- pointer-events: auto;
266
- }
249
+ pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
250
+ pointer-events: auto;
251
+ }
267
252
 
268
253
  /* visual tweaks */
269
254
 
270
255
  .leaflet-container {
271
- background: #ddd;
272
- outline-offset: 1px;
273
- }
256
+ background: #ddd;
257
+ outline-offset: 1px;
258
+ }
274
259
  .leaflet-container a {
275
- color: #0078a8;
276
- }
260
+ color: #0078A8;
261
+ }
277
262
  .leaflet-zoom-box {
278
- border: 2px dotted #38f;
279
- background: rgba(255, 255, 255, 0.5);
280
- }
263
+ border: 2px dotted #38f;
264
+ background: rgba(255,255,255,0.5);
265
+ }
266
+
281
267
 
282
268
  /* general typography */
283
269
  .leaflet-container {
284
- font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
285
- font-size: 12px;
286
- font-size: 0.75rem;
287
- line-height: 1.5;
288
- }
270
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
271
+ font-size: 12px;
272
+ font-size: 0.75rem;
273
+ line-height: 1.5;
274
+ }
275
+
289
276
 
290
277
  /* general toolbar styles */
291
278
 
292
279
  .leaflet-bar {
293
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
294
- border-radius: 4px;
295
- }
280
+ box-shadow: 0 1px 5px rgba(0,0,0,0.65);
281
+ border-radius: 4px;
282
+ }
296
283
  .leaflet-bar a {
297
- background-color: #fff;
298
- border-bottom: 1px solid #ccc;
299
- width: 26px;
300
- height: 26px;
301
- line-height: 26px;
302
- display: block;
303
- text-align: center;
304
- text-decoration: none;
305
- color: black;
306
- }
284
+ background-color: #fff;
285
+ border-bottom: 1px solid #ccc;
286
+ width: 26px;
287
+ height: 26px;
288
+ line-height: 26px;
289
+ display: block;
290
+ text-align: center;
291
+ text-decoration: none;
292
+ color: black;
293
+ }
307
294
  .leaflet-bar a,
308
295
  .leaflet-control-layers-toggle {
309
- background-position: 50% 50%;
310
- background-repeat: no-repeat;
311
- display: block;
312
- }
296
+ background-position: 50% 50%;
297
+ background-repeat: no-repeat;
298
+ display: block;
299
+ }
313
300
  .leaflet-bar a:hover,
314
301
  .leaflet-bar a:focus {
315
- background-color: #f4f4f4;
316
- }
302
+ background-color: #f4f4f4;
303
+ }
317
304
  .leaflet-bar a:first-child {
318
- border-top-left-radius: 4px;
319
- border-top-right-radius: 4px;
320
- }
305
+ border-top-left-radius: 4px;
306
+ border-top-right-radius: 4px;
307
+ }
321
308
  .leaflet-bar a:last-child {
322
- border-bottom-left-radius: 4px;
323
- border-bottom-right-radius: 4px;
324
- border-bottom: none;
325
- }
309
+ border-bottom-left-radius: 4px;
310
+ border-bottom-right-radius: 4px;
311
+ border-bottom: none;
312
+ }
326
313
  .leaflet-bar a.leaflet-disabled {
327
- cursor: default;
328
- background-color: #f4f4f4;
329
- color: #bbb;
330
- }
314
+ cursor: default;
315
+ background-color: #f4f4f4;
316
+ color: #bbb;
317
+ }
331
318
 
332
319
  .leaflet-touch .leaflet-bar a {
333
- width: 30px;
334
- height: 30px;
335
- line-height: 30px;
336
- }
320
+ width: 30px;
321
+ height: 30px;
322
+ line-height: 30px;
323
+ }
337
324
  .leaflet-touch .leaflet-bar a:first-child {
338
- border-top-left-radius: 2px;
339
- border-top-right-radius: 2px;
340
- }
325
+ border-top-left-radius: 2px;
326
+ border-top-right-radius: 2px;
327
+ }
341
328
  .leaflet-touch .leaflet-bar a:last-child {
342
- border-bottom-left-radius: 2px;
343
- border-bottom-right-radius: 2px;
344
- }
329
+ border-bottom-left-radius: 2px;
330
+ border-bottom-right-radius: 2px;
331
+ }
345
332
 
346
333
  /* zoom control */
347
334
 
348
335
  .leaflet-control-zoom-in,
349
336
  .leaflet-control-zoom-out {
350
- font: bold 18px 'Lucida Console', Monaco, monospace;
351
- text-indent: 1px;
352
- }
337
+ font: bold 18px 'Lucida Console', Monaco, monospace;
338
+ text-indent: 1px;
339
+ }
340
+
341
+ .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
342
+ font-size: 22px;
343
+ }
353
344
 
354
- .leaflet-touch .leaflet-control-zoom-in,
355
- .leaflet-touch .leaflet-control-zoom-out {
356
- font-size: 22px;
357
- }
358
345
 
359
346
  /* layers control */
360
347
 
361
348
  .leaflet-control-layers {
362
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
363
- background: #fff;
364
- border-radius: 5px;
365
- }
349
+ box-shadow: 0 1px 5px rgba(0,0,0,0.4);
350
+ background: #fff;
351
+ border-radius: 5px;
352
+ }
366
353
  .leaflet-control-layers-toggle {
367
- background-image: url(images/layers.png);
368
- width: 36px;
369
- height: 36px;
370
- }
354
+ background-image: url(images/layers.png);
355
+ width: 36px;
356
+ height: 36px;
357
+ }
371
358
  .leaflet-retina .leaflet-control-layers-toggle {
372
- background-image: url(images/layers-2x.png);
373
- background-size: 26px 26px;
374
- }
359
+ background-image: url(images/layers-2x.png);
360
+ background-size: 26px 26px;
361
+ }
375
362
  .leaflet-touch .leaflet-control-layers-toggle {
376
- width: 44px;
377
- height: 44px;
378
- }
363
+ width: 44px;
364
+ height: 44px;
365
+ }
379
366
  .leaflet-control-layers .leaflet-control-layers-list,
380
367
  .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
381
- display: none;
382
- }
368
+ display: none;
369
+ }
383
370
  .leaflet-control-layers-expanded .leaflet-control-layers-list {
384
- display: block;
385
- position: relative;
386
- }
371
+ display: block;
372
+ position: relative;
373
+ }
387
374
  .leaflet-control-layers-expanded {
388
- padding: 6px 10px 6px 6px;
389
- color: #333;
390
- background: #fff;
391
- }
375
+ padding: 6px 10px 6px 6px;
376
+ color: #333;
377
+ background: #fff;
378
+ }
392
379
  .leaflet-control-layers-scrollbar {
393
- overflow-y: scroll;
394
- overflow-x: hidden;
395
- padding-right: 5px;
396
- }
380
+ overflow-y: scroll;
381
+ overflow-x: hidden;
382
+ padding-right: 5px;
383
+ }
397
384
  .leaflet-control-layers-selector {
398
- margin-top: 2px;
399
- position: relative;
400
- top: 1px;
401
- }
385
+ margin-top: 2px;
386
+ position: relative;
387
+ top: 1px;
388
+ }
402
389
  .leaflet-control-layers label {
403
- display: block;
404
- font-size: 13px;
405
- font-size: 1.08333em;
406
- }
390
+ display: block;
391
+ font-size: 13px;
392
+ font-size: 1.08333em;
393
+ }
407
394
  .leaflet-control-layers-separator {
408
- height: 0;
409
- border-top: 1px solid #ddd;
410
- margin: 5px -10px 5px -6px;
411
- }
395
+ height: 0;
396
+ border-top: 1px solid #ddd;
397
+ margin: 5px -10px 5px -6px;
398
+ }
412
399
 
413
400
  /* Default icon URLs */
414
- .leaflet-default-icon-path {
415
- /* used only in path-guessing heuristic, see L.Icon.Default */
416
- background-image: url(images/marker-icon.png);
417
- }
401
+ .leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
402
+ background-image: url(images/marker-icon.png);
403
+ }
404
+
418
405
 
419
406
  /* attribution and scale controls */
420
407
 
421
408
  .leaflet-container .leaflet-control-attribution {
422
- background: #fff;
423
- background: rgba(255, 255, 255, 0.8);
424
- margin: 0;
425
- }
409
+ background: #fff;
410
+ background: rgba(255, 255, 255, 0.8);
411
+ margin: 0;
412
+ }
426
413
  .leaflet-control-attribution,
427
414
  .leaflet-control-scale-line {
428
- padding: 0 5px;
429
- color: #333;
430
- line-height: 1.4;
431
- }
415
+ padding: 0 5px;
416
+ color: #333;
417
+ line-height: 1.4;
418
+ }
432
419
  .leaflet-control-attribution a {
433
- text-decoration: none;
434
- }
420
+ text-decoration: none;
421
+ }
435
422
  .leaflet-control-attribution a:hover,
436
423
  .leaflet-control-attribution a:focus {
437
- text-decoration: underline;
438
- }
439
- .leaflet-control-attribution svg {
440
- display: inline !important;
441
- }
424
+ text-decoration: underline;
425
+ }
426
+ .leaflet-attribution-flag {
427
+ display: inline !important;
428
+ vertical-align: baseline !important;
429
+ width: 1em;
430
+ height: 0.6669em;
431
+ }
442
432
  .leaflet-left .leaflet-control-scale {
443
- margin-left: 5px;
444
- }
433
+ margin-left: 5px;
434
+ }
445
435
  .leaflet-bottom .leaflet-control-scale {
446
- margin-bottom: 5px;
447
- }
436
+ margin-bottom: 5px;
437
+ }
448
438
  .leaflet-control-scale-line {
449
- border: 2px solid #777;
450
- border-top: none;
451
- line-height: 1.1;
452
- padding: 2px 5px 1px;
453
- white-space: nowrap;
454
- overflow: hidden;
455
- -moz-box-sizing: border-box;
456
- box-sizing: border-box;
457
-
458
- background: #fff;
459
- background: rgba(255, 255, 255, 0.5);
460
- }
439
+ border: 2px solid #777;
440
+ border-top: none;
441
+ line-height: 1.1;
442
+ padding: 2px 5px 1px;
443
+ white-space: nowrap;
444
+ -moz-box-sizing: border-box;
445
+ box-sizing: border-box;
446
+ background: rgba(255, 255, 255, 0.8);
447
+ text-shadow: 1px 1px #fff;
448
+ }
461
449
  .leaflet-control-scale-line:not(:first-child) {
462
- border-top: 2px solid #777;
463
- border-bottom: none;
464
- margin-top: -2px;
465
- }
450
+ border-top: 2px solid #777;
451
+ border-bottom: none;
452
+ margin-top: -2px;
453
+ }
466
454
  .leaflet-control-scale-line:not(:first-child):not(:last-child) {
467
- border-bottom: 2px solid #777;
468
- }
455
+ border-bottom: 2px solid #777;
456
+ }
469
457
 
470
458
  .leaflet-touch .leaflet-control-attribution,
471
459
  .leaflet-touch .leaflet-control-layers,
472
460
  .leaflet-touch .leaflet-bar {
473
- box-shadow: none;
474
- }
461
+ box-shadow: none;
462
+ }
475
463
  .leaflet-touch .leaflet-control-layers,
476
464
  .leaflet-touch .leaflet-bar {
477
- border: 2px solid rgba(0, 0, 0, 0.2);
478
- background-clip: padding-box;
479
- }
465
+ border: 2px solid rgba(0,0,0,0.2);
466
+ background-clip: padding-box;
467
+ }
468
+
480
469
 
481
470
  /* popup */
482
471
 
483
472
  .leaflet-popup {
484
- position: absolute;
485
- text-align: center;
486
- margin-bottom: 20px;
487
- }
473
+ position: absolute;
474
+ text-align: center;
475
+ margin-bottom: 20px;
476
+ }
488
477
  .leaflet-popup-content-wrapper {
489
- padding: 1px;
490
- text-align: left;
491
- border-radius: 12px;
492
- }
478
+ padding: 1px;
479
+ text-align: left;
480
+ border-radius: 12px;
481
+ }
493
482
  .leaflet-popup-content {
494
- margin: 13px 24px 13px 20px;
495
- line-height: 1.3;
496
- font-size: 13px;
497
- font-size: 1.08333em;
498
- min-height: 1px;
499
- }
483
+ margin: 13px 24px 13px 20px;
484
+ line-height: 1.3;
485
+ font-size: 13px;
486
+ font-size: 1.08333em;
487
+ min-height: 1px;
488
+ }
500
489
  .leaflet-popup-content p {
501
- margin: 17px 0;
502
- margin: 1.3em 0;
503
- }
490
+ margin: 17px 0;
491
+ margin: 1.3em 0;
492
+ }
504
493
  .leaflet-popup-tip-container {
505
- width: 40px;
506
- height: 20px;
507
- position: absolute;
508
- left: 50%;
509
- margin-top: -1px;
510
- margin-left: -20px;
511
- overflow: hidden;
512
- pointer-events: none;
513
- }
494
+ width: 40px;
495
+ height: 20px;
496
+ position: absolute;
497
+ left: 50%;
498
+ margin-top: -1px;
499
+ margin-left: -20px;
500
+ overflow: hidden;
501
+ pointer-events: none;
502
+ }
514
503
  .leaflet-popup-tip {
515
- width: 17px;
516
- height: 17px;
517
- padding: 1px;
518
-
519
- margin: -10px auto 0;
520
- pointer-events: auto;
521
-
522
- -webkit-transform: rotate(45deg);
523
- -moz-transform: rotate(45deg);
524
- -ms-transform: rotate(45deg);
525
- transform: rotate(45deg);
526
- }
504
+ width: 17px;
505
+ height: 17px;
506
+ padding: 1px;
507
+
508
+ margin: -10px auto 0;
509
+ pointer-events: auto;
510
+
511
+ -webkit-transform: rotate(45deg);
512
+ -moz-transform: rotate(45deg);
513
+ -ms-transform: rotate(45deg);
514
+ transform: rotate(45deg);
515
+ }
527
516
  .leaflet-popup-content-wrapper,
528
517
  .leaflet-popup-tip {
529
- background: white;
530
- color: #333;
531
- box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
532
- }
518
+ background: white;
519
+ color: #333;
520
+ box-shadow: 0 3px 14px rgba(0,0,0,0.4);
521
+ }
533
522
  .leaflet-container a.leaflet-popup-close-button {
534
- position: absolute;
535
- top: 0;
536
- right: 0;
537
- border: none;
538
- text-align: center;
539
- width: 24px;
540
- height: 24px;
541
- font: 16px/24px Tahoma, Verdana, sans-serif;
542
- color: #757575;
543
- text-decoration: none;
544
- background: transparent;
545
- }
523
+ position: absolute;
524
+ top: 0;
525
+ right: 0;
526
+ border: none;
527
+ text-align: center;
528
+ width: 24px;
529
+ height: 24px;
530
+ font: 16px/24px Tahoma, Verdana, sans-serif;
531
+ color: #757575;
532
+ text-decoration: none;
533
+ background: transparent;
534
+ }
546
535
  .leaflet-container a.leaflet-popup-close-button:hover,
547
536
  .leaflet-container a.leaflet-popup-close-button:focus {
548
- color: #585858;
549
- }
537
+ color: #585858;
538
+ }
550
539
  .leaflet-popup-scrolled {
551
- overflow: auto;
552
- border-bottom: 1px solid #ddd;
553
- border-top: 1px solid #ddd;
554
- }
540
+ overflow: auto;
541
+ }
555
542
 
556
543
  .leaflet-oldie .leaflet-popup-content-wrapper {
557
- -ms-zoom: 1;
558
- }
544
+ -ms-zoom: 1;
545
+ }
559
546
  .leaflet-oldie .leaflet-popup-tip {
560
- width: 24px;
561
- margin: 0 auto;
547
+ width: 24px;
548
+ margin: 0 auto;
562
549
 
563
- -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
564
- filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
565
- }
550
+ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
551
+ filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
552
+ }
566
553
 
567
554
  .leaflet-oldie .leaflet-control-zoom,
568
555
  .leaflet-oldie .leaflet-control-layers,
569
556
  .leaflet-oldie .leaflet-popup-content-wrapper,
570
557
  .leaflet-oldie .leaflet-popup-tip {
571
- border: 1px solid #999;
572
- }
558
+ border: 1px solid #999;
559
+ }
560
+
573
561
 
574
562
  /* div icon */
575
563
 
576
564
  .leaflet-div-icon {
577
- background: #fff;
578
- border: 1px solid #666;
579
- }
565
+ background: #fff;
566
+ border: 1px solid #666;
567
+ }
568
+
580
569
 
581
570
  /* Tooltip */
582
571
  /* Base styles for the element that has a tooltip */
583
572
  .leaflet-tooltip {
584
- position: absolute;
585
- padding: 6px;
586
- background-color: #fff;
587
- border: 1px solid #fff;
588
- border-radius: 3px;
589
- color: #222;
590
- white-space: nowrap;
591
- -webkit-user-select: none;
592
- -moz-user-select: none;
593
- -ms-user-select: none;
594
- user-select: none;
595
- pointer-events: none;
596
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
597
- }
573
+ position: absolute;
574
+ padding: 6px;
575
+ background-color: #fff;
576
+ border: 1px solid #fff;
577
+ border-radius: 3px;
578
+ color: #222;
579
+ white-space: nowrap;
580
+ -webkit-user-select: none;
581
+ -moz-user-select: none;
582
+ -ms-user-select: none;
583
+ user-select: none;
584
+ pointer-events: none;
585
+ box-shadow: 0 1px 3px rgba(0,0,0,0.4);
586
+ }
598
587
  .leaflet-tooltip.leaflet-interactive {
599
- cursor: pointer;
600
- pointer-events: auto;
601
- }
588
+ cursor: pointer;
589
+ pointer-events: auto;
590
+ }
602
591
  .leaflet-tooltip-top:before,
603
592
  .leaflet-tooltip-bottom:before,
604
593
  .leaflet-tooltip-left:before,
605
594
  .leaflet-tooltip-right:before {
606
- position: absolute;
607
- pointer-events: none;
608
- border: 6px solid transparent;
609
- background: transparent;
610
- content: '';
611
- }
595
+ position: absolute;
596
+ pointer-events: none;
597
+ border: 6px solid transparent;
598
+ background: transparent;
599
+ content: "";
600
+ }
612
601
 
613
602
  /* Directions */
614
603
 
615
604
  .leaflet-tooltip-bottom {
616
- margin-top: 6px;
605
+ margin-top: 6px;
617
606
  }
618
607
  .leaflet-tooltip-top {
619
- margin-top: -6px;
608
+ margin-top: -6px;
620
609
  }
621
610
  .leaflet-tooltip-bottom:before,
622
611
  .leaflet-tooltip-top:before {
623
- left: 50%;
624
- margin-left: -6px;
625
- }
612
+ left: 50%;
613
+ margin-left: -6px;
614
+ }
626
615
  .leaflet-tooltip-top:before {
627
- bottom: 0;
628
- margin-bottom: -12px;
629
- border-top-color: #fff;
630
- }
616
+ bottom: 0;
617
+ margin-bottom: -12px;
618
+ border-top-color: #fff;
619
+ }
631
620
  .leaflet-tooltip-bottom:before {
632
- top: 0;
633
- margin-top: -12px;
634
- margin-left: -6px;
635
- border-bottom-color: #fff;
636
- }
621
+ top: 0;
622
+ margin-top: -12px;
623
+ margin-left: -6px;
624
+ border-bottom-color: #fff;
625
+ }
637
626
  .leaflet-tooltip-left {
638
- margin-left: -6px;
627
+ margin-left: -6px;
639
628
  }
640
629
  .leaflet-tooltip-right {
641
- margin-left: 6px;
630
+ margin-left: 6px;
642
631
  }
643
632
  .leaflet-tooltip-left:before,
644
633
  .leaflet-tooltip-right:before {
645
- top: 50%;
646
- margin-top: -6px;
647
- }
634
+ top: 50%;
635
+ margin-top: -6px;
636
+ }
648
637
  .leaflet-tooltip-left:before {
649
- right: 0;
650
- margin-right: -12px;
651
- border-left-color: #fff;
652
- }
638
+ right: 0;
639
+ margin-right: -12px;
640
+ border-left-color: #fff;
641
+ }
653
642
  .leaflet-tooltip-right:before {
654
- left: 0;
655
- margin-left: -12px;
656
- border-right-color: #fff;
657
- }
643
+ left: 0;
644
+ margin-left: -12px;
645
+ border-right-color: #fff;
646
+ }
658
647
 
659
648
  /* Printing */
660
-
649
+
661
650
  @media print {
662
- /* Prevent printers from removing background-images of controls. */
663
- .leaflet-control {
664
- -webkit-print-color-adjust: exact;
665
- color-adjust: exact;
666
- }
667
- }
651
+ /* Prevent printers from removing background-images of controls. */
652
+ .leaflet-control {
653
+ -webkit-print-color-adjust: exact;
654
+ print-color-adjust: exact;
655
+ }
656
+ }