<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
1 comment
This is an artifact of importing bathymetry data into our elevation dataset. Our elevation dataset has ground-level negative elevations in places like Death Valley, and underwater negative elevations in some coastal areas. Our terrain shading tool can use these underwater elevations to produce some interesting visualizations, but we decided to keep the displayed elevation as 0', as that felt like the better of two sub-optimal outcomes: either showing negative values instead of 0 near coastlines, or limiting elevations to 0 in places like Death Valley.
Please sign in to leave a comment.