This small QtQuick application is a viewer of the original TacOps map files. It reads the terrain and displays it using the color-code scheme similar to that of the original found in the "Terrain analysis" menu.
The program was created as a quick visualization for the map format parser developed elsewhere, and has currently only the basic functionality like view and zoom. Hopefully, some day it will be developed into a full-featured map editor for the free and open-source reimplementation of TacOps.
Work in progress.
- add simple UI
- use QML
Canvasfor performance, as some maps can be pretty large - overlaying of map image, 1 km and 10 km graticules
- extended terrain info on mouse hover
- visualization of LOS (Line-of-Sight)
- map file manipulations and terrain editing