[kde-edu]: Marble: a wrong coordinates for Tangshan(China)

Liang Qi cavendish.qi at gmail.com
Fri Feb 1 11:42:28 CET 2008


kdeedu/marble/data/placemarks/cityplacemarks.kml

    <Placemark>
        <name>Tangshan</name>
        <state>Hebei</state>
        <Country>
        <countrycode>CN</countrycode>
        </Country>
        <role>N</role>
        <pop>822000</pop>
        <Point>
            <coordinates>114.73,37.33</coordinates>
        </Point>
    </Placemark>

should be:

    <Placemark>
        <name>Tangshan</name>
        <state>Hebei</state>
        <Country>
        <countrycode>CN</countrycode>
        </Country>
        <role>N</role>
        <pop>822000</pop>
        <Point>
            <coordinates>118.02,39.63</coordinates>
        </Point>
    </Placemark>


Thanks a lot.

Regards,
Liang


More information about the kde-edu mailing list