Changes between Version 90 and Version 91 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
11/25/10 18:57:01 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v90 v91  
    487487}}}
    488488
    489 Another option is to serve via WMS (using an Apache module):
     489=== WMS ===
     490In order to serve the OSM data via WMS then can use mod_mapnik_wms:
    490491 * http://wiki.openstreetmap.org/wiki/Mod_mapnik_wms
     492{{{
     493gpg --gen-key
     494apt-get install pbuilder debsigs apache2-prefork-dev libmapnik-dev libgd2-xpm-dev
     495svn export http://svn.openstreetmap.org/applications/utils/mod_mapnik_wms
     496cd mod_mapnik_wms
     497sh autogen.sh
     498vim debian/mapnik_wms.load
     499LoadFile /usr/lib/libmapnik.so.0.7
     500
     501debuild
     502}}}
     503
     504This data can then be converted by !GeoServer into a KML !SuperOverlay to display in Google Earth:
     505 * http://geoserver.org/display/GEOS/GSIP+47+-+WMS+cascading
     506 * http://docs.geoserver.org/stable/en/user/googleearth/tutorials/superoverlaysgwc.html
     507
    491508=== Rails Port ===
    492509This is needed to allow editing of the data using Potlatch, JOSM, etc
     
    562579}}}
    563580
    564 === WMS ===
    565 In 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 {{{
    568 gpg --gen-key
    569 apt-get install pbuilder debsigs apache2-prefork-dev libmapnik-dev libgd2-xpm-dev
    570 svn export http://svn.openstreetmap.org/applications/utils/mod_mapnik_wms
    571 cd mod_mapnik_wms
    572 sh autogen.sh
    573 vim debian/mapnik_wms.load
    574 LoadFile /usr/lib/libmapnik.so.0.7
    575 
    576 debuild
    577 }}}
    578 
    579 This data can then be converted by !GeoServer into a KML !SuperOverlay to display in Google Earth:
    580  * http://geoserver.org/display/GEOS/GSIP+47+-+WMS+cascading
    581  * http://docs.geoserver.org/stable/en/user/googleearth/tutorials/superoverlaysgwc.html
    582 
    583581== Printing ==
    584582For 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]: