GeoAwareObjects
GeoAwareObjects is a companion product to PrimaGIS and its primary goal is to provide real-life examples on how developers can take advantage of the IGeoAware interface within their own products. Although the objects are meant as examples they may prove to be useful as such.
Download
Requirements
- PrimaGIS 0.4.0
- ATContentTypes (required only for GeoATImage/GeoATFile)
Installation
Unpack the GeoAwareObjects tarball to your Zope instance's Products directory, restart Zope and install GeoAwareObjects to your Plone site using the portal_quickinstaller tool. If you're upgrading from a previous version, remember to reinstall the product using portal_quickinstaller.
GeoATImage
GeoATImage is a spatially enabled version of the ATImage content type of the ATContentTypes product. Used with PrimaGIS, it allows you to have images rendered in the Javascript pop-up windows when moving the mouse on the imagemap hotspots. See Making existing AT objects IGeoAware for discussion and implementation of GeoATImage.
GeoATFile
GeoATFile is a spatially enabled version of the ATFile content type of the ATContentTypes product. Used with PrimaGIS, it allows you to have downloadable files within the Javascript popup windows.
GeoLink
GeoLink is a simple content type that allows you to create arbitrary links from the imagemap hotspots and show metadata about the links in the Javascript popup windows.
GPSTrack
GPSTrack is able to read track files (in text format) created by GPS software and render those tracks on the PrimaGIS map. Any text file with coordinate pairs one per line is usable with GPSTrack.