-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Maputnik as local editing tool #6
Comments
Better to just have a binary people can download an run and then they visit the editor in the browser (than embedding a browser itself). The desktop/server executable is in a different repo since it really is just wrapping around the actual web based editor: https://github.com/maputnik/desktop With Golang cross platform is really easy (and embedding works also well). But it also exposes a local style file to the editor so it can edit it and can notify about file changes via websockets. |
This use case has been solved now. I am successfully editing local style JSONs. |
It is quite easy to package Maputnik into an Electron app (or https://github.com/miketheprogrammer/go-thrust executable).
This means we have the following advantages:
I want to keep the web version (with local storage support) because I think for most people this will be a cool way to play around with maps and get to know vector tiles.
This is just about packaging it up as a binary with embedded chromium.
Or run it as local server and open a web page in the browser.
Links:
The text was updated successfully, but these errors were encountered: