Skip to content

Commit

Permalink
Add GeoJSONFeature missing export (#5567)
Browse files Browse the repository at this point in the history
* Add GeoJSONFeature missing export

* Add changelog
  • Loading branch information
HarelM authored Mar 3, 2025
1 parent b6f4277 commit 350ca7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

- Fix AbortController signal listener memory leak in frameAsync and sendAsync. ([#5561](https://github.com/maplibre/maplibre-gl-js/pull/5561))
- Remove closeButton event listener on popup.remove(). ([#5564](https://github.com/maplibre/maplibre-gl-js/pull/5564))
- Add missing `GeoJSONFeature` type to library export as it is exposed by `querySourceFeatures` ([#5567](https://github.com/maplibre/maplibre-gl-js/pull/5567))
- _...Add new stuff here..._

## 5.1.1

Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import {KeyboardHandler} from './ui/handler/keyboard';
import {TwoFingersTouchPitchHandler, TwoFingersTouchRotateHandler, TwoFingersTouchZoomHandler} from './ui/handler/two_fingers_touch';
import {MessageType} from './util/actor_messages';
import {createTileMesh} from './util/create_tile_mesh';
import type {GeoJSONFeature} from './util/vectortile_to_geojson';
const version = packageJSON.version;

export type * from '@maplibre/maplibre-gl-style-spec';
Expand Down Expand Up @@ -237,6 +238,7 @@ export {
type MapDataEvent,
type MapContextEvent,
type ErrorEvent,
type GeoJSONFeature,
setRTLTextPlugin,
getRTLTextPluginStatus,
prewarm,
Expand Down

0 comments on commit 350ca7e

Please sign in to comment.