I use the postgis module with openlayers 2.0-beta7. The openlayers_behavior_drawfeatures.js file assigns this.element to $('#' + options.element_id) at line 31, however at this point $ isn't a reference to the jquery object.

I suggest this line should be changed to jQuery('#' + options.element_id).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

allartk’s picture

Issue summary: View changes
allartk’s picture

Pol’s picture

Status: Active » Fixed

Thanks, it's committed !

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.