You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Merge pull request #349 from AtlasOfLivingAustralia/master - Syncing develop
Merge pull request #349 from AtlasOfLivingAustralia/master - Syncing develop
Version 2.1.6-SNAPSHOT
fixed #350 - Because encodeURIComponent doesn't encode single quote, when fqParam contains '. the value of input is not properly constructed. - Solution is, since encodeURIComponent encodes double quote, then fqParam already has double quotes escaped, use " to construct the value.
Merge pull request #351 from AtlasOfLivingAustralia/hotfix/#350_failed_to_filter - fixed #350
Merge pull request #351 from AtlasOfLivingAustralia/hotfix/#350_failed_to_filter - fixed #350
Fix for #355 - EL and CL layers referenced in q or fq params are added to the Leaflet map as overlays - but not shown unless user activates them via checkbox in layer widget.
Overlays are added by default
Refactor to move methods to service - As suggested by @sbearcsiro in CR.
Removed unused import
Merge pull request #356 from AtlasOfLivingAustralia/issue-355 - Fix for #355 - EL and CL layers referenced in q or fq params are added to the Leaflet map as overlays
Merge pull request #356 from AtlasOfLivingAustralia/issue-355 - Fix for #355 - EL and CL layers referenced in q or fq params are added to the Leaflet map as overlays
Code clean-up for #355 - simplified service call from controller
Merge pull request #354 from living-atlases/glyphicon-minor-fix - Fix annotation icons
Merge pull request #354 from living-atlases/glyphicon-minor-fix - Fix annotation icons
Merge pull request #357 from AtlasOfLivingAustralia/develop - Merge develop into master
Merge pull request #357 from AtlasOfLivingAustralia/develop - Merge develop into master