-
Notifications
You must be signed in to change notification settings - Fork 97
[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
remiHau
wants to merge
113
commits into
quentinlampin:next
Choose a base branch
from
remiHau:feat-demo-fix-examples
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- re-instantiate raster when source change - add TileEvent(s) on XYZ and OSM - add wrapX to ArcGISRest - add example desciption
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
Hi, thank you for your contribution. As we just merged 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To discuss