@artstesh/maps 4.1.10 → 4.1.11

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.
@@ -390,6 +390,18 @@ class GetMapPositionExecutor extends PostboyExecutor {
390
390
  }
391
391
  GetMapPositionExecutor.ID = '52c95689-d09b-4082-ba58-9183ea96a213';
392
392
 
393
+ class GetFeaturesInAreaQuery extends PostboyCallbackMessage {
394
+ constructor(area, ignore = new Set()) {
395
+ super();
396
+ this.area = area;
397
+ this.ignore = ignore;
398
+ }
399
+ get id() {
400
+ return GetFeaturesInAreaQuery.ID;
401
+ }
402
+ }
403
+ GetFeaturesInAreaQuery.ID = 'efcf4271-a07a-40e0-9f02-d4dade40b8ac';
404
+
393
405
  class AddLayerCommand extends PostboyGenericMessage {
394
406
  constructor(layer) {
395
407
  super();
@@ -522,18 +534,6 @@ class FeatureService {
522
534
  }
523
535
  }
524
536
 
525
- class GetFeaturesInAreaQuery extends PostboyCallbackMessage {
526
- constructor(area, ignore = new Set()) {
527
- super();
528
- this.area = area;
529
- this.ignore = ignore;
530
- }
531
- get id() {
532
- return GetFeaturesInAreaQuery.ID;
533
- }
534
- }
535
- GetFeaturesInAreaQuery.ID = 'efcf4271-a07a-40e0-9f02-d4dade40b8ac';
536
-
537
537
  class FilterFeaturesInAreaExecutor extends PostboyExecutor {
538
538
  constructor(area, features) {
539
539
  super();
@@ -2483,5 +2483,5 @@ class StringifyFeatureHelper {
2483
2483
  * Generated bundle index. Do not edit.
2484
2484
  */
2485
2485
 
2486
- 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 };
2486
+ 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 };
2487
2487
  //# sourceMappingURL=maps-components.mjs.map