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

move map rendering to independent app #2

Open
kohllisti opened this issue Mar 12, 2019 · 1 comment
Open

move map rendering to independent app #2

kohllisti opened this issue Mar 12, 2019 · 1 comment
Labels
nice to have Not essential for functionality, but still nice^^

Comments

@kohllisti
Copy link
Contributor

Create an independent repository to contain the map rendering functionality.

@iomn
Copy link
Contributor

iomn commented Nov 12, 2019

We tried to do this but it introduced new complexity because of the following reasons: Rendering service is an async tasks, as backend is. We would need to synchronize both but with different identifiers (as the rendering service renders everything as input and does not know maps and so on). Basic work is done in https://github.com/aktionskarten/renderer . It is more a longterm goal.

@kohllisti kohllisti added the nice to have Not essential for functionality, but still nice^^ label Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have Not essential for functionality, but still nice^^
Projects
None yet
Development

No branches or pull requests

2 participants