[Kstars-devel] List of observatories in Marble
Médéric Boquien
mboquien at free.fr
Wed Mar 4 03:27:20 CET 2009
Hi list,
I have just committed the support of astronomical observatories to Marble. If
you run trunk you can see them, for instance zooming in on Chile. The list of
observatories i have committed has been extracted from the kstars current
database. The idea is not to lose a feature when switching to Marble for the
location picker, someday.
I have added the observatories to marble/data/placemarks/otherplacemarks.kml.
An example of a placemark is:
<Placemark>
<name>Allegheny Observatory</name>
<role>A</role>
<pop>100000</pop>
<Point>
<coordinates>-80.0205555556,40.4833333333</coordinates>
</Point>
</Placemark>
Role indicates the type of placemark, always A here, pop is the popularity, it
defines when it should be displayed. For now its value is always 100000, but it
could be tweaked according to the importance of the observatory. The
coordinates are self-explanatory. Note that for now there is no metadata. You
can see an example of such medata at the beginning of otherplacemarks.kml, in
the descriptio field of the RMS Titanic.
So, what can be done now:
* add new observatories as the list is very uncomplete,
* add metadata,
* tweak the popularity
In case your are interested, you can test modifying otherplacemarks.kml and
following the instructions given in marble/data/placemarks/HOWTO-cities.txt
from point 3 (replacing cityplacemarks.kml by otherplacemarks.kml)
Regards,
Médéric
More information about the Kstars-devel
mailing list