Skip to content

Commit 33f3223

Browse files
committed
Fix README
Co-Authored-By: @SergeCroise
1 parent 096d812 commit 33f3223

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,20 +163,20 @@ by using stacProxyUrl you can proxy the original STAC server with one that enabl
163163

164164
**DEPRECATED!**
165165

166-
If you are updating from on old version of STAC Browser, you can set this option to `true` to redirect users from the old "unreadable" URLs to the new human-readable URLs.
166+
If you are updating from an old version of STAC Browser, you can set this option to `true` to redirect users from the old "unreadable" URLs to the new human-readable URLs.
167167

168168
## Security
169169

170170
### allowExternalAccess
171171

172172
This allows or disallows loading and browsing external STAC data.
173-
External STAC data is any data that is not a children of the given `catalogUrl`.
173+
External STAC data is any data that is not a child of the given `catalogUrl`.
174174
Must be set to `true` if a `catalogUrl` is not given as otherwise you won't be able to browse anything.
175175

176176
### allowedDomains
177177

178178
You can list additional domains (e.g. `example.com`) that private data is sent to, e.g. authentication data.
179-
This applies to query paramaters and request headers.
179+
This applies to query parameters and request headers.
180180

181181
### crossOriginMedia
182182

@@ -357,7 +357,7 @@ Please note that this option can only be provided through a config file and is n
357357

358358
Depending on this option, either client-side or server-side rendering of imagery such as (cloud-optimized) GeoTiffs can be enabled/disabled.
359359

360-
If `buildTileUrlTemplate` is given server-side rendering of GeoTiffs is enabled.
360+
If `buildTileUrlTemplate` is given, server-side rendering of GeoTiffs is enabled.
361361
If server-side rendering should only be used as a fallback for client-side rendering, enable the boolean `useTileLayerAsFallback` option.
362362

363363
To clarify the behavior, please have a look at the following table:
@@ -372,7 +372,7 @@ To clarify the behavior, please have a look at the following table:
372372
### displayGeoTiffByDefault
373373

374374
If set to `true`, the map also shows non-cloud-optimized GeoTiff files by default. Otherwise (`false`, default), it only shows COGs and you can only enforce showing GeoTiffs to be loaded with the "Show on map" button but they are never loaded automatically.
375-
Loading non-cloud-optimized GeoTiffs only works reliably for smaller files (< 1MB). It may also work for larger files, but it is depending a lot on the underlying client hardware and software.
375+
Loading non-cloud-optimized GeoTiffs only works reliably for smaller files (< 1MB). It may also work for larger files, but it depends a lot on the underlying client hardware and software.
376376

377377
### crs
378378

0 commit comments

Comments
 (0)