Symfony2 bundle which facilitates making entities addressable and geo location aware. It includes a map form type to set address by searching in a google map.
6
stars
11
forks
source link
JS error on include_current_position_action => false #10
If the include_current_position_action option is set to false, the Javascript throws this error:
address_map.js: 58 Uncaught TypeError: Cannot set property 'onclick' of null
If the
include_current_position_action
option is set to false, the Javascript throws this error:address_map.js: 58 Uncaught TypeError: Cannot set property 'onclick' of null
When enabled, its working fine. This is my setup: