@artstesh/maps 6.0.3 → 6.0.4

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.
@@ -419,6 +419,20 @@ class GetMapPositionExecutor extends PostboyExecutor {
419
419
  }
420
420
  }
421
421
 
422
+ class GetFeaturesInAreaQuery extends PostboyCallbackMessage {
423
+ area;
424
+ ignore;
425
+ static ID = 'efcf4271-a07a-40e0-9f02-d4dade40b8ac';
426
+ constructor(area, ignore = new Set()) {
427
+ super();
428
+ this.area = area;
429
+ this.ignore = ignore;
430
+ }
431
+ get id() {
432
+ return GetFeaturesInAreaQuery.ID;
433
+ }
434
+ }
435
+
422
436
  class AddLayerCommand extends PostboyGenericMessage {
423
437
  layer;
424
438
  static ID = 'd93e250f-92bc-43ac-9c6a-46c521a1aaa5';
@@ -560,20 +574,6 @@ class FeatureService {
560
574
  }
561
575
  }
562
576
 
563
- class GetFeaturesInAreaQuery extends PostboyCallbackMessage {
564
- area;
565
- ignore;
566
- static ID = 'efcf4271-a07a-40e0-9f02-d4dade40b8ac';
567
- constructor(area, ignore = new Set()) {
568
- super();
569
- this.area = area;
570
- this.ignore = ignore;
571
- }
572
- get id() {
573
- return GetFeaturesInAreaQuery.ID;
574
- }
575
- }
576
-
577
577
  class FilterFeaturesInAreaExecutor extends PostboyExecutor {
578
578
  area;
579
579
  features;
@@ -2553,5 +2553,5 @@ class StringifyFeatureHelper {
2553
2553
  * Generated bundle index. Do not edit.
2554
2554
  */
2555
2555
 
2556
- export { AddControlCommand, CalculateAreaExecutor, CancelDrawingCommand, CancelFeatureModificationCommand, CloseTooltipCommand, ClusterLayerComponent, ClusterLayerSettings, DrawSelectionAreaCommand, DrawingType, FeatureLayerComponent, FeatureLayerSettings, FeatureOutputFormat, FitToPolygonsCommand, 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 };
2556
+ 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 };
2557
2557
  //# sourceMappingURL=maps-components.mjs.map