-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map: Searchable/filterable #8
Comments
We have a basic searchable map at
|
I'm interested in this issue and will try to find time to take a look and contribute. I have two projects that needs some mapping. |
@stpaultim @serundeputy I came across this module which might be interesting to port and test: https://www.drupal.org/project/ip_geoloc I'm not sure how hard or simple the port would be, but it looks like it has some good/useful features, including a way to do proximity searching, I believe. |
Looks good has a few dependencies: dependencies[] = libraries
; The following aren't dependencies but are highly recommended to realise a
; rich feature set:
; Geocoder
; Statistics (core)
; Views
; Views-PHP
; either Smart IP or GeoIP API
; Session Cache API not sure if any/all of those have been ported. fyi; http://cgit.drupalcode.org/ip_geoloc/tree/ip_geoloc.info just for context of how much work the port may be. |
I've begun porting IP_GeoLoc here: Additional testing and contributions from others are welcome! So far I've tested enough to get a basic Zip Code proximity search working in Views on a local install. |
Map with:
The text was updated successfully, but these errors were encountered: