These are OpenLayers functions that we have had to customise for OpenSpace API.
| OpenSpace. | These are OpenLayers functions that we have had to customise for OpenSpace API. |
| Functions | |
| panMap | |
| panMapDone | Finish the panning operation. |
| popupClass | Patch the Feature class to use the Open Space InfoWIndow |
| Functions | |
| containsPoint | |
| Variables | |
| ImgPath {String} | Patch to ensure that OpenLayers looks for images on OpenSpace server and not developer’s server |
OpenLayers.Control.DragPan.prototype.panMapDone = function( xy )
Finish the panning operation. Only call setCenter (through panMap) if the map has actually been moved.
| xy | {<OpenLayers.Pixel>} Pixel of the mouse position |
Patch the Feature class to use the Open Space InfoWIndow
| Functions | |
| containsPoint | |
| Variables | |
| ImgPath {String} | Patch to ensure that OpenLayers looks for images on OpenSpace server and not developer’s server |
OpenLayers.Control.DragPan.prototype.panMap = function( xy )
Finish the panning operation.
OpenLayers.Control.DragPan.prototype.panMapDone = function( xy )
OpenLayers.Geometry.LinearRing.prototype.containsPoint = function( point )