@artstesh/maps 6.0.5 → 6.0.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.
@@ -433,6 +433,20 @@ class GetFeaturesInAreaQuery extends PostboyCallbackMessage {
433
433
  }
434
434
  }
435
435
 
436
+ class FilterFeaturesInAreaExecutor extends PostboyExecutor {
437
+ area;
438
+ features;
439
+ static ID = '36bb2d94-8028-4512-90dd-2386af3fc67c';
440
+ constructor(area, features) {
441
+ super();
442
+ this.area = area;
443
+ this.features = features;
444
+ }
445
+ get id() {
446
+ return FilterFeaturesInAreaExecutor.ID;
447
+ }
448
+ }
449
+
436
450
  class AddLayerCommand extends PostboyGenericMessage {
437
451
  layer;
438
452
  static ID = 'd93e250f-92bc-43ac-9c6a-46c521a1aaa5';
@@ -574,20 +588,6 @@ class FeatureService {
574
588
  }
575
589
  }
576
590
 
577
- class FilterFeaturesInAreaExecutor extends PostboyExecutor {
578
- area;
579
- features;
580
- static ID = '36bb2d94-8028-4512-90dd-2386af3fc67c';
581
- constructor(area, features) {
582
- super();
583
- this.area = area;
584
- this.features = features;
585
- }
586
- get id() {
587
- return FilterFeaturesInAreaExecutor.ID;
588
- }
589
- }
590
-
591
591
  class GenerateDrawExecutor extends PostboyExecutor {
592
592
  layer;
593
593
  style;
@@ -2590,5 +2590,5 @@ class StringifyFeatureHelper {
2590
2590
  * Generated bundle index. Do not edit.
2591
2591
  */
2592
2592
 
2593
- export { AddControlCommand, CalculateAreaExecutor, CancelDrawingCommand, CancelFeatureModificationCommand, CloseTooltipCommand, ClusterLayerComponent, ClusterLayerSettings, DrawSelectionAreaCommand, DrawingType, FeatureLayerComponent, FeatureLayerSettings, FeatureOutputFormat, FitToPolygonsCommand, GetFeaturesInAreaQuery, GetMapPositionExecutor, MapClickEvent, MapControl, MapControlZoomComponent, MapLyrs, MapLyrsLabel, MapModule, MapMoveEndEvent, MapPlateComponent, MapPostboyService, MapRenderedEvent, MapSettings, MarkerModel, MarkerStyleHelper, MarkersComponent, MessageRegistratorService, ModifyFeatureCommand, OsmTileLayerComponent, PolygonModel, PolygonStyleHelper, PolygonsComponent, RemoveControlCommand, SetMapCenterCommand, StartDrawingCommand, StringifyFeatureHelper, TextStyleHelper, TileLayerComponent, TileLayerSettings, TooltipComponent, TooltipSettings, ZoomControlSettings };
2593
+ export { AddControlCommand, CalculateAreaExecutor, CancelDrawingCommand, CancelFeatureModificationCommand, CloseTooltipCommand, ClusterLayerComponent, ClusterLayerSettings, DrawSelectionAreaCommand, DrawingType, FeatureLayerComponent, FeatureLayerSettings, FeatureOutputFormat, FilterFeaturesInAreaExecutor, FitToPolygonsCommand, GetFeaturesInAreaQuery, GetMapPositionExecutor, MapClickEvent, MapControl, MapControlZoomComponent, MapLyrs, MapLyrsLabel, MapModule, MapMoveEndEvent, MapPlateComponent, MapPostboyService, MapRenderedEvent, MapSettings, MarkerModel, MarkerStyleHelper, MarkersComponent, MessageRegistratorService, ModifyFeatureCommand, OsmTileLayerComponent, PolygonModel, PolygonStyleHelper, PolygonsComponent, RemoveControlCommand, SetMapCenterCommand, StartDrawingCommand, StringifyFeatureHelper, TextStyleHelper, TileLayerComponent, TileLayerSettings, TooltipComponent, TooltipSettings, ZoomControlSettings };
2594
2594
  //# sourceMappingURL=maps-components.mjs.map