Readingtravelinfo / Webmap

Openlayers front end for Geo Server
0 stars 1 forks source link

Minor bug with edit tools #19

Open paulwittle opened 11 years ago

paulwittle commented 11 years ago

Edit button in the toolbar sometimes opens the measurement results panel by mistake.

Need to improve the if statement located in the edMOst() function.

I believe the offending line is accordion.items.itemAt(5).expand();

This needs an if statement so it opens the correct panel depending on the tools included in the map.