mapicgc-gl-js 0.0.53 → 0.0.55
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/dist/mapicgc-gl.css +2 -7
- package/dist/mapicgc-gl.js +75 -75
- package/dist/mapicgc-gl.umd.js +75 -75
- package/docu_Map.md +0 -0
- package/package.json +8 -2
- package/public/mapicgc-gl.css +2 -7
- package/src/map/Map.js +65 -32
- package/test/exemples/addBasemap.html +61 -18
- package/test/exemples/addCompare.html +53 -54
- package/test/exemples/addControl.html +2 -2
- package/test/exemples/addFeatureQuery.html +2 -1
- package/test/exemples/addLayerGeojson.html +2 -1
- package/test/exemples/addLogo.html +6 -3
- package/test/exemples/addMapStyle.html +1 -1
- package/test/exemples/addMarker.html +3 -0
- package/test/exemples/addVectorLayerICGC.html +6 -6
- package/test/exemples/fetchData.html +5 -6
- package/test/exemples/fetchDataAndMenu.html +9 -4
- package/test/exemples/styleOrto3D.html +4 -3
- package/test/exemples/InstamapsExport.gpkg +0 -0
- package/test/exemples/changeSymbolColor.html +0 -59
package/dist/mapicgc-gl.css
CHANGED
|
@@ -460,6 +460,7 @@ a.maplibregl-ctrl-logo.maplibregl-compact {
|
|
|
460
460
|
position: absolute;
|
|
461
461
|
top: 0;
|
|
462
462
|
will-change: transform;
|
|
463
|
+
z-index: 9999999;
|
|
463
464
|
}
|
|
464
465
|
.maplibregl-popup-anchor-top,
|
|
465
466
|
.maplibregl-popup-anchor-top-left,
|
|
@@ -930,13 +931,7 @@ background: #d4d4d4;
|
|
|
930
931
|
|
|
931
932
|
|
|
932
933
|
|
|
933
|
-
|
|
934
|
-
display: flex;
|
|
935
|
-
flex-direction: row;
|
|
936
|
-
bottom: 1px;
|
|
937
|
-
position: absolute;
|
|
938
|
-
left: 10px;
|
|
939
|
-
}
|
|
934
|
+
|
|
940
935
|
#marker {
|
|
941
936
|
background-image: url('https://maplibre.org/maplibre-gl-js/docs/assets/washington-monument.jpg');
|
|
942
937
|
background-size: cover;
|