[Commits] r2306 - core/trunk/geoext/examples
commits at geoext.org
commits at geoext.org
Fri Sep 3 09:04:46 CEST 2010
Author: ahocevar
Date: 2010-09-03 09:04:46 +0200 (Fri, 03 Sep 2010)
New Revision: 2306
Modified:
core/trunk/geoext/examples/print-extent.html
core/trunk/geoext/examples/print-form.html
core/trunk/geoext/examples/print-page.html
core/trunk/geoext/examples/print-preview-osm.html
core/trunk/geoext/examples/print-preview.html
Log:
Updated the docs url for the GeoServer printing module. Non-functional change.
Modified: core/trunk/geoext/examples/print-extent.html
===================================================================
--- core/trunk/geoext/examples/print-extent.html 2010-09-03 06:58:44 UTC (rev 2305)
+++ core/trunk/geoext/examples/print-extent.html 2010-09-03 07:04:46 UTC (rev 2306)
@@ -23,7 +23,7 @@
<p>This example shows the how to set the bounds of a printable PDF
interactively with a dynamic print extent rectangle. It requires
the <a href="http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleInstallation">MapFish</a>
- or <a href="http://geoserver.org/display/GEOS/Printing+2.0+HOWTO">GeoServer</a>
+ or <a href="http://docs.geoserver.org/stable/en/user/community/printing/">GeoServer</a>
print module.</p>
<p>Drag one of the handles to control the scale. Grab one of the
corner handles at its edge to rotate the extent. Hold the SHIFT key to
Modified: core/trunk/geoext/examples/print-form.html
===================================================================
--- core/trunk/geoext/examples/print-form.html 2010-09-03 06:58:44 UTC (rev 2305)
+++ core/trunk/geoext/examples/print-form.html 2010-09-03 07:04:46 UTC (rev 2306)
@@ -23,7 +23,7 @@
<p>This example shows the how to accomplish advanced printing, with a
form controlling parameters for the
<a href="http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleInstallation">MapFish</a>
- or <a href="http://geoserver.org/display/GEOS/Printing+2.0+HOWTO">GeoServer</a>
+ or <a href="http://docs.geoserver.org/stable/en/user/community/printing/">GeoServer</a>
print module.</p>
<p>The js is not minified so it is readable. See <a href="print-form.js">print-form.js</a>.</p>
<div id="content"></div>
Modified: core/trunk/geoext/examples/print-page.html
===================================================================
--- core/trunk/geoext/examples/print-page.html 2010-09-03 06:58:44 UTC (rev 2305)
+++ core/trunk/geoext/examples/print-page.html 2010-09-03 07:04:46 UTC (rev 2306)
@@ -23,7 +23,7 @@
<p>This example shows the how to create a printable PDF with
GeoExt.data.PrintProvider and GeoExt.data.PrintPage, using the
<a href="http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleInstallation">MapFish</a>
- or <a href="http://geoserver.org/display/GEOS/Printing+2.0+HOWTO">GeoServer</a>
+ or <a href="http://docs.geoserver.org/stable/en/user/community/printing/">GeoServer</a>
print module.</p>
<p>The js is not minified so it is readable. See <a href="print-page.js">print-page.js</a>.</p>
<div id="content"></div>
Modified: core/trunk/geoext/examples/print-preview-osm.html
===================================================================
--- core/trunk/geoext/examples/print-preview-osm.html 2010-09-03 06:58:44 UTC (rev 2305)
+++ core/trunk/geoext/examples/print-preview-osm.html 2010-09-03 07:04:46 UTC (rev 2306)
@@ -23,11 +23,8 @@
<p>This example shows the how to use GeoExt.PrintMapPanel, to create
a printable OSM map. It requires the
<a href="http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleInstallation">MapFish</a>
- or <a href="http://geoserver.org/display/GEOS/Printing+2.0+HOWTO">GeoServer</a>
- print module. Note that attempting to print from this example will result in a server
- exception. This is because tile.openstreetmap.org is a host which is not added to the
- print module at demo.opengeo.org/geoserver/pdf. You need to use your own print module
- location to make this work.</p>
+ or <a href="http://docs.geoserver.org/stable/en/user/community/printing/">GeoServer</a>
+ print module.</p>
<p>The js is not minified so it is readable. See <a href="print-preview-osm.js">print-preview-osm.js</a>.</p>
<div id="content"></div>
</body>
Modified: core/trunk/geoext/examples/print-preview.html
===================================================================
--- core/trunk/geoext/examples/print-preview.html 2010-09-03 06:58:44 UTC (rev 2305)
+++ core/trunk/geoext/examples/print-preview.html 2010-09-03 07:04:46 UTC (rev 2306)
@@ -23,7 +23,7 @@
<p>This example shows the how to create a printable PDF with
GeoExt.data.PrintProvider and GeoExt.PrintMapPanel, using the
<a href="http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleInstallation">MapFish</a>
- or <a href="http://geoserver.org/display/GEOS/Printing+2.0+HOWTO">GeoServer</a>
+ or <a href="http://docs.geoserver.org/stable/en/user/community/printing/">GeoServer</a>
print module.</p>
<p>The js is not minified so it is readable. See <a href="print-preview.js">print-preview.js</a>.</p>
<div id="content"></div>
More information about the Commits
mailing list