mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-24 07:34:22 +02:00
Added map schema version 1.3
This commit is contained in:
27
map/1.3/index.html
Normal file
27
map/1.3/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Map version 1.3 XML file format</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<style>
|
||||
body {
|
||||
max-width: 50em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Map version 1.3 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.3/map.xsd">XSD
|
||||
file</a>.</p>
|
||||
|
||||
<p>Changes since 1.2:</p>
|
||||
<ul>
|
||||
<li>Replaced the <b>tilePixelRatio</b> element with the more general
|
||||
<b>tile</b> element.</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user