[mapserver-commits] r13000 - in trunk/docs/en: images mapcache
svn at osgeo.org
svn at osgeo.org
Wed Jan 18 14:22:15 EST 2012
Author: jmckenna
Date: 2012-01-18 11:22:15 -0800 (Wed, 18 Jan 2012)
New Revision: 13000
Added:
trunk/docs/en/images/mapcache-demo.jpg
trunk/docs/en/images/mapcache-disk.jpg
Modified:
trunk/docs/en/mapcache/install.txt
Log:
add a section to test your module
Added: trunk/docs/en/images/mapcache-demo.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/docs/en/images/mapcache-demo.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/docs/en/images/mapcache-disk.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/docs/en/images/mapcache-disk.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/docs/en/mapcache/install.txt
===================================================================
--- trunk/docs/en/mapcache/install.txt 2012-01-18 18:40:32 UTC (rev 12999)
+++ trunk/docs/en/mapcache/install.txt 2012-01-18 19:22:15 UTC (rev 13000)
@@ -543,3 +543,30 @@
.. code-block:: bash
[notice] Apache/2.2.21 (Win32) mod-mapcache/0.5-dev configured -- resuming normal operations
+
+Test Your MapCache Module
+-------------------------
+
+- In your web browser, goto the local MapCache demo page: http://127.0.0.1/mapcache/demo/ You should see
+ a clickable list of demo links:
+
+ ::
+
+ tms
+ wmts
+ gmaps
+ kml
+ ve
+ wms
+
+- Click on one of the demos (such as http://127.0.0.1/mapcache/demo/wmts), a map viewer should load, similar
+ to the image below.
+
+ .. image:: ../images/mapcache-demo.jpg
+ :height: 600px
+ :width: 900 px
+
+- Zoom in a few times, and your configured cache location should be generating tiles (in this case inside
+ D:/ms4w/tmp/ms_tmp/cache/).
+
+ .. image:: ../images/mapcache-disk.jpg
\ No newline at end of file
More information about the mapserver-commits
mailing list