Skip to content
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

Layer is reponsible for its renderer #8922

Merged
merged 2 commits into from
Nov 14, 2018
Merged

Conversation

fgravin
Copy link
Contributor

@fgravin fgravin commented Nov 13, 2018

Move layer rendering logic from Map renderer to Layer.
Each layer instanciates its own renderer. The layer new render() method is in charge to manage the rendering of the layer.
This aims to add new layer type along with completly different rendering logic (SVG, WebGL, ...).

Start to rework the layer render do have no dependency on the map renderer, that should be removed in the end.

Work in progress, direction to be confirmed.

@fgravin fgravin changed the title [wip] Layer is reponsible for its renderer Layer is reponsible for its renderer Nov 13, 2018
@tschaub tschaub merged commit d6e8711 into openlayers:master Nov 14, 2018
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.

2 participants