Skip to content

Commit

Permalink
v3.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 8, 2025
1 parent 5ad6382 commit 00dae4c
Show file tree
Hide file tree
Showing 3 changed files with 3,678 additions and 2,271 deletions.
40 changes: 22 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
limit the overall number of catalog reads necessary when browsing (as catalogs
may be nested and do not necessarily contain references to their parents).

Version: **3.2.0** (supports all STAC versions between 0.6.0 and 1.1.0)
Version: **3.3.0-rc.1** (supports all STAC versions between 0.6.0 and 1.1.0)

This package has also been published to npm as [`@radiantearth/stac-browser`](https://www.npmjs.com/package/@radiantearth/stac-browser).

Expand All @@ -20,23 +20,27 @@ If you care about STAC Browser and have some funds to support the future of STAC

**Table of Contents:**

- [Examples](#examples)
- [Get Started](#get-started)
- [Private query parameters](#private-query-parameters)
- [Migrate from old versions](#migrate-from-old-versions)
- [Customize](#customize)
- [Options](#options)
- [Languages](#languages)
- [Themes](#themes)
- [Basemaps](#basemaps)
- [Actions](#actions)
- [Additional metadata fields](#additional-metadata-fields)
- [Customize through root catalog](#customize-through-root-catalog)
- [Custom extensions](#custom-extensions)
- [Docker](#docker)
- [Contributing](#contributing)
- [Adding a new language](#adding-a-new-language)
- [Sponsors](#sponsors)
- [STAC Browser](#stac-browser)
- [Examples](#examples)
- [Get Started](#get-started)
- [Private query parameters](#private-query-parameters)
- [Migrate from old versions](#migrate-from-old-versions)
- [Customize](#customize)
- [Options](#options)
- [Languages](#languages)
- [Custom phrases](#custom-phrases)
- [Themes](#themes)
- [Basemaps](#basemaps)
- [Actions](#actions)
- [Additional metadata fields](#additional-metadata-fields)
- [Example](#example)
- [Translation](#translation)
- [Customize through root catalog](#customize-through-root-catalog)
- [Custom extensions](#custom-extensions)
- [Docker](#docker)
- [Contributing](#contributing)
- [Adding a new language](#adding-a-new-language)
- [Sponsors](#sponsors)

## Examples

Expand Down
Loading

0 comments on commit 00dae4c

Please sign in to comment.