LMX
Jump to navigation
Jump to search
This article is a stub. You can help OpenStreetMap by expanding it.
LMX or Nokia Landmark Exchange is a filetype for saving POI based on XML. It is provided by the Location Application shipped on Nokia Phones supporting GPS.
Example
<?xml version="1.0" encoding="UTF-8"?>
<lm:lmx xmlns:lm="http://www.nokia.com/schemas/location/landmarks/1/0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nokia.com/schemas/location/landmarks/1/0/ lmx.xsd">
<lm:landmarkCollection>
<lm:name>Landmarks</lm:name>
<lm:landmark>
<lm:name>Test1</lm:name>
<lm:description></lm:description>
<lm:coordinates>
<lm:latitude>-10.638511373849</lm:latitude>
<lm:longitude>-35.088649525559</lm:longitude>
<lm:altitude>19</lm:altitude>
<lm:horizontalAccuracy>25.7000007629395</lm:horizontalAccuracy>
<lm:verticalAccuracy>35</lm:verticalAccuracy>
</lm:coordinates>
<lm:addressInfo>
<lm:street></lm:street>
<lm:postalCode></lm:postalCode>
<lm:city></lm:city>
<lm:state></lm:state>
<lm:country></lm:country>
<lm:phoneNumber></lm:phoneNumber>
</lm:addressInfo>
</lm:landmark>
<lm:landmark>
<lm:name>Test2</lm:name>
<lm:description></lm:description>
<lm:coordinates>
<lm:latitude>-10.63999404814</lm:latitude>
<lm:longitude>-35.087603799715</lm:longitude>
<lm:altitude>6.5</lm:altitude>
<lm:horizontalAccuracy>54.3800010681152</lm:horizontalAccuracy>
<lm:verticalAccuracy>1</lm:verticalAccuracy>
</lm:coordinates>
<lm:addressInfo>
<lm:street></lm:street>
<lm:postalCode></lm:postalCode>
<lm:city></lm:city>
<lm:state></lm:state>
<lm:country></lm:country>
<lm:phoneNumber></lm:phoneNumber>
</lm:addressInfo>
</lm:landmark>
<lm:landmark>
<lm:name>Test3</lm:name>
<lm:description></lm:description>
<lm:coordinates>
<lm:latitude>-10.637985074348</lm:latitude>
<lm:longitude>-35.087385702677</lm:longitude>
<lm:altitude>10</lm:altitude>
<lm:horizontalAccuracy>22.1800003051758</lm:horizontalAccuracy>
<lm:verticalAccuracy>44</lm:verticalAccuracy>
</lm:coordinates>
<lm:addressInfo>
<lm:street></lm:street>
<lm:postalCode></lm:postalCode>
<lm:city></lm:city>
<lm:state></lm:state>
<lm:country></lm:country>
<lm:phoneNumber></lm:phoneNumber>
</lm:addressInfo>
</lm:landmark>
</lm:landmarkCollection>
</lm:lmx>
See also
- Lmx Converter - Windows utility for convert LMX files to other formats