Changes between Version 51 and Version 52 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/13/10 21:09:26 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v51 v52 434 434 }}} 435 435 436 Hillshading: 436 ==== Hillshading ==== 437 437 * http://wiki.openstreetmap.org/wiki/HikingBikingMaps#Hill_Shading 438 439 === Serve Tiles === 440 Tiles can simply be served by Apache 441 cd ~/mapnik 442 mv tiles /var/www 443 ln -s /var/www/tiles 444 vim /etc/apache2/sites-available/mysite 445 <VirtualHost *:80> 446 ServerName mysite.org 447 Alias /tiles /var/www/tiles 448 <LocationMatch "/tiles/"> 449 Order Allow,Deny 450 Allow from all 451 </LocationMatch> 452 </VirtualHost> 453 apache2ctl restart 454 438 455 == Printing == 439 456 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]: