Aji’s Journal

March 31, 2008

Creating Web-Based GIS

Filed under: Information Technology, Web Development — admin @ 5:20 pm

Some options in creating a web-based GIS application:

  1. Using Static Image + Java Script
  2. Using SVG Image
  3. Using MapServer:
    • 100% .shp files
    • .shp files + database, etc

Creating application based on PHP-GTK (Scratch)

Filed under: Information Technology, Linux System — admin @ 5:04 pm

Requirements:

  • Ubuntu Gutsy Gibbon
  • Additional programs: checkinstall, PHP5, PHP-Devel

Compiling and Installing

  1. Install libgtk2.0-dev and its required packages.
  2. Download PHP-GTK (I use PHP0-GTK 2.0) and then compile it:
    ./buildconf
    ./configure
    make

    If you are asked for phpize, then it means you have to install php-devel.

  3. (more…)

Compiling PHPMapScript

Filed under: Geographic Information System, Information Technology — admin @ 4:58 pm

Still Empty

Powered by WordPress