Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use leaflet methods rather than our own #43

Merged
merged 2 commits into from
Feb 13, 2017
Merged

Conversation

mejackreed
Copy link
Contributor

No description provided.

cbeer added a commit to sul-dlss/exhibits that referenced this pull request Feb 10, 2017
cbeer added a commit to sul-dlss/exhibits that referenced this pull request Feb 10, 2017
jkeck pushed a commit to sul-dlss/exhibits that referenced this pull request Feb 10, 2017
Solves the temporary leaflet/rails asset icon path fiasco of
2016 / 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.739% when pulling 6b7d137 on use-leaflet-methods-instead into b865799 on master.

@@ -334,7 +334,9 @@ L.SolrHeatmap = L.GeoJSON.extend({
}

var bounds = this._map.getBounds();
return [bounds.getWest(), bounds.getSouth(), bounds.getEast(), bounds.getNorth()].join(',');
var wrappedSw = bounds.getSouthWest().wrap();
Copy link
Member

@cbeer cbeer Feb 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file the same as https://github.com/mejackreed/leaflet-solr-heatmap/blob/master/leafletSolrHeatmap.js (and imply that upstream should get updated too/first)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. that was a first pass, and hasn't been updated yet. It has diverged a bit, but tech debt would to bring upstream inline

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@cbeer cbeer merged commit 7d4397c into master Feb 13, 2017
@cbeer cbeer deleted the use-leaflet-methods-instead branch February 13, 2017 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants