forked from MapServer/MapServer
-
Notifications
You must be signed in to change notification settings - Fork 2
PHPMapScript
Thomas Bonfort edited this page Apr 6, 2012
·
1 revision
== Build and Installation Notes ==
- [wiki:LinuxBuild]
- [wiki:MicrosoftWindows Windows Build]
- [wiki:PHPMapScriptCGI PHP MapScript 3.5 and up requires PHP configured as a CGI]
- DebianLinux
- [wiki:PHPMapScriptRH72 Detailed instructions to compile/install PHP MapScript 3.6 on RedHat 7.2]
- [wiki:PHPMapScriptRH73 Detailed instructions to compile/install PHP MapScript 3.6 on RedHat 7.3]
- [wiki:PHPMapScriptRH80 Detailed instructions to compile/install PHP MapScript 3.6 on RedHat 8.0]
- [wiki:RedHat9AndMapserver40 Detailed instructions to compile/install PHP MapScript 4.0 on RedHat 9]
- OS X Detailed compile/install instructions: See [wiki:MacOS]
- [wiki:PHPBuildDebugLinux Building and Debugging PHP MapScript on Linux]
- [wiki:PHP_Binaries_And_PHPMapScript_Should_Use_The_Exact_Same_Libraries PHP binaries and PHPMapScript should use the exact same libraries]
- [wiki:PHPMapScriptFedoraCore PHP MapScript setup on Fedora Core ]
== Documentation ==
- [http://www.mapserver.org/mapscript/php/index.html PHPMapScript Class Guide]
- [http://www.mapserver.org/installation/php.html PHPMapScript Installation Guide]
- [http://www.mapserver.org/mapscript/php/by_example.html PHPMapScript By Example]
== Examples ==
- [wiki:PHPMapscriptSnippet1 Code snippet to map image XY to map XY]
- [wiki:PHPMapScriptAddPoint Sample code about how to add a dynamic point to a map]
- [wiki:PHPMapScriptAddPointScale Sample code about how to add a dynamic point to a map with maxscaledenom]
- [wiki:PHPMapScriptDynamicLine Sample code about how to add a dynamic line to a map]
- [wiki:PHPMapscriptPDF Outputting maps to PDF]
- [wiki:PHPDynLegend How to create and use dynamic legends / layer controls]
- [wiki:PHPMapscript_FPDF Outputting maps to PDF by embedding png with FPDF]
- [wiki:PHPMapscriptAddLayerQueryReproject Sample code to add layer, query and reproject]
[http://trac.osgeo.org/mapserver/wiki Home