@artstesh/maps 1.1.19 → 1.1.21
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/bundles/maps-components-src-map.umd.js +14 -13
- package/dist/bundles/maps-components-src-map.umd.js.map +1 -1
- package/dist/bundles/maps-components.umd.js +14 -13
- package/dist/bundles/maps-components.umd.js.map +1 -1
- package/dist/esm2015/map/messages/index.js +2 -1
- package/dist/esm2015/src/map/messages/index.js +2 -1
- package/dist/fesm2015/maps-components-src-map.js +10 -10
- package/dist/fesm2015/maps-components-src-map.js.map +1 -1
- package/dist/fesm2015/maps-components.js +10 -10
- package/dist/fesm2015/maps-components.js.map +1 -1
- package/dist/map/messages/index.d.ts +1 -0
- package/dist/src/map/messages/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1189,6 +1189,19 @@
|
|
|
1189
1189
|
}(postboy.PostboyCallbackMessage));
|
|
1190
1190
|
GetFeaturesInPointQuery.ID = '99bbc56f-34a2-4064-8300-13bb3d0662c1';
|
|
1191
1191
|
|
|
1192
|
+
var FitToFeaturesCommand = /** @class */ (function (_super) {
|
|
1193
|
+
__extends(FitToFeaturesCommand, _super);
|
|
1194
|
+
function FitToFeaturesCommand(features, zoomAfter) {
|
|
1195
|
+
if (zoomAfter === void 0) { zoomAfter = 0; }
|
|
1196
|
+
var _this = _super.call(this) || this;
|
|
1197
|
+
_this.features = features;
|
|
1198
|
+
_this.zoomAfter = zoomAfter;
|
|
1199
|
+
return _this;
|
|
1200
|
+
}
|
|
1201
|
+
return FitToFeaturesCommand;
|
|
1202
|
+
}(postboy.PostboyGenericMessage));
|
|
1203
|
+
FitToFeaturesCommand.ID = '04d67609-0b4c-4f52-aa53-ad0a3db967dc';
|
|
1204
|
+
|
|
1192
1205
|
var AddLayerCommand = /** @class */ (function (_super) {
|
|
1193
1206
|
__extends(AddLayerCommand, _super);
|
|
1194
1207
|
function AddLayerCommand(layer) {
|
|
@@ -1245,19 +1258,6 @@
|
|
|
1245
1258
|
}(postboy.PostboyGenericMessage));
|
|
1246
1259
|
RemoveTileCommand.ID = 'dab0f861-bb25-46da-9388-717bfaae798f';
|
|
1247
1260
|
|
|
1248
|
-
var FitToFeaturesCommand = /** @class */ (function (_super) {
|
|
1249
|
-
__extends(FitToFeaturesCommand, _super);
|
|
1250
|
-
function FitToFeaturesCommand(features, zoomAfter) {
|
|
1251
|
-
if (zoomAfter === void 0) { zoomAfter = 0; }
|
|
1252
|
-
var _this = _super.call(this) || this;
|
|
1253
|
-
_this.features = features;
|
|
1254
|
-
_this.zoomAfter = zoomAfter;
|
|
1255
|
-
return _this;
|
|
1256
|
-
}
|
|
1257
|
-
return FitToFeaturesCommand;
|
|
1258
|
-
}(postboy.PostboyGenericMessage));
|
|
1259
|
-
FitToFeaturesCommand.ID = '04d67609-0b4c-4f52-aa53-ad0a3db967dc';
|
|
1260
|
-
|
|
1261
1261
|
var GetLayerQuery = /** @class */ (function (_super) {
|
|
1262
1262
|
__extends(GetLayerQuery, _super);
|
|
1263
1263
|
function GetLayerQuery(name) {
|
|
@@ -3538,6 +3538,7 @@
|
|
|
3538
3538
|
exports.FeatureLayerSettings = FeatureLayerSettings;
|
|
3539
3539
|
exports.FilterFeaturesInAreaExecutor = FilterFeaturesInAreaExecutor;
|
|
3540
3540
|
exports.FilterFeaturesInPointExecutor = FilterFeaturesInPointExecutor;
|
|
3541
|
+
exports.FitToFeaturesCommand = FitToFeaturesCommand;
|
|
3541
3542
|
exports.FitToPolygonsCommand = FitToPolygonsCommand;
|
|
3542
3543
|
exports.GetFeaturesInAreaQuery = GetFeaturesInAreaQuery;
|
|
3543
3544
|
exports.GetFeaturesInPointQuery = GetFeaturesInPointQuery;
|