hello all as I create a form within the openlayers viewer, deployed in the same way that the switch maps.
see this link:
http://www.youtube.com/watch?v=bb0JqmZW7S4
thanks for any response
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think what the OP wants to, is to access his custom form through a button similar to the default access to the OverviewMap/LayerSwitcher in OpenLayers.
How to do this can be extracted from how the OverviewMap control* is implemented:
*: Taken from the file: OpenLayers/lib/OpenLayers/Control/OverviewMap.js
Inserting and modifying this, could be used to create the effect I think you are looking for.
Good luck!