Skip to content

Commit f8c4cf0

Browse files
committed
Fixed issue where stratigraphy filter would not appear on reconstructed map
1 parent b45f749 commit f8c4cf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/reconstruct.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ var reconstructMap = (function() {
171171

172172
/* If there is a taxon or contributor filter applied to the map, ask the API
173173
for all the level2 bins with those filters applied. */
174-
if (navMap.filters.exist.taxon || navMap.filters.exist.personFilter) {
174+
if (navMap.filters.exist.taxon || navMap.filters.exist.personFilter || navMap.filters.exist.stratigraphy) {
175175
var url = paleo_nav.baseUrl + '/data1.1/colls/summary.json?lngmin=-180&lngmax=180&latmin=-90&latmax=90&level=3&limit=99999';
176176

177177
url = navMap.parseURL(url);

0 commit comments

Comments
 (0)