1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-23 23:24:24 +02:00

Added map version 1.1 xsd & documentation

This commit is contained in:
2018-08-18 22:28:25 +02:00
parent af9c4ffbfa
commit a76e4c5806
5 changed files with 130 additions and 2 deletions

21
map/1.1/index.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Map version 1.1 XML file format</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>Map version 1.1 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.1/map.xsd">XSD
file</a>.
<p>Changes since 1.0:</p>
<ul>
<li>Added <b>tilePixelRatio</b>.</li>
</ul>
</body>
</html>