You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/options.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -163,20 +163,20 @@ by using stacProxyUrl you can proxy the original STAC server with one that enabl
163
163
164
164
**DEPRECATED!**
165
165
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.
167
167
168
168
## Security
169
169
170
170
### allowExternalAccess
171
171
172
172
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`.
174
174
Must be set to `true` if a `catalogUrl` is not given as otherwise you won't be able to browse anything.
175
175
176
176
### allowedDomains
177
177
178
178
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.
180
180
181
181
### crossOriginMedia
182
182
@@ -357,7 +357,7 @@ Please note that this option can only be provided through a config file and is n
357
357
358
358
Depending on this option, either client-side or server-side rendering of imagery such as (cloud-optimized) GeoTiffs can be enabled/disabled.
359
359
360
-
If `buildTileUrlTemplate` is given server-side rendering of GeoTiffs is enabled.
360
+
If `buildTileUrlTemplate` is given, server-side rendering of GeoTiffs is enabled.
361
361
If server-side rendering should only be used as a fallback for client-side rendering, enable the boolean `useTileLayerAsFallback` option.
362
362
363
363
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:
372
372
### displayGeoTiffByDefault
373
373
374
374
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.
0 commit comments