@opengeoweb/core 9.3.1 → 9.4.0
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/index.esm.js +10 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -3026,6 +3026,7 @@ var LayerRowConnect = function LayerRowConnect(_ref) {
|
|
|
3026
3026
|
layerIndex: layerIndex
|
|
3027
3027
|
}, settings === null || settings === void 0 ? void 0 : settings.deleteLayer)),
|
|
3028
3028
|
layerShowLayerInfoLayout: /*#__PURE__*/React.createElement(LayerInfoButtonConnect, {
|
|
3029
|
+
isLayerMissing: !serviceLayer,
|
|
3029
3030
|
layer: selectedLayer,
|
|
3030
3031
|
mapId: mapId,
|
|
3031
3032
|
serviceName: currentService === null || currentService === void 0 ? void 0 : currentService.name
|
|
@@ -4326,6 +4327,15 @@ var availableProjections = [{
|
|
|
4326
4327
|
right: 1356591.6745628114,
|
|
4327
4328
|
top: 1154804.4779891823
|
|
4328
4329
|
}
|
|
4330
|
+
}, {
|
|
4331
|
+
name: 'ETRS89 / TM35FIN(E,N) -- Finland',
|
|
4332
|
+
value: 'EPSG:3067',
|
|
4333
|
+
bbox: {
|
|
4334
|
+
left: -1197402.0,
|
|
4335
|
+
bottom: 6439686.0,
|
|
4336
|
+
right: 2090705,
|
|
4337
|
+
top: 7975202
|
|
4338
|
+
}
|
|
4329
4339
|
}];
|
|
4330
4340
|
var ProjectionSelect = function ProjectionSelect(_ref) {
|
|
4331
4341
|
var currentProjection = _ref.currentProjection,
|