PHP 5.3.x Deprecated Function

Filed in Web Development Leave a comment

Error log: Assigning the return value of new by reference is deprecated in ….
Deprecated: $_VERSION =& new version();
Suggestion: $_VERSION =& new version();

Creating Web-Based GIS

Filed in Information Technology | Web Development Leave a comment

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

TOP