mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-03 07:21:14 -05:00
60a7b63cc1
Support different map types (Aviation, Street and Satellite) Add display of airspaces and NAVAIDs. Display photo of highlighted aircraft.
26 lines
824 B
Plaintext
26 lines
824 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>map/map.qml</file>
|
|
<file>map/MapStation.qml</file>
|
|
<file>map/aircraft_2engine.png</file>
|
|
<file>map/aircraft_2enginesmall.png</file>
|
|
<file>map/aircraft_4engine.png</file>
|
|
<file>map/aircraft_helicopter.png</file>
|
|
<file>map/aircraft_light.png</file>
|
|
<file>map/aircraft_space.png</file>
|
|
<file>map/aircraft_drone.png</file>
|
|
<file>map/aircraft_fighter.png</file>
|
|
<file>map/airport_large.png</file>
|
|
<file>map/airport_medium.png</file>
|
|
<file>map/airport_small.png</file>
|
|
<file>map/heliport.png</file>
|
|
<file>map/antenna.png</file>
|
|
<file>map/truck.png</file>
|
|
<file>map/VOR.png</file>
|
|
<file>map/VOR-DME.png</file>
|
|
<file>map/VORTAC.png</file>
|
|
<file>map/NDB.png</file>
|
|
<file>map/DME.png</file>
|
|
</qresource>
|
|
</RCC>
|