Reply To: Search by location / radius

Home Forums TAGSExplorer Questions/Issues Search by location / radius Reply To: Search by location / radius

#224
mhawksey
Keymaster

you can but you need to go digging. In copy of TAGS open Tools > Script editor and you should see a line

//var advParams = {"geocode": "40.714353,-74.005973,30mi"};

remove the // at the beginning and enter the co-ordinates and radius for your results area. Save the script and it will filter using this parameter.

For more details about geocode see the offical documentation.