/usr/share/osgearth/maps/annotation.earth is in osgearth-data 2.4.0+dfsg-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | <!--
osgEarth Sample - Annotations
-->
<map name="readymap.org" type="geocentric" version="2">
<image name="ReadyMap.org - Imagery" driver="tms">
<url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
</image>
<elevation name="ReadyMap.org - Elevation" driver="tms">
<url>http://readymap.org/readymap/tiles/1.0.0/9/</url>
</elevation>
<options>
<terrain>
<lighting>false</lighting>
<sample_ratio>0.125</sample_ratio>
</terrain>
<!-- <cache_policy usage="cache_only"/> -->
</options>
<external>
<viewpoints>
<viewpoint name="Annotation Samples"
lat="33" long="-118" range="500000"
heading="35.27" pitch="-35" />
</viewpoints>
<annotations>
<label text="Los Angeles">
<position lat="34.051" long="-117.974" alt="100" mode="relative"/>
<style type="text/css">
text-align: center_center;
text-size: 20;
text-declutter: true;
</style>
</label>
<place text="San Diego">
<position lat="32.73" long="-117.17"/>
<icon>http://demo.pelicanmapping.com/icons/gmaps/yoga.png</icon>
<style type="text/css">
text-declutter: true;
</style>
</place>
<circle name="draped circle">
<position lat="34.051" long="-117.974"/>
<radius value="50" units="km"/>
<style type="text/css">
fill: #ffff0080;
altitude-clamping: terrain;
altitude-technique: drape;
</style>
</circle>
<ellipse name="ellipse relative">
<position lat="34.051" long="-116" hat="5000"/>
<radius_major value="50" units="km"/>
<radius_minor value="40" units="km"/>
<style type="text/css">
fill: #ffff0080;
</style>
</ellipse>
<ellipse name="ellipse extruded">
<position lat="32.73" long="-119.0"/>
<radius_major value="50" units="km"/>
<radius_minor value="20" units="km"/>
<style type="text/css">
fill: #ff7f007f;
stroke: #ff0000ff;
extrusion-height: 5000;
</style>
</ellipse>
<rectangle name="absolute rectangle">
<position lat="32.2" long="-118" alt="1000"/>
<width value="50" units="nm"/>
<height value="25" units="nm"/>
<style type="text/css">
stroke: #00ffff;
stroke-width: 2;
</style>
</rectangle>
<feature name="extruded line">
<srs>wgs84</srs>
<geometry>
LINESTRING(-120.37 34.039, -120.09 33.96, -119.75 34, -118.43 33.37, -118.48 32.88)
</geometry>
<style type="text/css">
fill: #ff00ff7f;
stroke: #ffff00;
stroke-width: 3;
extrusion-height: 30000;
render-lighting: false;
</style>
</feature>
<feature name="gpu clamped line">
<srs>wgs84</srs>
<geometry>
LINESTRING(-120 37, -120 33, -118 33, -118 32)
</geometry>
<style type="text/css">
stroke: #ff3000;
stroke-width: 3;
stroke-tessellation: 100;
altitude-clamping: terrain;
altitude-technique: gpu;
render-lighting: false;
</style>
</feature>
<model name="flag model">
<url>/usr/share/osgearth/data/red_flag.osg.18000.scale</url>
<position lat="33" long="-117.75" hat="0"/>
</model>
<imageoverlay>
<url>/usr/share/osgearth/data/fractal.png</url>
<alpha>1.0</alpha>
<geometry>POLYGON((-81 26, -80.5 26, -80.5 26.5, -81 26.5))</geometry>
</imageoverlay>
<label text="image overlay">
<position lat="26" long="-81" />
</label>
<local_geometry name="3D geometry">
<geometry>
POLYGON((0 0 0, -1000 0 25000, -5000 0 25000, 0 0 30000, 5000 0 25000, 1000 0 25000))
</geometry>
<position lat="33.4" long="-116.6" hat="0"/>
<style type="text/css">
fill: #00ff00;
stroke: #ffff00;
render-lighting: false;
</style>
</local_geometry>
<circle name="scene-clamped circle">
<position lat="33.4" long="-116.6"/>
<radius value="5" units="km"/>
<style type="text/css">
fill: #afafff9f;
render-lighting: false;
</style>
</circle>
</annotations>
</external>
</map>
|