Details
-
Change Request
-
Resolution: Duplicate
-
P1: Critical
-
None
-
None
Description
The mapType property in QML and QGraphicsGeoMap currently supports the following types:
- QGraphicsGeoMap::NoMap
- QGraphicsGeoMap::StreetMap
- QGraphicsGeoMap::SatelliteMapDay
- QGraphicsGeoMap::SatelliteMapNight
- QGraphicsGeoMap::TerrainMap
There is no way to extend the curret types to custom types. Examples of extentions asked for ar Radar and weather map types. Even simply different coloring schema are possible. This must work for QML interfaces as well.