-
Notifications
You must be signed in to change notification settings - Fork 13
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
Web create leaflet tiles #24
Comments
Preferred command: diag_exportTerrainSVG [
"C:\Users\USERNAME\Desktop\map.svg",
false, // no location names
false, // no grid
false, // no countlines
true, // show tree objects
false, // no hight points
true // simple roads
]; |
Some svgs i extracted https://drive.google.com/drive/folders/1l9QqHD1cTqaySrz2U6vqsXQW8CgNYHKh?usp=sharing |
@Fank what is the progress on this? Using SVGs to render the map, to me, makes a lot more sense. Could be a lot more efficient, and also look a lot better. |
No i stopped any progress on this, because i tried to work on 3d map. |
That's even more cool. Have you come along with that at all? Where is the repo for that? |
It is that one https://github.com/OCAP2/web/tree/deckgl-proto but draft. |
@Fank Hello! I was wondering, how do you run the |
The web should create leaflet tiles based on a exported svg from diag_exportTerrainSVG or any other map image.
This would make it easier to create tiles for new maps which aren't supported yet.
Example i found https://github.com/andrewdodd/leaflet-go-map-tiling
The text was updated successfully, but these errors were encountered: