bplmaps / blacklight-allmaps

Source code of Allmaps plugins for Blacklight/GeoBlacklight software.
Apache License 2.0
1 stars 0 forks source link

Leaflet Opacity not found or unreadable in stylesheet #51

Closed srappel closed 4 months ago

srappel commented 5 months ago

I'm getting some errors in CI that point to this leaflet.opacity reference in the blacklight-allmaps stylesheets:

ActionView::Template::Error: Error: File to import not found or unreadable: leaflet.opacity.
        on line 6:1 of ../../../usr/share/rvm/gems/ruby-3.2.1/gems/blacklight_allmaps-0.3.0/app/assets/stylesheets/blacklight/allmaps/base.scss
        from line 7:1 of app/assets/stylesheets/application.scss
>> @import "leaflet.opacity";

https://github.com/bplmaps/blacklight-allmaps/blob/735b6215dd5851195389802441cf8ed47830957a/app/assets/stylesheets/blacklight/allmaps/base.scss#L6C1-L6C27

srappel commented 5 months ago

Here's my draft PR: https://github.com/UWM-Libraries/GeoDiscovery/pull/144