Author: desruisseaux
Date: Sun May 15 21:03:00 2016
New Revision: 1743968
URL: http://svn.apache.org/viewvc?rev=1743968&view=rev
Log:
Move the tables one level up in the hierarchy, because they are not always
referenced in the context of the developer guide (the "book").
Added:
sis/site/trunk/content/tables/
- copied from r1743967, sis/site/trunk/content/book/tables/
sis/site/trunk/content/tables/authority-codes.css
- copied unchanged from r1743967, sis/site/trunk/content/book/tables.css
Removed:
sis/site/trunk/content/book/tables/
sis/site/trunk/content/book/tables.css
Modified:
sis/site/trunk/content/command-line.mdtext
sis/site/trunk/content/index.mdtext
sis/site/trunk/content/release-notes/0.6.html
sis/site/trunk/content/tables/CoordinateOperationMethods.html
Modified: sis/site/trunk/content/command-line.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/command-line.mdtext?rev=1743968&r1=1743967&r2=1743968&view=diff
==============================================================================
--- sis/site/trunk/content/command-line.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/command-line.mdtext [UTF-8] Sun May 15 21:03:00 2016
@@ -121,7 +121,7 @@ SIS can read Coordinate Reference System
The easiest way to see a CRS definition is to use an EPSG code.
The [EPSG geodetic dataset](http://www.epsg.org/) is a widely-used source of
definitions for thousands of Coordinate Reference Systems.
-Appache SIS provides a [list of supported
codes](book/tables/CoordinateReferenceSystems.html), which can be queried from
the command line.
+Appache SIS provides a [list of supported
codes](tables/CoordinateReferenceSystems.html), which can be queried from the
command line.
For example the following command prints the definition of the _"JGD2011 /
Japan Plane Rectangular CS VIII"_ Coordinate Reference System:
:::bash
Modified: sis/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/index.mdtext?rev=1743968&r1=1743967&r2=1743968&view=diff
==============================================================================
--- sis/site/trunk/content/index.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/index.mdtext [UTF-8] Sun May 15 21:03:00 2016
@@ -36,7 +36,7 @@ Some SIS features are:
* Well Known Text (WKT) version 1 and 2 (ISO 19162:2015).
* Geographic Markup Language (GML) version 3.2 (ISO 19136:2007).
* Mercator, Transverse Mercator, Lambert Conic Conformal and Polar
stereographic map projections.
- See the list of [supported operation
methods](book/tables/CoordinateOperationMethods.html).
+ See the list of [supported operation
methods](tables/CoordinateOperationMethods.html).
Using SIS {#user}
Modified: sis/site/trunk/content/release-notes/0.6.html
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/release-notes/0.6.html?rev=1743968&r1=1743967&r2=1743968&view=diff
==============================================================================
--- sis/site/trunk/content/release-notes/0.6.html (original)
+++ sis/site/trunk/content/release-notes/0.6.html Sun May 15 21:03:00 2016
@@ -18,7 +18,7 @@
<li>Support of <cite>Geographic Markup Language</cite> (GML) version 3.2
(ISO 19136) for Coordinate Reference System objects,
except <code>DerivedCRS</code>, <code>ConcatenatedOperation</code> and
<code>PassThroughOperation</code>.</li>
<li>Support of <cite>Mercator</cite>, <cite>Transverse Mercator</cite>,
<cite>Lambert Conic Conformal</cite> and <cite>Polar stereographic</cite> map
projections.
- The list of map projection methods supported by latest SIS release can
be viewed <a href="../book/tables/CoordinateOperationMethods.html">here</a>.
+ The list of map projection methods supported by latest SIS release can
be viewed <a href="../tables/CoordinateOperationMethods.html">here</a>.
</li>
</ul>
Modified: sis/site/trunk/content/tables/CoordinateOperationMethods.html
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/tables/CoordinateOperationMethods.html?rev=1743968&r1=1743967&r2=1743968&view=diff
==============================================================================
--- sis/site/trunk/content/tables/CoordinateOperationMethods.html (original)
+++ sis/site/trunk/content/tables/CoordinateOperationMethods.html Sun May 15
21:03:00 2016
@@ -8,7 +8,7 @@
<meta charset="UTF-8"/>
<title>Apache SIS Coordinate Operation Methods</title>
<style type="text/css" media="all">
- @import url("../tables.css");
+ @import url("authority-codes.css");
</style>
</head>
<body>