- Issue created by @chucksimply
- πΊπΈUnited States chucksimply
In /js/geolocation.js you can comment out the following code...
if (options.geolocation) { updateGeoLocationFields($('#' + mapid, context).parents('.geofieldmap-widget-auto-geocode'), position, options); }
This will disable the auto-population of the users location while keeping the "Find me" button.
Would still be optimal to separate out these two options instead of bundling into one checkbox.