Nowadays we have at our disposal very precise digital elevation models. I think it would be really useful for scenario developers to have a way to import this information automatically into the Command Ops maps editor. Perhaps the easiest approach for Panther Games would be to allow importing the contour lines from an external XML file. This would save a lot of time and would increase the accuracy of the maps. Given the vectorial nature of the information handled by Command Ops, I guess such XML might have a format similar to this:
<Map>
<AltitudeLayers>
<Layer altitude="80">
<Polygon .... />
</Layer>
</AltitudeLayers>
</Map>
Allowing such a representation would make it very easy for the community to create external tools to export digital elevation models into that XML format. I would for example create a tool to transform data from GeoJSON format into the given XML format in a matter of days. I would also be pleased to share my knowledge about how to generate contour lines with the community around Command Ops in the form of a tutorial.
¿What do you think?
<Map>
<AltitudeLayers>
<Layer altitude="80">
<Polygon .... />
</Layer>
</AltitudeLayers>
</Map>
Allowing such a representation would make it very easy for the community to create external tools to export digital elevation models into that XML format. I would for example create a tool to transform data from GeoJSON format into the given XML format in a matter of days. I would also be pleased to share my knowledge about how to generate contour lines with the community around Command Ops in the form of a tutorial.
¿What do you think?