Measure Map XML format: .MMP files
[Expand All Nodes], [Collapse All Nodes]
- <?xml version="1.0" encoding="UTF-8"?>
- <POLYGONS>
- <POLYGON>
- <NAME> XXXXXXXXXXXXXXX </NAME>
- <DESCRIPTION> XXXXXXXXXXXXXXX </DESCRIPTION>
- <ISHOLE> 0/1 </ISHOLE>
- 0: The polygon is considered as an inner polygon. (Default)
- 1: The Polygon is considered as a hole.
- <BLOCKED> 0/1</BLOCKED>
- 0: The polygon is unlocked and can be edited.
- 1: The Polygon is locked and can not be edited. (Default)
- <SHAPE> 0/1/2</SHAPE>
- 0: No shape. It's an ordinary polygon. (Default)
- 1: Circle.
- 2: Rectangle.
- <NOSURFACE> 0/1</NOSURFACE>
- 0: Consider the area of the polygon. (Default)
- 1: Do not consider the area or surface, just the perimeter
- <SHOWPINS> 0/1</SHOWPINS>
- 0: Display a pin for every point.
- 1: Do not display pins. (Default)
- <SHOWDISTANCES> 0/1</SHOWDISTANCES>
- 0: Do not display intermediate distances between consecutive points.
- 1: display intermediate distances between consecutive points.
- <LINECOLOR> 0/1/2/3/4/5/6</LINECOLOR>
- Basic color of the line. For a wider range of colors, use value 6 and use LINECUSTOMCOLOR element
- 0: Red
- 1: Blue
- 2: Green
- 3: Yellow
- 4: White
- 5: Black
- 6: Custom Color. See next element
- <LINECUSTOMCOLOR> XXYYZZ</LINECUSTOMCOLOR>
- Hexadecima value for the color of the line, where
- XX: hex red value
- YY: hex green value
- ZZ: hex blue value
- <LINEWIDTH> 1..10</LINEWIDTH>
- Line width (range from 1 pixel to 10)
- <AREACOLOR> 0/1/2/3/4/5/6</AREACOLOR>
- Basic color of the area. For a wider range of colors, use value 6 and use AREACUSTOMCOLOR element
- 0: Red
- 1: Blue
- 2: Green
- 3: Yellow
- 4: White
- 5: Black
- 6: Custom Color. See next element
- <AREACUSTOMCOLOR> XXYYZZ</AREACUSTOMCOLOR>
- Hexadecima value for the color, where
- XX: hex red value
- YY: hex green value
- ZZ: hex blue value
- <AREATRANSPARENCY> 1..10</AREATRANSPARENCY>
- Transparecency of the area: from 1 (less transparent) to 10 (most transparent)
- <SHOWAREAMEASURE> 0/1</SHOWAREAMEASURE>
- 0: Do not display a label with the measured area of the polygon.
- 1: Display a label with the measured area of the polygon. (Default)
- <SHOWPERIMETERMEASURE> 0/1</SHOWPERIMETERMEASURE>
- 0: Do not display a label with the measured perimeter of the polygon. (Default)
- 1: Display a label with the measured perimeter of the polygon.
- <COORDINATEPOLYGONLABELLONGITUDE> float</COORDINATEPOLYGONLABELLONGITUDE>
- The Longitude coordinate in WGS84 system where the label with the name of the polygon will be displayed.
- <COORDINATEPOLYGONLABELLATITUDE> float</COORDINATEPOLYGONLABELLATITUDE>
- The Latitude coordinate in WGS84 system where the label with the name of the polygon will be displayed.
- <COORDINATEPERIMETERLABELLONGITUDE> float</COORDINATEPOLYGONLABELLONGITUDE>
- The Longitude coordinate in WGS84 system where the label of the perimeter will be displayed.
- <COORDINATEPERIMETERLABELLATITUDE> float</COORDINATEPERIMETERLABELLATITUDE>
- The Latitude coordinate in WGS84 system where the label of the perimeter will be displayed.
- <COORDINATEAREALABELLONGITUDE> float</COORDINATEAREALABELLONGITUDE>
- The Longitude coordinate in WGS84 system where the label of the area will be displayed.
- <COORDINATEAREALABELLATITUDE> float</COORDINATEAREALABELLATITUDE>
- The Latitude coordinate in WGS84 system where the label of the area will be displayed.
- <POINTS>
- <POINT>
- <LAT> float</LAT>
- The Latitude coordinate of the point in WGS84 system.
- <LONG> float</LONG>
- The Longitude coordinate of the point in WGS84 system.
- <ALT> float</ALT>
- Altitude of the point over the sea level in meters.
- <DESCPOINT>
- <SHOWDESC> 0/1</SHOWDESC>
- 0: Do not display the description of the point on the map. (Default)
- 1: Display the description of the point on the map.
- <SHOWDESCINREPORT> 0/1</SHOWDESCINREPORT>
- 0: Do not display the description of the point on the report. (Default)
- 1: Display the description of the point on the report.
- <DESC> XXXXXXXXXXXXXXX</DESC>
- The text description of the point.
- <DESCLAT> float</DESCLAT>
- The Latitude coordinate in WGS84 system where the label with the description of the point will be displayed.
- <DESCLONG> float</DESCLONG>
- The Longitude coordinate in WGS84 system where the label with the description of the point will be displayed.
- </DESCPOINT>
- </POINT>
- ...
- <POINT>
- </POINT>
- </POINTS>
- </POLYGON>
- ...
- <POLYGON>
- </POLYGON>
- </POLYGONS>
Please contact me here victor@blueblinkone.com if you have any question or suggestion.