Leaflet GeoJSON is currently hard coded to look for the views argument bbox_argument which is fine for default views. I'm working on getting this to work with search_api solr and we need a different views argument handler. Patch coming soon.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

randallknutson’s picture

Here is a patch that looks for "bbox" in the views argument handler name instead of hard coding it.

randallknutson’s picture

randallknutson’s picture

Status: Active » Needs review

Changing status.

randallknutson’s picture

  • Commit 9a186fc on 7.x-2.x authored by randallknutson, committed by mpgeek:
    Issue #2061629 by randallknutson: allow other arguments to provide bbox...
mpgeek’s picture

Issue summary: View changes
Status: Needs review » Closed (fixed)