Changes between Version 88 and Version 89 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
11/25/10 15:44:50 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v88 v89  
    562562}}}
    563563
     564=== WMS ===
     565In order to serve the OSM data as a WMS then can use mod_mapnik_wms:
     566 * http://wiki.openstreetmap.org/wiki/Mod_mapnik_wms
     567{{{
     568apt-get install pbuilder debsigs apache2-prefork-dev libmapnik-dev libgd2-xpm-dev
     569svn export http://svn.openstreetmap.org/applications/utils/mod_mapnik_wms
     570cd mod_mapnik_wms
     571sh autogen.sh
     572vim debian/mapnik_wms.load
     573LoadFile /usr/lib/libmapnik.so.0.7
     574
     575debuild
     576}}}
     577
     578This data can then be converted by GeoServer into a KML SuperOverlay to display in Google Earth:
     579 * http://geoserver.org/display/GEOS/GSIP+47+-+WMS+cascading
     580 * http://docs.geoserver.org/stable/en/user/googleearth/tutorials/superoverlaysgwc.html
     581
    564582== Printing ==
    565583For Printing TMS layers, need to compile the Trunk version of the [http://www.mapfish.org/doc/print/ MapFish Print Module] & then serve the resultant .war with [http://tomcat.apache.org Tomcat]: