/** * definition of buttons for spatialRequest * * [@param {integer} status show this button (value is 1 or 0) * [@param {integer} x position left * [@param {integer} y position top * [@param {string} img image for the button * [@param {string} filteroption type of filter for search (values: "intersects" or "within"), used for buttons buttonRectangle and buttonPolygon */ var buttonRectangle = {"status":1, "x":750, "y":10, "img":"select_rectangle_off.png","filteroption":"intersects"}; var buttonPolygon = {"status":1, "x":780, "y":10, "img":"select_polygon_off.png","filteroption":"intersects"}; var buttonPoint = {"status":1, "x":810, "y":10, "img":"select_point_off.png"}; var buttonExtent = {"status":1, "x":840, "y":10, "img":"select_extent_off.png"}; var buttonDialogue = {"status":1, "x":870, "y":10, "img":"select_choose_off.png"}; var mb_wfs_tolerance = 8; var buttonWfs_imgdir = "../img/button_gray/"; var buttonWfs_zIndex = 10; var buttonWfs_toDigitize_on = 1; var buttonWfs_toDigitize_src = "../img/pencil.png"; var generalHighlightZIndex = 90; var generalHighlightLineWidth = 2; var wfsResultModulePath = "php/"; var wfsResultModuleFilename = "mod_wfs_result.php"; var wfsResultToPopupDiv = 0; var searchPopupTitle = "Search results"; var searchPopupWidth = 300; var searchPopupHeight =250; var searchPopupX = 800; var searchPopupY = 100; var detailPopupTitle = "Details"; var detailPopupWidth = 300; var detailPopupHeight = 250; var detailPopupX = 800; var detailPopupY = 400;