mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
22 lines
540 B
HTML
22 lines
540 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Map version 1.2 XML file format</title>
|
||
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>Map version 1.2 XML file format</h1>
|
||
|
<p>For human-readable Map format description, see the
|
||
|
<a href="http://www.gpxsee.org/doc#online">GPXSee documentation page</a>, for
|
||
|
XML validation use the <a href="http://www.gpxsee.org/map/1.2/map.xsd">XSD
|
||
|
file</a>.
|
||
|
|
||
|
<p>Changes since 1.1:</p>
|
||
|
<ul>
|
||
|
<li>Added <b>TMS</b> map type attribute option.</li>
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
</html>
|