Skip to content

[WIP] feat(demo): fix examples #304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 113 commits into
base: next
Choose a base branch
from

Conversation

remiHau
Copy link
Contributor

@remiHau remiHau commented May 3, 2025

To discuss

davinkevin and others added 30 commits August 1, 2018 16:25
- re-instantiate raster when source change
- add TileEvent(s) on XYZ and OSM
- add wrapX to ArcGISRest
- add example desciption
Neonox31 and others added 28 commits November 30, 2023 16:31
BREAKING CHANGE: all components inputs of type `Element` or `Node` are now of type `HTMLElement`
BREAKING CHANGE: all `olChangeActive` and `propertyChange` outputs are now `EventEmitter<ObjectEvent>`
BREAKING CHANGE: `FormatMVTComponent` : input `featureClass` is now of type `FeatureClass`
BREAKING CHANGE: `DragAndDropInteractionComponent` : input `formatConstructors` is now of type `FeatureFormat[]`
BREAKING CHANGE: `LayerComponent` : `prerender` and `postrender` inputs functions should now manage events of type `RenderEvent`
BREAKING CHANGE: `SourceImageArcGISRestComponent` : `attributions` input is now of type `AttributionLike`
BREAKING CHANGE: `SourceTileWMTSComponent` : `tileGrid` input is now of type `WMTSTileGrid`
BREAKING CHANGE: `SourceUTFGridComponent` : `tileJSON` input is now of type `Config`
BREAKING CHANGE: `StyleCircleComponent` : `snapToPixel` and `atlasManager` have been removed
BREAKING CHANGE: `StyleIconComponent` : `img` input is now of type `HTMLImageElement | HTMLCanvasElement`
BREAKING CHANGE: `MapComponent` : `prerender` output has been removed, `precompose` output has been added. `olClick`, `dblClick`, `pointerDrag`, `pointerMove`, `singleClick` outputs are now of type `EventEmitter<MapBrowserEvent<UIEvent>>`
BREAKING CHANGE: `ViewComponent` : `changeZoom` output has been removed
BREAKING CHANGE: `ol` peer dep is now `~6.15.1`
BREAKING CHANGE: `DrawInteractionComponent` : input `type` is now of type `Type`
BREAKING CHANGE: `SourceImageWMSComponent` : input `serverType` is now of type `ServerType`
BREAKING CHANGE: `OverlayComponent` : input `positioning` is now of type `Positioning`
BREAKING CHANGE: `SourceTileWMSComponent` : input `projection` is now of type `ProjectionLike` and input `serverType` is now of type `ServerType`
BREAKING CHANGE: `SourceTileWMTSComponent` : input `requestEncoding` is now of type `RequestEncoding`
BREAKING CHANGE: `ol` peer dep is now `~7.5.2`
BREAKING CHANGE: see all breaking changes from `ol` `7.0.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#700)
BREAKING CHANGE: see all breaking changes from `ol` `7.1.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#710)
BREAKING CHANGE: see all breaking changes from `ol` `7.2.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#720)
BREAKING CHANGE: see all breaking changes from `ol` `7.5.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#750)
BREAKING CHANGE: Angular 14 is no more supported
BREAKING CHANGE: `ol` peer dep is now `8.2.0`
BREAKING CHANGE: see all breaking changes from `ol` `8.0.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#800)
BREAKING CHANGE: Angular 15 is no more supported
@jeremy-eychenne
Copy link
Collaborator

Hi, thank you for your contribution. As we just merged next branch into main, can you please rebase this PR if it is still needed?

If this PR remains unchanged within 3 months, we will automatically close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.