Skip to content

Releases: projectblacklight/blacklight-maps

v.1.1.0

22 Jun 18:48
Compare
Choose a tag to compare

Commit History

This release updates the engine for compatibility with Blacklight >=7.8.0. See the README for more information on which versions of Blacklight Maps are compatible with which versions of Blacklight.

v.0.5.2

27 Sep 20:04
8788cc9
Compare
Choose a tag to compare

Commit History

Maintenance release to make some recent changes available.

v.0.5.1

10 Jan 16:40
Compare
Choose a tag to compare

Commit History

This is a maintenance release to make some recent changes available. Also makes some dependencies more specific, such as capping blacklight at < 7.0.0.

v0.5.0

16 Jun 14:03
Compare
Choose a tag to compare

Commit History

This release updates the engine for compatibility with Blacklight >=6.1.0.

Upgrade guide:

  • The app/views/catalog/index_map partial has been renamed app/views/catalog/index_mapview
  • The BlacklightMapsHelperBehavior#render_index_map method has been renamed render_index_mapview
  • Add include BlacklightMaps::MapsSearchBuilderBehavior to your app's SearchBuilder class
  • Add include BlacklightMaps::ControllerOverride to your app's CatalogController
  • Add SavedSearchesController and SearchHistoryController classes to your app if they do not already exist (in app/controllers). Use the files in lib/generators/blacklight_maps/templates/ as a guide. If your app already has these classes, add helper BlacklightMaps::RenderConstraintsOverride to both classes.

This release also fixes an issue:

  • #76 map doesn't zoom to bounds if only feature is a bbox

This release requires Blacklight >=6.1.0. See the README for more information on which versions of Blacklight Maps are compatible with which versions of Blacklight.

v0.4.0

17 Aug 18:11
Compare
Choose a tag to compare

Commit History

This release fixes issues related to deprecation warnings that crop up when using Blacklight >=5.10.0:

  • #71 replace facet_by_field_name with aggregations
  • #70 move spatial search behavior to a Blacklight::SearchBuilder subclass module

This release requires Blacklight >=5.12.0. See the README for more information on which versions of Blacklight Maps are compatible with which versions of Blacklight.

v0.3.2

08 Apr 15:25
Compare
Choose a tag to compare

Commit History

This release provides several updates for easier local customization/implementation.

Updates

#60 allow an options hash to be passed to BlacklightMaps::GeojsonExport.new
#59 allow marker count display type to be set via options hash

v0.3.1

03 Mar 22:27
Compare
Choose a tag to compare

Commit History | Milestone

Updates

#58 normalize points > 180 and < -180

v0.3.0

05 Feb 18:06
Compare
Choose a tag to compare

Commit History

Major changes to Blacklight-Maps

Changes added in #55 include:

  • add catalog#map view which displays all objects in Solr index with geospatial data
  • catalog#index map view uses facet data to populate map, so all results are immediately viewable (rather than just current page's worth of items)
  • maplet widget available for catalog#show view
  • use GeoJSON to store coordinates with placenames in Solr
  • marker popups display location name (or coordinates) and link to search params (rather than displaying results in the map view itself)
  • marker clusters/markers display number of hits, rather than locations
  • search control on map allows search for all items within current map window bounds
  • map bounds and zoom are set dynamically when more than one location displayed on map
  • add spatial search functionality to Blacklight
  • render spatial constraints in catalog#index

A big thanks to @ebenenglish for his great work on this. 👏

v0.2.0

03 Feb 14:43
Compare
Choose a tag to compare

Updated for Rails 4.2 and Blacklight 5.8.2 compatibility #56

v0.1.1

31 Oct 14:10
Compare
Choose a tag to compare

Commit History

Bug Fixes

Updates issue with Sprockets and Bootstrap-Sass gem versions