- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Changes from 1.90 to 1.91beta (build 9631)
(...)
+New feature: Ability to add Google Maps as a question (parajulik)
For my solution to work, I needed to modify survey_runtime.js to add map.enablegooglebar after the GMAP2 instanciation.
map.addControl(new GSmallMapControl());
map.enableGoogleBar();
map.addControl(new GSmallMapControl());