obeattie / gmaps-radius

Add radius circles to a map

Home Page:http://obeattie.github.io/gmaps-radius/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow radius/unit to be prefilled via query string params

jsmarr opened this issue · comments

This is a super handy tool! One simple thing that would make it even handier IMO is to look for query-string params for radius and units and prefill the form values with them. For instance http://obeattie.github.io/gmaps-radius/?radius=50&unit=mi -- that way when we're referring to a threshold like "anything in a 50-mile radius" in our code/projects, we could just link that to this URL and anyone could immediately see what that radius looks like in practice, without needing to configure anything on the page. Hopefully should be a quick tweak (could do it in JS onload if you wanna keep your HTML static). :) Thanks! js

This is a good idea (sorry I didn't see this issue until recently). I'll add this.