Pagelist filter by geoquery from google map/openlayers

Permalink
Hi
I'm currently looking at building a page list template that uses a map query (polygon) to filter the different results by an address attribute.

It would work like the following (example only):
User wants to search for an eatery review(blog entry) within a small area - smaller than a post or zip code. They then draw a polygon on a map to search a particular location for any entries that fall into that location.
A list of blog entries about restaurants and cafes from that polygon will then appear.

Just wondering whether anyone else has had to build something like this or if anyone has some insight into how to approach this.

Much appreciated!

benlister
 
noogen replied on at Permalink Reply
Depend on what map you're using. Here's example for google: http://jsfiddle.net/JsAJA/306/

You can also use leaflet: http://leaflet.github.io/Leaflet.Editable/example/index.html...

But everything is really outside the scope of Concrete5.