© Pedro Pereira Gonçalves
(pedro@inovagis.org)

Version : 0.3
Last Change : 2003-10-28
File Name : navigationWMS.js

navigationWMS
    A descendent of mapWMS that draws a highlight box over a defined geographical region. It can be linked to another mapWMS so that automatically updates the highlighted box for the visible region that accepts mouse events for zoom, select and query. It implements the following new methods :

    Methods
    • setHighLightXY = function(x1, y1, x2, y2)
      Defines the highlight box in the specified geographical box where (x1, y1) define the bottom-left point and (x2,y2) define the top-right point. The values can be null

    Properties

    Events

    Examples
    • multiple layer request with mouse events, toolbar and dynamic auxiliary map example [view]

    Change Log