Changes between Version 3 and Version 4 of TroubleshootingTips
- Timestamp:
- 12/08/09 05:33:35 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TroubleshootingTips
v3 v4 29 29 30 30 If you can't drag the map when the mouse is over a feature (marker or vector) you might find the solution in the [wiki:SelectFeatureControlMapDragIssues SelectFeature Control Map Drag Issues] page. 31 32 == Integration with jquery ui == 33 When creating openlayers in a jquery ui from dynamic data, make sure first to insert the data in the dom, render the map, and then add the dialog(not the other way around,ak. create dialog, render map): 34 $('#dialog').html(data.dom.dialog);<br/> 35 map.render('map');<br/> 36 $editRegion = $('#dialog').dialog({<br/>
