For several months I am wondering how to achieve this task.
I want to display information from Solr index (preferably Search Api Solr ) directly in a map. The main goal is to have a map where is displayed some nodes, and to have the ability the use facet filters and fulltext filter.
Exactly the same as a typical use of Search Api Solr (example: http://ygerasimov.com/ajaxified-solr-search-drupal-search-api-views-panels) but using a map instead of a table.
Something like this: http://vps10937.ovh.net/x/map/node, but with Solr features. This page is part of the Location Module and the Gmap Module.
Here is two examples (not drupal) close to what I want to do:
http://www.trulia.com/for_sale/New_York,NY/x_map http://www.conflicthistory.com/#/period/1495-1500
Thank you