Changes between Version 90 and Version 91 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/25/10 18:57:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v90 v91 487 487 }}} 488 488 489 Another option is to serve via WMS (using an Apache module): 489 === WMS === 490 In order to serve the OSM data via WMS then can use mod_mapnik_wms: 490 491 * http://wiki.openstreetmap.org/wiki/Mod_mapnik_wms 492 {{{ 493 gpg --gen-key 494 apt-get install pbuilder debsigs apache2-prefork-dev libmapnik-dev libgd2-xpm-dev 495 svn export http://svn.openstreetmap.org/applications/utils/mod_mapnik_wms 496 cd mod_mapnik_wms 497 sh autogen.sh 498 vim debian/mapnik_wms.load 499 LoadFile /usr/lib/libmapnik.so.0.7 500 501 debuild 502 }}} 503 504 This 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 491 508 === Rails Port === 492 509 This is needed to allow editing of the data using Potlatch, JOSM, etc … … 562 579 }}} 563 580 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_wms567 {{{568 gpg --gen-key569 apt-get install pbuilder debsigs apache2-prefork-dev libmapnik-dev libgd2-xpm-dev570 svn export http://svn.openstreetmap.org/applications/utils/mod_mapnik_wms571 cd mod_mapnik_wms572 sh autogen.sh573 vim debian/mapnik_wms.load574 LoadFile /usr/lib/libmapnik.so.0.7575 576 debuild577 }}}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+cascading581 * http://docs.geoserver.org/stable/en/user/googleearth/tutorials/superoverlaysgwc.html582 583 581 == Printing == 584 582 For 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]: