Changes between Initial Version and Version 1 of PHPMapScript


Ignore:
Timestamp:
Jan 26, 2009, 10:32:03 AM (15 years ago)
Author:
jmckenna
Comment:

copy from old wiki

Legend:

Unmodified
Added
Removed
Modified
  • PHPMapScript

    v1 v1  
     1= PHP MapScript Topics =
     2
     3== Build and Installation Notes ==
     4
     5   1. LinuxBuild
     6   2. WindowsBuild
     7   3. PHP MapScript 3.5 and up requires PHP configured as a CGI
     8   4. DebianLinux
     9   5. Detailed instructions to compile/install PHP MapScript 3.6 on RedHat 7.2
     10   6. Detailed instructions to compile/install PHP MapScript 3.6 on RedHat 7.3
     11   7. Detailed instructions to compile/install PHP MapScript 3.6 on RedHat 8.0
     12   8. Detailed instructions to compile/install PHP MapScript 4.0 on RedHat 9
     13   9. OS X Detailed compile/install instructions: See http://home.nc.rr.com/wwheaton/
     14  10. Building and Debugging PHP MapScript on Linux
     15  11. PHP binaries and PHPMapScript should use the exact same libraries
     16  12. PHP Mapscript setup on Fedora Core
     17
     18== Documentation ==
     19
     20   1. http://mapserver.gis.umn.edu/doc/phpmapscript-class-guide.html
     21   2. http://mapserver.gis.umn.edu/doc/phpmapscript-install-howto.html
     22   3. http://www2.dmsolutions.ca/mapserver/php_mapscript/index.html
     23   4. http://www2.dmsolutions.ca/mapserver/php_mapscript/php_mapscript_faq.html
     24
     25== Examples ==
     26
     27   1. Flowchart of typical PHP/Mapscript application
     28   2. Code snippet to map image XY to map XY
     29   3. Sample code about how to add a dynamic point to a map
     30   4. Sample code about how to add a dynamic line to a map
     31   5. Outputting maps to PDF
     32   6. PHP MapScript 3.6 - How to create and use dynamic legends / layer controls