Developer Blog

  • Basic QtQuick Map Application: Adding a Draw Control

    Building on the article on adding a layer control to a QtQuick application, learn how to add tools for drawing basic shapes as well as tactical symbols on the map.

    Read more…

  • Basic QtQuick Map Application : Adding a Layer Control

    In this tutorial, you will learn how to modify the existing QtQuick sample and add a LayerControl to it. We will replace the QML form to have a collapsible side panel, allowing to display a layer tree. The layer control will be populated from code through a model and will allow toggling on and off…

    Read more…

  • Dynamic Runtime Condition Variables

    When using Carmenta Engine, there are times in which you want to be more specific about your visualization. Perhaps your visualization is only suitable for certain type of observers, at certain zoom levels or at certain times of the day. These are what we refer to as dynamical runtime condition variables. They exist as a…

    Read more…