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

Release 2.25.0 #2153

Merged
merged 96 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
7dffff2
Update arctic router to render CatalogSearchView
robyngit Dec 2, 2022
a7d6506
Remove references to dataCatalogMap option
robyngit Dec 2, 2022
d74d6aa
Remove duplicated code in Cesium view
robyngit Dec 12, 2022
2b9765b
Use the CesiumVectorData model for Geohashes
robyngit Jan 12, 2023
8b85d2b
Set min latitude to -89.99999 for Geohashes
robyngit Jan 17, 2023
4e07636
Render geohashes at p. meridian & all precisions
robyngit Jan 18, 2023
7785fe4
Limit number of geohashes to render in Cesium map
robyngit Jan 19, 2023
fc8912e
Update arctic router to render CatalogSearchView
robyngit Dec 2, 2022
9288e96
Remove references to dataCatalogMap option
robyngit Dec 2, 2022
98662cb
Remove duplicated code in Cesium view
robyngit Dec 12, 2022
0800f2e
Use the CesiumVectorData model for Geohashes
robyngit Jan 12, 2023
af7a432
Set min latitude to -89.99999 for Geohashes
robyngit Jan 17, 2023
bab25a4
Render geohashes at p. meridian & all precisions
robyngit Jan 18, 2023
c84e737
Limit number of geohashes to render in Cesium map
robyngit Jan 19, 2023
62f2598
Merge branch 'feature-#1720-cesium-data-catalog' of https://github.co…
robyngit Feb 3, 2023
0a97c80
Merge branch 'develop' into feature-#1720-cesium-data-catalog
robyngit Feb 24, 2023
9fbdb24
Merge branch 'develop' into feature-#1720-cesium-data-catalog
robyngit Mar 11, 2023
4918749
Merge branch 'develop' into feature-#1720-cesium-data-catalog
robyngit Mar 15, 2023
b36a55a
Fix some CSS issues with new data catalog view
robyngit Mar 17, 2023
aebd756
Fix more CSS issues with new data catalog view
robyngit Mar 20, 2023
8b91b72
Fix remaining (?) CSS issues with new data catalog
robyngit Mar 21, 2023
50ef61c
Minor updates to filters display in new Catalog
robyngit Mar 21, 2023
7f46f3a
Standardize formatting in new Catalog views
robyngit Mar 21, 2023
21dfb62
Add JSdocs and error handling to catalogSearch
robyngit Mar 22, 2023
f1aaa55
Fix format & add JSdocs to CatalogSearch subviews
robyngit Mar 22, 2023
e82bdb1
Handle errors and zero results in CatalogSearch
robyngit Mar 22, 2023
e783d5c
Standardize formatting in Filters-Search
robyngit Mar 23, 2023
4f21b5d
Nav to page 1 on new search in CatalogSearchView
robyngit Mar 23, 2023
4c40a1d
Handle page url consistently in CatalogSearchView
robyngit Mar 24, 2023
6ee4dcf
Handle query url consistently in CatalogSearchView
robyngit Mar 24, 2023
f8bc799
Ensure CatalogSearch doesn't go beyond last page
robyngit Mar 24, 2023
5be539d
Standardize formatting in Geohash related models
robyngit Mar 27, 2023
8e35e70
Work on CatalogSearch connectors [WIP]
robyngit Mar 28, 2023
d458ad1
Ensure SolrResults hear when spatial filter added
robyngit Mar 29, 2023
aa28250
Remove logic from Geohash model (now in Sp. Filter)
robyngit Mar 29, 2023
bf6cc2d
Standardize formatting in Filters collection
robyngit Mar 29, 2023
a6bc546
Standardize formatting in Map & MapAssets
robyngit Mar 29, 2023
fa7579e
Add facet counts to Geohash Layer from Search
robyngit Mar 29, 2023
6808fcf
Create Map-Search-Filters connector
robyngit Mar 30, 2023
2898796
Add init options to MapSearchFilters connector
robyngit Mar 30, 2023
d7e2557
Add init options to CatalogSearchView
robyngit Mar 30, 2023
14bbfd6
Small refactor to toggle map spatial filter [WIP]
robyngit Mar 31, 2023
84a6183
Make more efficient spatial queries [WIP]
robyngit Apr 3, 2023
261025d
Fix bugs with constructing spatial queries
robyngit Apr 5, 2023
6d55bf5
Fix MapFiltersSearch connector & geohash rendering
robyngit Apr 6, 2023
6bc3a13
Fix geohash geoJSON & getting hashes for filter
robyngit Apr 6, 2023
f02d1a2
Style/connect catalog<->map buttons; move CSS
robyngit Apr 7, 2023
fd48825
Fix bug in filters-search connector
robyngit Apr 10, 2023
f9b0aae
Improvements to Geohash appearance
robyngit Apr 12, 2023
f46a501
Support CZML; Add labels to Geohashes (WIP)
robyngit Apr 13, 2023
9190bfd
Render geohash count labels
robyngit Apr 17, 2023
af71df4
Add zoom to geohash on click behaviour
robyngit Apr 17, 2023
b4b745d
Fix zooming behavior & feature info bugs in Cesium
robyngit Apr 18, 2023
dd993b7
Add ability to highlight geohash on map icon hover
robyngit Apr 18, 2023
457bdbf
Somewhat improve CesiumMap + Search performance
robyngit Apr 19, 2023
5bff0df
Add Map opts for hiding home button & layer list
robyngit Apr 19, 2023
70fde2b
Improvements to catalog search styles [WIP]
robyngit Apr 19, 2023
d6b82d5
Fix styles in new catalog & routing to old catalog
robyngit Apr 20, 2023
88b4696
Modify filter styles for new catalog
robyngit Apr 21, 2023
fa9584b
Optimize calculating geohashes for a map view
robyngit May 3, 2023
be0f061
Make CesiumGeohash compatible with new methods +
robyngit May 4, 2023
0334188
Fix calculation of whether geohashes are in view
robyngit May 5, 2023
e8ba9ae
UI enhancements for the new CatalogSearchView
robyngit May 5, 2023
aed5794
Standardize formatting in BooleanFilterView
robyngit May 5, 2023
a797bb2
Make filters optionally collapsible
robyngit May 5, 2023
e96d546
Add py script for generating basic test files
robyngit May 5, 2023
658e0dd
Add initial test files for new catalog view files
robyngit May 5, 2023
962be15
tiny fixes
robyngit May 5, 2023
5ba9336
one more tiny fix
robyngit May 5, 2023
e5fe321
Standardize test filenames
robyngit May 22, 2023
53c5e64
Add tests for Geohashes collections
robyngit May 22, 2023
5b67204
Add tests for Filters-Map connector
robyngit May 22, 2023
a7a9f12
Add rest of tests for Geohash-related map models
robyngit May 24, 2023
d29c21d
Add docs for: CatalogSearchView, Filters, Cesium
robyngit May 25, 2023
639fab4
Add screenshots for CatalogSearchView & sub-views
robyngit May 25, 2023
f6a993d
Add JSDocs @since tags to new methods
robyngit May 25, 2023
6ad2fd6
Exclude portals & collections from search results
robyngit May 30, 2023
4df5a58
Fix minor bug with DateFilterView
robyngit May 30, 2023
ed827d4
Add metrics & map icons to the search results list
robyngit Jun 5, 2023
7d5ac0b
Remove unused imports in catalog/map views
robyngit Jun 8, 2023
c1bfaf4
Support Open Street Map layer in Cesium
robyngit Jun 16, 2023
d5a13f8
Allow Geohash layer to be hidden by user
robyngit Jun 20, 2023
485dd4b
Load Cesium from CDN and upgrade to v 1.91
robyngit Jun 20, 2023
b18c27f
Merge pull request #2127 from NCEAS/feature-#1720-cesium-data-catalog
robyngit Jun 27, 2023
2eb8896
Fix bug with VectorData highlight & outline color
robyngit Jun 27, 2023
0a671be
Make labels in Cesium more visible by default
robyngit Jun 27, 2023
018ec06
Don't show metrics in search when there's an error
robyngit Jun 27, 2023
45d66c7
Set ADC to use Cesium map & new catalogSearchView
robyngit Jun 27, 2023
5840e42
Switch to GA4; add flexible analytics models
robyngit Jun 28, 2023
492009b
Add title & description meta tags for portals
robyngit Jun 28, 2023
c7882cb
Fix query string for PubDate filter in old catalog
robyngit Jun 28, 2023
de3e8fc
Add title & description meta tags for portals
robyngit Jun 28, 2023
47bff42
Fix query string for PubDate filter in old catalog
robyngit Jun 28, 2023
0a4996b
Merge branch 'feature-1709-GA4' into develop
robyngit Jun 29, 2023
13d0800
Update googleAnalyticsKeys to GA4 for d1, knb, adc
robyngit Jun 29, 2023
5ff9282
Update version to 2.25.0 and rebuild docs
robyngit Jun 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MetacatUI is an open source, community project. We [welcome contributions](http

Cite this software as:

> Matthew B. Jones, Chris Jones, Lauren Walker, Robyn Thiessen-Bock, Ben Leinfelder, Peter Slaughter, Bryce Mecum, Rushiraj Nenuji, Hesham Elbashandy, Val Hendrix. 2022. MetacatUI: A client-side web interface for DataONE data repositories (version 2.24.0). Arctic Data Center. [doi:10.18739/A25M6282K](https://doi.org/10.18739/A25M6282K)
> Matthew B. Jones, Chris Jones, Lauren Walker, Robyn Thiessen-Bock, Ben Leinfelder, Peter Slaughter, Bryce Mecum, Rushiraj Nenuji, Hesham Elbashandy, Val Hendrix. 2022. MetacatUI: A client-side web interface for DataONE data repositories (version 2.25.0). Arctic Data Center. [doi:10.18739/A25M6282K](https://doi.org/10.18739/A25M6282K)

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: "/metacatui"
highlighter: "rouge"
version: "2.24.0"
version: "2.25.0"
1 change: 1 addition & 0 deletions docs/_includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h2>API</h2>
<h2>Guides</h2>
<a href="{{ site.url }}/guides/accesspolicy.html">Access Policies</a>
<a href="{{ site.url }}/guides/filters/configuring-filters.html">Search Filters</a>
<a href="{{ site.url }}/guides/catalog-view-config">Catalog Search View</a>
<a href="{{ site.url }}/guides/maps/cesium.html">Cesium Map</a>

<h2>Help</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/AccessPolicy.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/AccessPolicyView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/AccessRule.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/AccessRuleView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/AccountSelectView.html

Large diffs are not rendered by default.

1,780 changes: 1,780 additions & 0 deletions docs/docs/Analytics.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/AnnotationFilter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/AnnotationView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/AnnotatorView.html

Large diffs are not rendered by default.

446 changes: 265 additions & 181 deletions docs/docs/AppConfig.html

Large diffs are not rendered by default.

208 changes: 201 additions & 7 deletions docs/docs/AppModel.html

Large diffs are not rendered by default.

239 changes: 226 additions & 13 deletions docs/docs/AppView.html

Large diffs are not rendered by default.

61 changes: 51 additions & 10 deletions docs/docs/AssetColor.html

Large diffs are not rendered by default.

665 changes: 615 additions & 50 deletions docs/docs/AssetColorPalette.html

Large diffs are not rendered by default.

268 changes: 266 additions & 2 deletions docs/docs/AssetColors.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/BooleanFilter.html

Large diffs are not rendered by default.

100 changes: 95 additions & 5 deletions docs/docs/BooleanFilterView.html

Large diffs are not rendered by default.

2,653 changes: 2,385 additions & 268 deletions docs/docs/CatalogSearchView.html

Large diffs are not rendered by default.

1,146 changes: 1,091 additions & 55 deletions docs/docs/Cesium3DTileset.html

Large diffs are not rendered by default.

4,896 changes: 4,626 additions & 270 deletions docs/docs/CesiumGeohash.html

Large diffs are not rendered by default.

572 changes: 552 additions & 20 deletions docs/docs/CesiumImagery.html

Large diffs are not rendered by default.

564 changes: 548 additions & 16 deletions docs/docs/CesiumTerrain.html

Large diffs are not rendered by default.

3,613 changes: 3,273 additions & 340 deletions docs/docs/CesiumVectorData.html

Large diffs are not rendered by default.

622 changes: 388 additions & 234 deletions docs/docs/CesiumWidgetView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ChoiceFilter.html

Large diffs are not rendered by default.

546 changes: 537 additions & 9 deletions docs/docs/ChoiceFilterView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/CitationHeaderView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/CitationListView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/CitationModalView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/CitationModel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/CitationView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Citations.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/docs/CollectionModel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ColorPaletteView.html

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions docs/docs/DataCatalogViewWithFilters.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/DataItemView.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/docs/DataONEObject.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/docs/DataPackage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/DataPackageView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/DateFilter.html

Large diffs are not rendered by default.

611 changes: 548 additions & 63 deletions docs/docs/DateFilterView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/DraftsView.html

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions docs/docs/EML211.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EML211EditorView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLAnnotation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLAnnotations.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLAttribute.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLAttributeView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLDataTable.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLEntity.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLEntityView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLGeoCoverage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLMeasurementScale.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLMeasurementScaleView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLMeasurementTypeView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLMethodStep.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLMethods.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLMethodsView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLNonNumericDomain.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLNumericDomain.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLOtherEntity.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLOtherEntityView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLParty.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLPartyView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLSpecializedText.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLTempCoverageView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLTemporalCoverage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLText.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLText211.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLUnit.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMLView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EMlGeoCoverageView_.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EditCollectionView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/EditorView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ExternalView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Feature.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/FeatureInfoView.html

Large diffs are not rendered by default.

183 changes: 180 additions & 3 deletions docs/docs/Features.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Filter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/FilterEditorView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/FilterGroup.html

Large diffs are not rendered by default.

93 changes: 90 additions & 3 deletions docs/docs/FilterGroupView.html

Large diffs are not rendered by default.

343 changes: 328 additions & 15 deletions docs/docs/FilterGroupsView.html

Large diffs are not rendered by default.

527 changes: 515 additions & 12 deletions docs/docs/FilterView.html

Large diffs are not rendered by default.

532 changes: 459 additions & 73 deletions docs/docs/Filters.html

Large diffs are not rendered by default.

1,856 changes: 1,856 additions & 0 deletions docs/docs/FiltersMapConnector.html

Large diffs are not rendered by default.

293 changes: 268 additions & 25 deletions docs/docs/FiltersSearchConnector.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/FooterView.html

Large diffs are not rendered by default.

3,748 changes: 2,618 additions & 1,130 deletions docs/docs/Geohash.html

Large diffs are not rendered by default.

5,773 changes: 5,773 additions & 0 deletions docs/docs/Geohashes.html

Large diffs are not rendered by default.

1,841 changes: 1,841 additions & 0 deletions docs/docs/GoogleAnalytics.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/GroupListView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ImageUploaderView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/LayerDetailView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/LayerDetailsView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/LayerInfoView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/LayerItemView.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/docs/LayerListView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/LayerNavigationView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/LayerOpacityView.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/docs/LegendView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/LogsSearch.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/LookupModel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Map.html

Large diffs are not rendered by default.

633 changes: 595 additions & 38 deletions docs/docs/MapAsset.html

Large diffs are not rendered by default.

607 changes: 589 additions & 18 deletions docs/docs/MapAssets.html

Large diffs are not rendered by default.

226 changes: 156 additions & 70 deletions docs/docs/MapConfig.html

Large diffs are not rendered by default.

804 changes: 736 additions & 68 deletions docs/docs/MapModel.html

Large diffs are not rendered by default.

2,601 changes: 2,601 additions & 0 deletions docs/docs/MapSearchConnector.html

Large diffs are not rendered by default.

2,735 changes: 2,735 additions & 0 deletions docs/docs/MapSearchFiltersConnector.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/docs/MapView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/MarkdownEditorView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/MarkdownView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/MdqRunView.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/docs/MetacatUI.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/MetadataView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/MetricModalView.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/docs/MetricView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Metrics.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/MetricsChartView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/NavbarView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/NodeSelect.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/NumericFilter.html

Large diffs are not rendered by default.

552 changes: 540 additions & 12 deletions docs/docs/NumericFilterView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ObjectFormat.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ObjectFormatSelect.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ObjectFormats.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortEditorDataView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortEditorImageView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortEditorLogosView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortEditorMdSectionView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortEditorSectionView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortEditorSectionsView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortEditorSettingsView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalDataView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalEditorView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalHeaderView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalImage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalListView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalLogosView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalMembersView.html

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions docs/docs/PortalModel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalSectionModel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalSectionView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalUsagesView.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/docs/PortalView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalVisualizationsView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/PortalsSearchView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Project.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ProjectList.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ProjectView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/QualityCheck.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/QualityReport.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/QueryBuilderView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/QueryField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/QueryFieldSelectView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/QueryFields.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/QueryRuleView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Quota.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Quotas.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/RegisterCitationView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ScaleBarView.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/docs/ScienceMetadata.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ScienceMetadataView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Search.html

Large diffs are not rendered by default.

1,877 changes: 1,877 additions & 0 deletions docs/docs/SearchResultView.html

Large diffs are not rendered by default.

851 changes: 807 additions & 44 deletions docs/docs/SearchResultsPagerView.html

Large diffs are not rendered by default.

859 changes: 814 additions & 45 deletions docs/docs/SearchResultsView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/SearchableSelectView.html

Large diffs are not rendered by default.

550 changes: 539 additions & 11 deletions docs/docs/SemanticFilterView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/SignInView.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/docs/SolrResult.html

Large diffs are not rendered by default.

235 changes: 222 additions & 13 deletions docs/docs/SolrResults.html

Large diffs are not rendered by default.

553 changes: 546 additions & 7 deletions docs/docs/SorterView.html

Large diffs are not rendered by default.

2,359 changes: 1,791 additions & 568 deletions docs/docs/SpatialFilter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Stats.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Subscription.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/TOCView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/TableEditorView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/ToggleFilter.html

Large diffs are not rendered by default.

556 changes: 542 additions & 14 deletions docs/docs/ToggleFilterView.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/docs/ToolbarView.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/docs/UIRouter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Units.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Usage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Usages.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/UserGroup.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/UserGroupView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/UserView.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/Utilities.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/VectorFilter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/VectorFilters.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/docs_other_addtlDocs.jsdoc.html

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions docs/docs/global.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/index.html

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions docs/docs/src_js_app.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_AccessPolicy.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_Citations.js.html

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions docs/docs/src_js_collections_DataPackage.js.html

Large diffs are not rendered by default.

1,140 changes: 626 additions & 514 deletions docs/docs/src_js_collections_Filters.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_ObjectFormats.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_ProjectList.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_QualityReport.js.html

Large diffs are not rendered by default.

28 changes: 25 additions & 3 deletions docs/docs/src_js_collections_SolrResults.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_Units.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_UserGroup.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_bookkeeper_Quotas.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_bookkeeper_Usages.js.html

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion docs/docs/src_js_collections_maps_AssetColors.js.html

Large diffs are not rendered by default.

24 changes: 20 additions & 4 deletions docs/docs/src_js_collections_maps_Features.js.html

Large diffs are not rendered by default.

862 changes: 862 additions & 0 deletions docs/docs/src_js_collections_maps_Geohashes.js.html

Large diffs are not rendered by default.

418 changes: 238 additions & 180 deletions docs/docs/src_js_collections_maps_MapAssets.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_collections_maps_VectorFilters.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_common_Utilities.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_AccessRule.js.html

Large diffs are not rendered by default.

72 changes: 42 additions & 30 deletions docs/docs/src_js_models_AppModel.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_CitationModel.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_CollectionModel.js.html

Large diffs are not rendered by default.

46 changes: 21 additions & 25 deletions docs/docs/src_js_models_DataONEObject.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_LogsSearch.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_LookupModel.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_Map.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_MetricsModel.js.html

Large diffs are not rendered by default.

30 changes: 13 additions & 17 deletions docs/docs/src_js_models_PackageModel.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_QualityCheckModel.js.html

Large diffs are not rendered by default.

54 changes: 33 additions & 21 deletions docs/docs/src_js_models_Search.js.html

Large diffs are not rendered by default.

26 changes: 12 additions & 14 deletions docs/docs/src_js_models_SolrResult.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_Stats.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_UserModel.js.html

Large diffs are not rendered by default.

194 changes: 194 additions & 0 deletions docs/docs/src_js_models_analytics_Analytics.js.html

Large diffs are not rendered by default.

181 changes: 181 additions & 0 deletions docs/docs/src_js_models_analytics_GoogleAnalytics.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_bookkeeper_Quota.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_bookkeeper_Subscription.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_bookkeeper_Usage.js.html

Large diffs are not rendered by default.

300 changes: 300 additions & 0 deletions docs/docs/src_js_models_connectors_Filters-Map.js.html

Large diffs are not rendered by default.

216 changes: 129 additions & 87 deletions docs/docs/src_js_models_connectors_Filters-Search.js.html

Large diffs are not rendered by default.

392 changes: 392 additions & 0 deletions docs/docs/src_js_models_connectors_Map-Search-Filters.js.html

Large diffs are not rendered by default.

394 changes: 394 additions & 0 deletions docs/docs/src_js_models_connectors_Map-Search.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_filters_BooleanFilter.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_filters_ChoiceFilter.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_filters_DateFilter.js.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/docs/src_js_models_filters_Filter.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_filters_FilterGroup.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_filters_NumericFilter.js.html

Large diffs are not rendered by default.

518 changes: 330 additions & 188 deletions docs/docs/src_js_models_filters_SpatialFilter.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_filters_ToggleFilter.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_formats_ObjectFormat.js.html

Large diffs are not rendered by default.

114 changes: 31 additions & 83 deletions docs/docs/src_js_models_maps_AssetColor.js.html

Large diffs are not rendered by default.

607 changes: 291 additions & 316 deletions docs/docs/src_js_models_maps_AssetColorPalette.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_maps_Feature.js.html

Large diffs are not rendered by default.

433 changes: 433 additions & 0 deletions docs/docs/src_js_models_maps_Geohash.js.html

Large diffs are not rendered by default.

633 changes: 358 additions & 275 deletions docs/docs/src_js_models_maps_Map.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_maps_VectorFilter.js.html

Large diffs are not rendered by default.

62 changes: 44 additions & 18 deletions docs/docs/src_js_models_maps_assets_Cesium3DTileset.js.html

Large diffs are not rendered by default.

517 changes: 306 additions & 211 deletions docs/docs/src_js_models_maps_assets_CesiumGeohash.js.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/docs/src_js_models_maps_assets_CesiumImagery.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_maps_assets_CesiumTerrain.js.html

Large diffs are not rendered by default.

447 changes: 331 additions & 116 deletions docs/docs/src_js_models_maps_assets_CesiumVectorData.js.html

Large diffs are not rendered by default.

88 changes: 73 additions & 15 deletions docs/docs/src_js_models_maps_assets_MapAsset.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_metadata_ScienceMetadata.js.html

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions docs/docs/src_js_models_metadata_eml211_EML211.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_metadata_eml211_EMLEntity.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_metadata_eml211_EMLMethods.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_metadata_eml211_EMLParty.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_metadata_eml211_EMLText.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_metadata_eml211_EMLUnit.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_metadata_eml220_EMLText.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_metadata_eml_EMLMethodStep.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_portals_PortalImage.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_portals_PortalModel.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_portals_PortalSectionModel.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_projects_Project.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_models_queryFields_QueryField.js.html

Large diffs are not rendered by default.

55 changes: 24 additions & 31 deletions docs/docs/src_js_routers_router.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_views_AccessPolicyView.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_views_AccessRuleView.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_views_AnnotationView.js.html

Large diffs are not rendered by default.

38 changes: 20 additions & 18 deletions docs/docs/src_js_views_AppView.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_views_CitationHeaderView.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_views_CitationListView.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_views_CitationView.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/src_js_views_ColorPaletteView.js.html

Large diffs are not rendered by default.

94 changes: 23 additions & 71 deletions docs/docs/src_js_views_DataCatalogView.js.html

Large diffs are not rendered by default.

Loading