@igo2/core 1.13.0 → 1.13.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.
- package/__ivy_ngcc__/locale/en.context.json +1 -0
- package/__ivy_ngcc__/locale/en.geo.json +19 -4
- package/__ivy_ngcc__/locale/en.json +20 -4
- package/__ivy_ngcc__/locale/fr.context.json +1 -0
- package/__ivy_ngcc__/locale/fr.geo.json +18 -3
- package/__ivy_ngcc__/locale/fr.json +19 -3
- package/esm2020/lib/config/version.mjs +3 -3
- package/esm2020/lib/language/shared/language.service.mjs +5 -1
- package/esm2020/lib/message/shared/message.enum.mjs +2 -1
- package/esm2020/lib/message/shared/message.interface.mjs +1 -1
- package/esm2020/lib/message/shared/message.service.mjs +101 -23
- package/esm2020/lib/request/error.interceptor.mjs +9 -2
- package/fesm2015/igo2-core.mjs +114 -26
- package/fesm2015/igo2-core.mjs.map +1 -1
- package/fesm2020/igo2-core.mjs +114 -26
- package/fesm2020/igo2-core.mjs.map +1 -1
- package/lib/language/shared/language.service.d.ts +2 -0
- package/lib/message/shared/message.enum.d.ts +2 -1
- package/lib/message/shared/message.interface.d.ts +3 -0
- package/lib/message/shared/message.service.d.ts +7 -4
- package/lib/request/error.interceptor.d.ts +1 -1
- package/locale/en.context.json +1 -0
- package/locale/en.geo.json +19 -4
- package/locale/en.json +20 -4
- package/locale/fr.context.json +1 -0
- package/locale/fr.geo.json +18 -3
- package/locale/fr.json +19 -3
- package/package.json +3 -3
- package/style/index.theming.scss +105 -43
package/locale/en.json
CHANGED
|
@@ -224,6 +224,7 @@
|
|
|
224
224
|
"copyMsg": "Link copied to clipboard",
|
|
225
225
|
"copyTitle": "Link"
|
|
226
226
|
},
|
|
227
|
+
"htmlClarifications": "",
|
|
227
228
|
"errorTitle": "Share Map error",
|
|
228
229
|
"placeholderLink": "Link",
|
|
229
230
|
"included": "Included in shared URL :",
|
|
@@ -418,6 +419,8 @@
|
|
|
418
419
|
"importSizeMax": "The file size limit is {{size}} Mb",
|
|
419
420
|
"importFormatAuthorized": "Formats authorized: geojson, kml, gpx, gml, shapefile",
|
|
420
421
|
"importShpZip": "Shapefiles must be zipped AND geometries stored in Latitude Longitude coordinate (EPSG:4326/WGS:84)",
|
|
422
|
+
"importHtmlClarifications": "",
|
|
423
|
+
"exportHtmlClarifications": "",
|
|
421
424
|
"other": "other",
|
|
422
425
|
"others": "others",
|
|
423
426
|
"projections": {
|
|
@@ -483,7 +486,8 @@
|
|
|
483
486
|
"placeholderSnrc": "Ex: 21L14",
|
|
484
487
|
"selectOperator": "Select an operator",
|
|
485
488
|
"sliderModeTitle": "Time slider",
|
|
486
|
-
"reportingDate": "Reporting date"
|
|
489
|
+
"reportingDate": "Reporting date",
|
|
490
|
+
"noFilterableLayer": "No layer can be filtered in the current map"
|
|
487
491
|
},
|
|
488
492
|
"spatialSelector": {
|
|
489
493
|
"fixedExtent": "Fixed extent",
|
|
@@ -535,6 +539,10 @@
|
|
|
535
539
|
"noLayersVisibleWithShowAllButtonButZoom": "No layer currently visible. If you zoom in the map, some layers will appear OR activate the button above to see all the legends.",
|
|
536
540
|
"noLayersVisible": "No layers currently visible.",
|
|
537
541
|
"noLayersVisibleButZoom": "No layers currently visible. However, if you zoom in the map, some layers will appear."
|
|
542
|
+
},
|
|
543
|
+
"style": {
|
|
544
|
+
"styleModal": "Edit style",
|
|
545
|
+
"styleModalTooltip": "Edit the style of the selected entities "
|
|
538
546
|
}
|
|
539
547
|
},
|
|
540
548
|
"download": {
|
|
@@ -545,7 +553,8 @@
|
|
|
545
553
|
},
|
|
546
554
|
"mapButtons": {
|
|
547
555
|
"baselayerSwitcher": "Change base layer",
|
|
548
|
-
"geolocate": "
|
|
556
|
+
"geolocate": "Show geolocation",
|
|
557
|
+
"geolocateInactive": "Hide geolocation",
|
|
549
558
|
"home-extent": "Go to the home map extent",
|
|
550
559
|
"offline": "Offline mode",
|
|
551
560
|
"online": "Online mode",
|
|
@@ -694,6 +703,7 @@
|
|
|
694
703
|
"layer.title": "Layer",
|
|
695
704
|
"layer.placeholder": "Search for a layer",
|
|
696
705
|
"ichercheReverse.name": "Search by coordinates",
|
|
706
|
+
"clearSearch": "Clear search",
|
|
697
707
|
"ilayer": {
|
|
698
708
|
"name": "Layers",
|
|
699
709
|
"properties": {
|
|
@@ -975,7 +985,10 @@
|
|
|
975
985
|
"toggleMapTooltips": "Show map tooltips",
|
|
976
986
|
"undo": "Remove last vertex",
|
|
977
987
|
"fontSize": "Font size",
|
|
978
|
-
"fontStyle": "Font style"
|
|
988
|
+
"fontStyle": "Font style",
|
|
989
|
+
"offsetX": "Horizontal offset",
|
|
990
|
+
"offsetY": "Vertical offset",
|
|
991
|
+
"changeLabel": "Double click on label to change it"
|
|
979
992
|
},
|
|
980
993
|
"network": {
|
|
981
994
|
"online": {
|
|
@@ -1009,7 +1022,10 @@
|
|
|
1009
1022
|
"maxLength": "{{column}} is longer than {{value}} characters"
|
|
1010
1023
|
},
|
|
1011
1024
|
"query": {
|
|
1012
|
-
"featureCountMax": "You may have more feature queryable on {{value}}. Zoom in to ensure you have access to all features."
|
|
1025
|
+
"featureCountMax": "You may have more feature queryable on {{value}}. Zoom in to ensure you have access to all features.",
|
|
1026
|
+
"link": {
|
|
1027
|
+
"message": "Hyperlink copied to clipboard"
|
|
1028
|
+
}
|
|
1013
1029
|
}
|
|
1014
1030
|
},
|
|
1015
1031
|
"integration": {
|
package/locale/fr.context.json
CHANGED
package/locale/fr.geo.json
CHANGED
|
@@ -137,6 +137,8 @@
|
|
|
137
137
|
"importSizeMax": "La taille limite du fichier est de {{size}} Mo",
|
|
138
138
|
"importFormatAuthorized": "Formats autorisés: geojson, kml, gpx, gml, shapefile",
|
|
139
139
|
"importShpZip": "Les shapefiles doivent être compressés (zippés) ET leurs géométries doivent être en coordonnées Latitude Longitude (EPSG:4326/WGS84)",
|
|
140
|
+
"importHtmlClarifications": "",
|
|
141
|
+
"exportHtmlClarifications": "",
|
|
140
142
|
"other": "autre",
|
|
141
143
|
"others": "autres",
|
|
142
144
|
"projections": {
|
|
@@ -202,7 +204,8 @@
|
|
|
202
204
|
"placeholderSnrc": "Ex: 21L14",
|
|
203
205
|
"selectOperator": "Choisir un opérateur",
|
|
204
206
|
"sliderModeTitle": "Curseur temporel",
|
|
205
|
-
"reportingDate": "Date de signalement"
|
|
207
|
+
"reportingDate": "Date de signalement",
|
|
208
|
+
"noFilterableLayer": "Aucune couche ne peut être filtrée dans la carte actuelle"
|
|
206
209
|
},
|
|
207
210
|
"spatialSelector": {
|
|
208
211
|
"fixedExtent": "Étendue fixe",
|
|
@@ -254,6 +257,10 @@
|
|
|
254
257
|
"noLayersVisibleWithShowAllButtonButZoom": "Aucune couche actuellement visible. Si vous zoomez dans la carte, certaines couches apparaîtront OU activez le bouton ci haut pour voir toutes les légendes.",
|
|
255
258
|
"noLayersVisible": "Aucune couche actuellement visible.",
|
|
256
259
|
"noLayersVisibleButZoom": "Aucune couche actuellement visible. Par contre, si vous zoomez dans la carte, certaines couches apparaîtront."
|
|
260
|
+
},
|
|
261
|
+
"style": {
|
|
262
|
+
"styleModal": "Modifier le style",
|
|
263
|
+
"styleModalTooltip": "Éditer le style des entités sélectionnées"
|
|
257
264
|
}
|
|
258
265
|
},
|
|
259
266
|
"download": {
|
|
@@ -265,6 +272,7 @@
|
|
|
265
272
|
"mapButtons": {
|
|
266
273
|
"baselayerSwitcher": "Changer le fond de carte",
|
|
267
274
|
"geolocate": "Afficher votre position",
|
|
275
|
+
"geolocateInactive": "Masquer votre position",
|
|
268
276
|
"home-extent": "Aller à l'étendue de la carte",
|
|
269
277
|
"offline": "Passer en mode hors-ligne",
|
|
270
278
|
"online": "Passer en mode en ligne",
|
|
@@ -414,6 +422,7 @@
|
|
|
414
422
|
"layer.title": "Couche de données",
|
|
415
423
|
"layer.placeholder": "Rechercher une couche de données.",
|
|
416
424
|
"ichercheReverse.name": "Recherche par coordonnées",
|
|
425
|
+
"clearSearch": "Effacer la recherche",
|
|
417
426
|
"ilayer": {
|
|
418
427
|
"name": "Couches",
|
|
419
428
|
"properties": {
|
|
@@ -696,7 +705,10 @@
|
|
|
696
705
|
"toggleMapTooltips": "Afficher les étiquettes",
|
|
697
706
|
"undo": "Retirer le dernier sommet",
|
|
698
707
|
"fontSize": "Taille de police",
|
|
699
|
-
"fontStyle": "Style de police"
|
|
708
|
+
"fontStyle": "Style de police",
|
|
709
|
+
"offsetX": "Décalage horizontal",
|
|
710
|
+
"offsetY": "Décalage vertical",
|
|
711
|
+
"changeLabel": "Double-cliquer sur l'étiquette pour la modifier"
|
|
700
712
|
},
|
|
701
713
|
"network": {
|
|
702
714
|
"online": {
|
|
@@ -730,7 +742,10 @@
|
|
|
730
742
|
"maxLength": "{{column}} doit être plus court que {{value}} caractères"
|
|
731
743
|
},
|
|
732
744
|
"query": {
|
|
733
|
-
"featureCountMax": "Vous pourriez avoir plus d'entités interrogeables sur la couche {{value}}. Pour vous en assurer, vous pouvez zoomer et redéclencher l'interrogation."
|
|
745
|
+
"featureCountMax": "Vous pourriez avoir plus d'entités interrogeables sur la couche {{value}}. Pour vous en assurer, vous pouvez zoomer et redéclencher l'interrogation.",
|
|
746
|
+
"link": {
|
|
747
|
+
"message": "Le lien a été copié dans le presse-papier"
|
|
748
|
+
}
|
|
734
749
|
}
|
|
735
750
|
}
|
|
736
751
|
}
|
package/locale/fr.json
CHANGED
|
@@ -228,6 +228,7 @@
|
|
|
228
228
|
"copyMsg": "Lien copié",
|
|
229
229
|
"copyTitle": "Lien"
|
|
230
230
|
},
|
|
231
|
+
"htmlClarifications": "",
|
|
231
232
|
"errorTitle": "Erreur lors du partage",
|
|
232
233
|
"placeholderLink": "Lien",
|
|
233
234
|
"included": "Inclus dans le lien de partage :",
|
|
@@ -422,6 +423,8 @@
|
|
|
422
423
|
"importSizeMax": "La taille limite du fichier est de {{size}} Mo",
|
|
423
424
|
"importFormatAuthorized": "Formats autorisés: geojson, kml, gpx, gml, shapefile",
|
|
424
425
|
"importShpZip": "Les shapefiles doivent être compressés (zippés) ET leurs géométries doivent être en coordonnées Latitude Longitude (EPSG:4326/WGS84)",
|
|
426
|
+
"importHtmlClarifications": "",
|
|
427
|
+
"exportHtmlClarifications": "",
|
|
425
428
|
"other": "autre",
|
|
426
429
|
"others": "autres",
|
|
427
430
|
"projections": {
|
|
@@ -487,7 +490,8 @@
|
|
|
487
490
|
"placeholderSnrc": "Ex: 21L14",
|
|
488
491
|
"selectOperator": "Choisir un opérateur",
|
|
489
492
|
"sliderModeTitle": "Curseur temporel",
|
|
490
|
-
"reportingDate": "Date de signalement"
|
|
493
|
+
"reportingDate": "Date de signalement",
|
|
494
|
+
"noFilterableLayer": "Aucune couche ne peut être filtrée dans la carte actuelle"
|
|
491
495
|
},
|
|
492
496
|
"spatialSelector": {
|
|
493
497
|
"fixedExtent": "Étendue fixe",
|
|
@@ -539,6 +543,10 @@
|
|
|
539
543
|
"noLayersVisibleWithShowAllButtonButZoom": "Aucune couche actuellement visible. Si vous zoomez dans la carte, certaines couches apparaîtront OU activez le bouton ci haut pour voir toutes les légendes.",
|
|
540
544
|
"noLayersVisible": "Aucune couche actuellement visible.",
|
|
541
545
|
"noLayersVisibleButZoom": "Aucune couche actuellement visible. Par contre, si vous zoomez dans la carte, certaines couches apparaîtront."
|
|
546
|
+
},
|
|
547
|
+
"style": {
|
|
548
|
+
"styleModal": "Modifier le style",
|
|
549
|
+
"styleModalTooltip": "Éditer le style des entités sélectionnées"
|
|
542
550
|
}
|
|
543
551
|
},
|
|
544
552
|
"download": {
|
|
@@ -550,6 +558,7 @@
|
|
|
550
558
|
"mapButtons": {
|
|
551
559
|
"baselayerSwitcher": "Changer le fond de carte",
|
|
552
560
|
"geolocate": "Afficher votre position",
|
|
561
|
+
"geolocateInactive": "Masquer votre position",
|
|
553
562
|
"home-extent": "Aller à l'étendue de la carte",
|
|
554
563
|
"offline": "Passer en mode hors-ligne",
|
|
555
564
|
"online": "Passer en mode en ligne",
|
|
@@ -698,6 +707,7 @@
|
|
|
698
707
|
"layer.title": "Couche de données",
|
|
699
708
|
"layer.placeholder": "Rechercher une couche de données.",
|
|
700
709
|
"ichercheReverse.name": "Recherche par coordonnées",
|
|
710
|
+
"clearSearch": "Effacer la recherche",
|
|
701
711
|
"ilayer": {
|
|
702
712
|
"name": "Couches",
|
|
703
713
|
"properties": {
|
|
@@ -980,7 +990,10 @@
|
|
|
980
990
|
"toggleMapTooltips": "Afficher les étiquettes",
|
|
981
991
|
"undo": "Retirer le dernier sommet",
|
|
982
992
|
"fontSize": "Taille de police",
|
|
983
|
-
"fontStyle": "Style de police"
|
|
993
|
+
"fontStyle": "Style de police",
|
|
994
|
+
"offsetX": "Décalage horizontal",
|
|
995
|
+
"offsetY": "Décalage vertical",
|
|
996
|
+
"changeLabel": "Double-cliquer sur l'étiquette pour la modifier"
|
|
984
997
|
},
|
|
985
998
|
"network": {
|
|
986
999
|
"online": {
|
|
@@ -1014,7 +1027,10 @@
|
|
|
1014
1027
|
"maxLength": "{{column}} doit être plus court que {{value}} caractères"
|
|
1015
1028
|
},
|
|
1016
1029
|
"query": {
|
|
1017
|
-
"featureCountMax": "Vous pourriez avoir plus d'entités interrogeables sur la couche {{value}}. Pour vous en assurer, vous pouvez zoomer et redéclencher l'interrogation."
|
|
1030
|
+
"featureCountMax": "Vous pourriez avoir plus d'entités interrogeables sur la couche {{value}}. Pour vous en assurer, vous pouvez zoomer et redéclencher l'interrogation.",
|
|
1031
|
+
"link": {
|
|
1032
|
+
"message": "Le lien a été copié dans le presse-papier"
|
|
1033
|
+
}
|
|
1018
1034
|
}
|
|
1019
1035
|
},
|
|
1020
1036
|
"integration": {
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/core",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"description": "IGO Library",
|
|
5
|
-
"author": "
|
|
5
|
+
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"igo"
|
|
8
8
|
],
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@angular/cdk": "^14.1.2",
|
|
24
24
|
"@angular/common": "^14.1.2",
|
|
25
25
|
"@angular/core": "^14.1.2",
|
|
26
|
-
"@igo2/utils": "^1.13.
|
|
26
|
+
"@igo2/utils": "^1.13.1",
|
|
27
27
|
"rxjs": "^7.5.6",
|
|
28
28
|
"ngx-indexed-db": "^11.0.2",
|
|
29
29
|
"ngx-toastr": "^15.0.0"
|
package/style/index.theming.scss
CHANGED
|
@@ -271,9 +271,16 @@ button.toast-close-button {
|
|
|
271
271
|
.toast-error {
|
|
272
272
|
background-color: mat.get-color-from-palette($warn);
|
|
273
273
|
}
|
|
274
|
+
|
|
274
275
|
.toast-info {
|
|
275
276
|
background-color: mat.get-color-from-palette($primary);
|
|
276
277
|
}
|
|
278
|
+
|
|
279
|
+
.toast-no-icon {
|
|
280
|
+
background-image: none;
|
|
281
|
+
padding-left: 6%;
|
|
282
|
+
}
|
|
283
|
+
|
|
277
284
|
.toast-title {
|
|
278
285
|
line-height: 23px;
|
|
279
286
|
font-size: 15px;
|
|
@@ -285,6 +292,7 @@ button.toast-close-button {
|
|
|
285
292
|
font-size: mat.font-size($typography, subheading-2);
|
|
286
293
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
287
294
|
}
|
|
295
|
+
|
|
288
296
|
}
|
|
289
297
|
|
|
290
298
|
.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:hsla(0,0%,100%,.75);cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:hsla(0,0%,100%,.75)}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:rgba(0,0,0,.75)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:rgba(0,0,0,.75)}.shepherd-button:disabled{cursor:not-allowed}
|
|
@@ -544,11 +552,22 @@ button.toast-close-button {
|
|
|
544
552
|
}
|
|
545
553
|
}
|
|
546
554
|
|
|
555
|
+
:root,
|
|
556
|
+
:host {
|
|
557
|
+
--ol-background-color: white;
|
|
558
|
+
--ol-accent-background-color: #F5F5F5;
|
|
559
|
+
--ol-subtle-background-color: rgba(128, 128, 128, 0.25);
|
|
560
|
+
--ol-partial-background-color: rgba(255, 255, 255, 0.75);
|
|
561
|
+
--ol-foreground-color: #333333;
|
|
562
|
+
--ol-subtle-foreground-color: #666666;
|
|
563
|
+
--ol-brand-color: #00AAFF;
|
|
564
|
+
}
|
|
565
|
+
|
|
547
566
|
.ol-box {
|
|
548
567
|
box-sizing: border-box;
|
|
549
568
|
border-radius: 2px;
|
|
550
|
-
border: 1.5px solid
|
|
551
|
-
background-color:
|
|
569
|
+
border: 1.5px solid var(--ol-background-color);
|
|
570
|
+
background-color: var(--ol-partial-background-color);
|
|
552
571
|
}
|
|
553
572
|
|
|
554
573
|
.ol-mouse-position {
|
|
@@ -558,124 +577,142 @@ button.toast-close-button {
|
|
|
558
577
|
}
|
|
559
578
|
|
|
560
579
|
.ol-scale-line {
|
|
561
|
-
background:
|
|
580
|
+
background: var(--ol-partial-background-color);
|
|
562
581
|
border-radius: 4px;
|
|
563
582
|
bottom: 8px;
|
|
564
583
|
left: 8px;
|
|
565
584
|
padding: 2px;
|
|
566
585
|
position: absolute;
|
|
567
586
|
}
|
|
587
|
+
|
|
568
588
|
.ol-scale-line-inner {
|
|
569
|
-
border: 1px solid
|
|
589
|
+
border: 1px solid var(--ol-subtle-foreground-color);
|
|
570
590
|
border-top: none;
|
|
571
|
-
color:
|
|
591
|
+
color: var(--ol-foreground-color);
|
|
572
592
|
font-size: 10px;
|
|
573
593
|
text-align: center;
|
|
574
594
|
margin: 1px;
|
|
575
595
|
will-change: contents, width;
|
|
576
596
|
transition: all 0.25s;
|
|
577
597
|
}
|
|
578
|
-
|
|
579
|
-
background-color: #000000;
|
|
580
|
-
}
|
|
581
|
-
.ol-scale-singlebar-odd{
|
|
582
|
-
background-color: #ffffff;
|
|
583
|
-
}
|
|
598
|
+
|
|
584
599
|
.ol-scale-bar {
|
|
585
600
|
position: absolute;
|
|
586
601
|
bottom: 8px;
|
|
587
602
|
left: 8px;
|
|
588
603
|
}
|
|
604
|
+
|
|
605
|
+
.ol-scale-bar-inner {
|
|
606
|
+
display: flex;
|
|
607
|
+
}
|
|
608
|
+
|
|
589
609
|
.ol-scale-step-marker {
|
|
590
610
|
width: 1px;
|
|
591
611
|
height: 15px;
|
|
592
|
-
background-color:
|
|
612
|
+
background-color: var(--ol-foreground-color);
|
|
593
613
|
float: right;
|
|
594
614
|
z-index: 10;
|
|
595
615
|
}
|
|
616
|
+
|
|
596
617
|
.ol-scale-step-text {
|
|
597
618
|
position: absolute;
|
|
598
619
|
bottom: -5px;
|
|
599
|
-
font-size:
|
|
620
|
+
font-size: 10px;
|
|
600
621
|
z-index: 11;
|
|
601
|
-
color:
|
|
602
|
-
text-shadow: -
|
|
622
|
+
color: var(--ol-foreground-color);
|
|
623
|
+
text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
|
|
603
624
|
}
|
|
625
|
+
|
|
604
626
|
.ol-scale-text {
|
|
605
627
|
position: absolute;
|
|
606
|
-
font-size:
|
|
628
|
+
font-size: 12px;
|
|
607
629
|
text-align: center;
|
|
608
630
|
bottom: 25px;
|
|
609
|
-
color:
|
|
610
|
-
text-shadow: -
|
|
631
|
+
color: var(--ol-foreground-color);
|
|
632
|
+
text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
|
|
611
633
|
}
|
|
634
|
+
|
|
612
635
|
.ol-scale-singlebar {
|
|
613
636
|
position: relative;
|
|
614
637
|
height: 10px;
|
|
615
638
|
z-index: 9;
|
|
616
639
|
box-sizing: border-box;
|
|
617
|
-
border: 1px solid
|
|
640
|
+
border: 1px solid var(--ol-foreground-color);
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.ol-scale-singlebar-even {
|
|
644
|
+
background-color: var(--ol-subtle-foreground-color);
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.ol-scale-singlebar-odd {
|
|
648
|
+
background-color: var(--ol-background-color);
|
|
618
649
|
}
|
|
619
650
|
|
|
620
651
|
.ol-unsupported {
|
|
621
652
|
display: none;
|
|
622
653
|
}
|
|
623
|
-
|
|
654
|
+
|
|
655
|
+
.ol-viewport,
|
|
656
|
+
.ol-unselectable {
|
|
624
657
|
-webkit-touch-callout: none;
|
|
625
658
|
-webkit-user-select: none;
|
|
626
659
|
-moz-user-select: none;
|
|
627
|
-
-ms-user-select: none;
|
|
628
660
|
user-select: none;
|
|
629
|
-
-webkit-tap-highlight-color:
|
|
661
|
+
-webkit-tap-highlight-color: transparent;
|
|
630
662
|
}
|
|
663
|
+
|
|
631
664
|
.ol-viewport canvas {
|
|
632
665
|
all: unset;
|
|
633
666
|
}
|
|
667
|
+
|
|
634
668
|
.ol-selectable {
|
|
635
669
|
-webkit-touch-callout: default;
|
|
636
670
|
-webkit-user-select: text;
|
|
637
671
|
-moz-user-select: text;
|
|
638
|
-
-ms-user-select: text;
|
|
639
672
|
user-select: text;
|
|
640
673
|
}
|
|
674
|
+
|
|
641
675
|
.ol-grabbing {
|
|
642
676
|
cursor: -webkit-grabbing;
|
|
643
677
|
cursor: -moz-grabbing;
|
|
644
678
|
cursor: grabbing;
|
|
645
679
|
}
|
|
680
|
+
|
|
646
681
|
.ol-grab {
|
|
647
682
|
cursor: move;
|
|
648
683
|
cursor: -webkit-grab;
|
|
649
684
|
cursor: -moz-grab;
|
|
650
685
|
cursor: grab;
|
|
651
686
|
}
|
|
687
|
+
|
|
652
688
|
.ol-control {
|
|
653
689
|
position: absolute;
|
|
654
|
-
background-color:
|
|
690
|
+
background-color: var(--ol-subtle-background-color);
|
|
655
691
|
border-radius: 4px;
|
|
656
|
-
padding: 2px;
|
|
657
|
-
}
|
|
658
|
-
.ol-control:hover {
|
|
659
|
-
background-color: rgba(255,255,255,0.6);
|
|
660
692
|
}
|
|
693
|
+
|
|
661
694
|
.ol-zoom {
|
|
662
695
|
top: .5em;
|
|
663
696
|
left: .5em;
|
|
664
697
|
}
|
|
698
|
+
|
|
665
699
|
.ol-rotate {
|
|
666
700
|
top: .5em;
|
|
667
701
|
right: .5em;
|
|
668
702
|
transition: opacity .25s linear, visibility 0s linear;
|
|
669
703
|
}
|
|
704
|
+
|
|
670
705
|
.ol-rotate.ol-hidden {
|
|
671
706
|
opacity: 0;
|
|
672
707
|
visibility: hidden;
|
|
673
708
|
transition: opacity .25s linear, visibility 0s linear .25s;
|
|
674
709
|
}
|
|
710
|
+
|
|
675
711
|
.ol-zoom-extent {
|
|
676
712
|
top: 4.643em;
|
|
677
713
|
left: .5em;
|
|
678
714
|
}
|
|
715
|
+
|
|
679
716
|
.ol-full-screen {
|
|
680
717
|
right: .5em;
|
|
681
718
|
top: .5em;
|
|
@@ -685,7 +722,7 @@ button.toast-close-button {
|
|
|
685
722
|
display: block;
|
|
686
723
|
margin: 1px;
|
|
687
724
|
padding: 0;
|
|
688
|
-
color:
|
|
725
|
+
color: var(--ol-subtle-foreground-color);
|
|
689
726
|
font-weight: bold;
|
|
690
727
|
text-decoration: none;
|
|
691
728
|
font-size: inherit;
|
|
@@ -693,42 +730,49 @@ button.toast-close-button {
|
|
|
693
730
|
height: 1.375em;
|
|
694
731
|
width: 1.375em;
|
|
695
732
|
line-height: .4em;
|
|
696
|
-
background-color:
|
|
733
|
+
background-color: var(--ol-background-color);
|
|
697
734
|
border: none;
|
|
698
735
|
border-radius: 2px;
|
|
699
736
|
}
|
|
737
|
+
|
|
700
738
|
.ol-control button::-moz-focus-inner {
|
|
701
739
|
border: none;
|
|
702
740
|
padding: 0;
|
|
703
741
|
}
|
|
742
|
+
|
|
704
743
|
.ol-zoom-extent button {
|
|
705
744
|
line-height: 1.4em;
|
|
706
745
|
}
|
|
746
|
+
|
|
707
747
|
.ol-compass {
|
|
708
748
|
display: block;
|
|
709
749
|
font-weight: normal;
|
|
710
|
-
font-size: 1.2em;
|
|
711
750
|
will-change: transform;
|
|
712
751
|
}
|
|
752
|
+
|
|
713
753
|
.ol-touch .ol-control button {
|
|
714
754
|
font-size: 1.5em;
|
|
715
755
|
}
|
|
756
|
+
|
|
716
757
|
.ol-touch .ol-zoom-extent {
|
|
717
758
|
top: 5.5em;
|
|
718
759
|
}
|
|
760
|
+
|
|
719
761
|
.ol-control button:hover,
|
|
720
762
|
.ol-control button:focus {
|
|
721
763
|
text-decoration: none;
|
|
722
|
-
|
|
764
|
+
outline: 1px solid var(--ol-subtle-foreground-color);
|
|
765
|
+
color: var(--ol-foreground-color);
|
|
723
766
|
}
|
|
767
|
+
|
|
724
768
|
.ol-zoom .ol-zoom-in {
|
|
725
769
|
border-radius: 2px 2px 0 0;
|
|
726
770
|
}
|
|
771
|
+
|
|
727
772
|
.ol-zoom .ol-zoom-out {
|
|
728
773
|
border-radius: 0 0 2px 2px;
|
|
729
774
|
}
|
|
730
775
|
|
|
731
|
-
|
|
732
776
|
.ol-attribution {
|
|
733
777
|
text-align: right;
|
|
734
778
|
bottom: .5em;
|
|
@@ -738,47 +782,58 @@ button.toast-close-button {
|
|
|
738
782
|
flex-flow: row-reverse;
|
|
739
783
|
align-items: center;
|
|
740
784
|
}
|
|
785
|
+
|
|
741
786
|
.ol-attribution a {
|
|
742
|
-
color:
|
|
787
|
+
color: var(--ol-subtle-foreground-color);
|
|
743
788
|
text-decoration: none;
|
|
744
789
|
}
|
|
790
|
+
|
|
745
791
|
.ol-attribution ul {
|
|
746
792
|
margin: 0;
|
|
747
793
|
padding: 1px .5em;
|
|
748
|
-
color:
|
|
749
|
-
text-shadow: 0 0 2px
|
|
794
|
+
color: var(--ol-foreground-color);
|
|
795
|
+
text-shadow: 0 0 2px var(--ol-background-color);
|
|
750
796
|
font-size: 12px;
|
|
751
797
|
}
|
|
798
|
+
|
|
752
799
|
.ol-attribution li {
|
|
753
800
|
display: inline;
|
|
754
801
|
list-style: none;
|
|
755
802
|
}
|
|
803
|
+
|
|
756
804
|
.ol-attribution li:not(:last-child):after {
|
|
757
805
|
content: " ";
|
|
758
806
|
}
|
|
807
|
+
|
|
759
808
|
.ol-attribution img {
|
|
760
809
|
max-height: 2em;
|
|
761
810
|
max-width: inherit;
|
|
762
811
|
vertical-align: middle;
|
|
763
812
|
}
|
|
813
|
+
|
|
764
814
|
.ol-attribution button {
|
|
765
815
|
flex-shrink: 0;
|
|
766
816
|
}
|
|
817
|
+
|
|
767
818
|
.ol-attribution.ol-collapsed ul {
|
|
768
819
|
display: none;
|
|
769
820
|
}
|
|
821
|
+
|
|
770
822
|
.ol-attribution:not(.ol-collapsed) {
|
|
771
|
-
background:
|
|
823
|
+
background: var(--ol-partial-background-color);
|
|
772
824
|
}
|
|
825
|
+
|
|
773
826
|
.ol-attribution.ol-uncollapsible {
|
|
774
827
|
bottom: 0;
|
|
775
828
|
right: 0;
|
|
776
829
|
border-radius: 4px 0 0;
|
|
777
830
|
}
|
|
831
|
+
|
|
778
832
|
.ol-attribution.ol-uncollapsible img {
|
|
779
833
|
margin-top: -.2em;
|
|
780
834
|
max-height: 1.6em;
|
|
781
835
|
}
|
|
836
|
+
|
|
782
837
|
.ol-attribution.ol-uncollapsible button {
|
|
783
838
|
display: none;
|
|
784
839
|
}
|
|
@@ -788,6 +843,7 @@ button.toast-close-button {
|
|
|
788
843
|
left: .5em;
|
|
789
844
|
height: 200px;
|
|
790
845
|
}
|
|
846
|
+
|
|
791
847
|
.ol-zoomslider button {
|
|
792
848
|
position: relative;
|
|
793
849
|
height: 10px;
|
|
@@ -801,35 +857,41 @@ button.toast-close-button {
|
|
|
801
857
|
left: 0.5em;
|
|
802
858
|
bottom: 0.5em;
|
|
803
859
|
}
|
|
860
|
+
|
|
804
861
|
.ol-overviewmap.ol-uncollapsible {
|
|
805
862
|
bottom: 0;
|
|
806
863
|
left: 0;
|
|
807
864
|
border-radius: 0 4px 0 0;
|
|
808
865
|
}
|
|
866
|
+
|
|
809
867
|
.ol-overviewmap .ol-overviewmap-map,
|
|
810
868
|
.ol-overviewmap button {
|
|
811
869
|
display: block;
|
|
812
870
|
}
|
|
871
|
+
|
|
813
872
|
.ol-overviewmap .ol-overviewmap-map {
|
|
814
|
-
border: 1px solid
|
|
873
|
+
border: 1px solid var(--ol-subtle-foreground-color);
|
|
815
874
|
height: 150px;
|
|
816
|
-
margin: 2px;
|
|
817
875
|
width: 150px;
|
|
818
876
|
}
|
|
877
|
+
|
|
819
878
|
.ol-overviewmap:not(.ol-collapsed) button {
|
|
820
|
-
bottom:
|
|
821
|
-
left:
|
|
879
|
+
bottom: 0;
|
|
880
|
+
left: 0;
|
|
822
881
|
position: absolute;
|
|
823
882
|
}
|
|
883
|
+
|
|
824
884
|
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
|
|
825
885
|
.ol-overviewmap.ol-uncollapsible button {
|
|
826
886
|
display: none;
|
|
827
887
|
}
|
|
888
|
+
|
|
828
889
|
.ol-overviewmap:not(.ol-collapsed) {
|
|
829
|
-
background:
|
|
890
|
+
background: var(--ol-subtle-background-color);
|
|
830
891
|
}
|
|
892
|
+
|
|
831
893
|
.ol-overviewmap-box {
|
|
832
|
-
border:
|
|
894
|
+
border: 1.5px dotted var(--ol-subtle-foreground-color);
|
|
833
895
|
}
|
|
834
896
|
|
|
835
897
|
.ol-overviewmap .ol-overviewmap-box:hover {
|