/usr/share/osgearth/maps/graticules.earth is in osgearth-data 2.9.0+dfsg-1.
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 | <!--
osgEarth Sample - Graticules
Run this with osgearth_toc to toggle the various graticule types on and off.
-->
<map name="osgEarth Graticules" type="geocentric">
<image name="readymap_imagery" driver="tms">
<url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
</image>
<gars_graticule name="GARS" visible="false">
</gars_graticule>
<mgrs_graticule name="MGRS" visible="true">
<sqid_data>/usr/share/osgearth/data/mgrs_sqid.bin</sqid_data>
<styles>
<style type="text/css">
gzd {
stroke: #ff000059;
stroke-width: 4px;
stroke-tessellation: 20;
text-fill: #7f7f7fff;
text-align: left_bottom;
}
100000 {
stroke: #ffff0059;
stroke-width: 3px;
text-size: 28;
text-fill: #ffffff7f;
text-align: left_bottom;
}
10000 {
stroke: #00ff0059;
stroke-width: 2px;
}
1000 {
stroke: #7f7fff59;
stroke-width: 2px;
}
100 {
stroke: #ffffff59;
stroke-width: 1px;
}
10 {
stroke: #ffffff59;
stroke-width: 1px;
}
1 {
stroke: #ffffff59;
stroke-width: 1px;
}
</style>
</styles>
</mgrs_graticule>
<mgrs_graticule name="UTM" visible="false">
<use_default_styles>false</use_default_styles>
<styles>
<style type="text/css">
gzd {
stroke: #ffffff59;
stroke-width: 3px;
stroke-tessellation: 20;
text-fill: #7f7f7fff;
text-align: left_bottom;
}
</style>
</styles>
</mgrs_graticule>
<geodetic_graticule name="Geodetic" visible="false">
<color>#ffff007f</color>
<label_color>#ffffffff</label_color>
<grid_lines>10</grid_lines>
<resolutions>10 5 2.5 1.0 0.5 0.25 0.125 0.0625 0.3125</resolutions>
</geodetic_graticule>
</map>
|