We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45f749 commit f8c4cf0Copy full SHA for f8c4cf0
assets/js/reconstruct.js
@@ -171,7 +171,7 @@ var reconstructMap = (function() {
171
172
/* If there is a taxon or contributor filter applied to the map, ask the API
173
for all the level2 bins with those filters applied. */
174
- if (navMap.filters.exist.taxon || navMap.filters.exist.personFilter) {
+ if (navMap.filters.exist.taxon || navMap.filters.exist.personFilter || navMap.filters.exist.stratigraphy) {
175
var url = paleo_nav.baseUrl + '/data1.1/colls/summary.json?lngmin=-180&lngmax=180&latmin=-90&latmax=90&level=3&limit=99999';
176
177
url = navMap.parseURL(url);
0 commit comments