Home » Images » Image_GIS
Visualization of GIS data.
This package is unmaintained.
Download latest release 1.1.2 (archived versions might be outdated)
License: PHP License
Description
Generating maps on demand can be a hard job as most often you don't
have the maps you need in digital form.
But you can generate your own maps based on raw, digital data files
which are available for free on the net.
This package provides a parser for the most common format for
geographical data, the Arcinfo/E00 format as well as renderers to
produce images using GD or Scalable Vector Graphics (SVG).
Maintainers
- Jan Kneschke (ostborn) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- Cache_Lite
- Image_Color
- XML_SVG
- gd (extension)
Releases
- 1.1.2 (stable, 2010-10-05)
Release notes
License: PHP License
Updated svn layout
- 1.1.1 (stable, 2004-08-25)
- 1.1.0 (stable, 2004-01-06)
Release notes
License: PHP License
+ Added caching of parsed data files.
+ Added getRange() method to the Image_GIS and Image_GIS_Renderer
classes.* Changed the Image_GIS constructor to accept an associative
parameter array as its only argument.Note: This breaks backwards compatibility.
* The SVG renderer now uses the XML_SVG package instead of the
XML_Tree package.* Factored the handling of Line Sets out into a separate class.
* Fixed handling of negative coordinates.
* Fixed a bug that kept a debugging message from beeing printed.
* Fixed incompatibilities with PHP 5.
- 1.0.0 (stable, 2002-12-30)
Release notes
License: PHP License
* Initial release.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #1179 | Closed | Bug | 2004-04-11 | Negative coordinates still appear "flipped" | |
| #9545 | Closed | Bug | 1.1.1 | 2006-12-05 | Fatal error: Call to a member function on a non-object in [...]GIS.php |
| #15510 | Bogus | Req | CVS | 2009-01-04 | Switch from XML_Tree to XML_Serializer |
| #17305 | Closed | Bug | SVN | 2010-04-11 | No checking to see if a data file exists - bad error handing |