JavaScript classes for creating Web Map clients and interfacing WMS servers according to
OpenGIS Web Mapping Specification (versions 0.7 to 1.1).
The goal of this project is to enable the fast creation of web mapping clients using javascript.
The target browsers are Internet Explorer (version 5.5 and up) and Netscape (7.00 and up) both for Windows, Mac and Linux.
Author : Pedro Pereira Gonçalves (pedro@inovagis.org)
Version : 0.2 - still beta version. I'm currently adding Netscape 4.7x support
License : LGPL
Last Change : 2003-06-25
Note: I'm currently updating this document
Browser Support: check support.htm
Examples:
- single layer request example [view]
- multiple layer request example [view]
- multiple layer request with mouse events and toolbar example [view]
- multiple layer request with mouse events, toolbar and dynamic location map example [view]
Documentation:
- layerWMS : Image-type class that makes a single request and OGC WMS server with one or more layers.
- mapWMS : Class containing an array of layerWMS and includes request information status, generic control functions and extented events.
- quickWMS : Quick and full Web Map client (descendent of mapWMS) that accepts mouse events to zoom, selection and query.
Download:
- Entire packcage (with the javascript include files, documentation and examples) [59 kb]
- Just the Javascript include files [ 21 kb]
|