WMS Javascript Library 0.02 review

Download
by rbytes.net on

WMS Javascript Library is an object-oriented JavaScript library for creating dynamic Web-based maps from otherwise static WMS (Web Ma

License: AFPL (Aladdin Free Public License)
File size: 200K
Developer: WMS Javascript Library Team
0 stars award from rbytes.net

WMS Javascript Library is an object-oriented JavaScript library for creating dynamic Web-based maps from otherwise static WMS (Web Map Service) images by adding pan/zoom functionality with Google Maps-like draggability.

Custom clickable overlays can be added to create a useful GIS.

WMS Javascript Library's wmsmap.js purpose is to facilitate the creation of dynamics maps using freely available WMS servers. For example to create the dynamic equivalent of the image above, include the javascript files, define the Layer object, create a new map object, and associate it with an html DIV element.

// define layer object
var myLayer = {
URL: 'http://wms.jpl.nasa.gov/wms.cgi?',
LAYERS: ['BMNG'],
FORMAT: 'image/jpeg',
BBOX: [0,0,180,90]
};
// create new map object with layer
var myMap = new WMap('map_div',[myLayer]);

What's New in This Release:
This release fixes IE bugs and improves the documentation and example layout.

WMS Javascript Library 0.02 search tags