I have the module and all dependencies installed but when I view the map the loading indicator below it shows loading non-stop (see image loading-indicator). There are no JavaScript errors and when I looked at the View preview I have data (see image view-results-preview). Auto Geolocation and Search Autocomplete work but the map and/or results never show any locations. The View settings are all default from the module install (see image view-settings), is there another step I am missing?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jdbosley created an issue. See original summary.

jdbosley’s picture

This comment was how I was able to fix this bug.

https://www.drupal.org/node/2412927#comment-9906389

jdbosley’s picture

Status: Active » Closed (fixed)
A R J’s picture

Hi,
I am able to get values on map but those are all my content value. I am not able to get result after filtering the contents on map. While i am getting on left panel. Hoe can i get resulted contents on map too? please help

A R J’s picture

Title: View showing data, but nothing shows on map » View showing data, but not showing resulted content on map
Priority: Normal » Major
Status: Closed (fixed) » Active
Nancy_Goyal’s picture

/store-locator/json is returning data as below;

{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-97.5981096,40.8412739]},"properties":{"name":"YORK GENERAL HEALTH CARE SERVICES","description":"POINT (-97.5981096 40.8412739)","gsl_addressfield":2476,"gsl_addressfield_rendered":"\u003Cdiv class=\u0022street-block\u0022\u003E\u003Cdiv class=\u0022thoroughfare\u0022\u003E2222 LINCOLN AVENUE\u003C\/div\u003E\u003C\/div\u003E\u003Cdiv class=\u0022addressfield-container-inline locality-block country-US\u0022\u003E\u003Cspan class=\u0022locality\u0022\u003EYORK\u003C\/span\u003E, \u003Cspan class=\u0022state\u0022\u003ENE\u003C\/span\u003E \u003Cspan class=\u0022postal-code\u0022\u003E68467\u003C\/span\u003E\u003C\/div\u003E\u003Cspan class=\u0022country\u0022\u003EUnited States\u003C\/span\u003E","gsl_feature_filter_list":2476,"gsl_feature_filter_list_rendered":null,"gsl_props_misc":2476,"gsl_props_misc_rendered":null,"gsl_props_phone":2476,"gsl_props_phone_rendered":null,"gsl_props_web":2476,"gsl_props_web_rendered":null,"nid":2476,"nid_rendered":2476}}
but not showing the store list or any marker on the map. Settings are same as posted in the issue image named as: view-settings_4.png

Please help ASAP