OCAP2 / OCAP

OCAP is an Arma 3 mission recording suite. It consists of a serverside addon and a packaged web server executable that allows for after-action review and better insight into what really happened.
Other
58 stars 14 forks source link

Web create leaflet tiles #24

Open Fank opened 3 years ago

Fank commented 3 years ago

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

Fank commented 3 years ago

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
];
Fank commented 3 years ago

Some svgs i extracted https://drive.google.com/drive/folders/1l9QqHD1cTqaySrz2U6vqsXQW8CgNYHKh?usp=sharing

FrozenDroid commented 2 years ago

@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.

Fank commented 2 years ago

No i stopped any progress on this, because i tried to work on 3d map.

FrozenDroid commented 2 years ago

That's even more cool. Have you come along with that at all? Where is the repo for that?

Fank commented 2 years ago

It is that one https://github.com/OCAP2/web/tree/deckgl-proto but draft. I suspended any development for unknown time, because i am not doing anything with ArmA atm.