Skip to content

Commit

Permalink
docs: update config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Sep 12, 2023
1 parent 677d570 commit 74944b5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## url Type

`string`
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
| :-------------------------- | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [id](#id) | `string` | Required | cannot be null | [WFRC RTP Projects Application Configuration](config-properties-layerselector-properties-baselayers-items-anyof-1-properties-id.md "https://wfrc.org/??/config.schema.json#/properties/layerSelector/properties/baseLayers/items/anyOf/1/properties/id") |
| [Factory](#factory) | `string` | Required | cannot be null | [WFRC RTP Projects Application Configuration](config-properties-layerselector-properties-baselayers-items-anyof-1-properties-factory.md "https://wfrc.org/??/config.schema.json#/properties/layerSelector/properties/baseLayers/items/anyOf/1/properties/Factory") |
| [urlTemplate](#urltemplate) | `string` | Required | cannot be null | [WFRC RTP Projects Application Configuration](config-properties-layerselector-properties-baselayers-items-anyof-1-properties-urltemplate.md "https://wfrc.org/??/config.schema.json#/properties/layerSelector/properties/baseLayers/items/anyOf/1/properties/urlTemplate") |
| [urlTemplate](#urltemplate) | `string` | Optional | cannot be null | [WFRC RTP Projects Application Configuration](config-properties-layerselector-properties-baselayers-items-anyof-1-properties-urltemplate.md "https://wfrc.org/??/config.schema.json#/properties/layerSelector/properties/baseLayers/items/anyOf/1/properties/urlTemplate") |
| [url](#url) | `string` | Optional | cannot be null | [WFRC RTP Projects Application Configuration](config-properties-layerselector-properties-baselayers-items-anyof-1-properties-url.md "https://wfrc.org/??/config.schema.json#/properties/layerSelector/properties/baseLayers/items/anyOf/1/properties/url") |

## id

Expand Down Expand Up @@ -52,7 +53,7 @@ The urlTemplate for the layer. "{quadWord}" will be automatically replaced with

`urlTemplate`

* is required
* is optional

* Type: `string`

Expand All @@ -63,3 +64,21 @@ The urlTemplate for the layer. "{quadWord}" will be automatically replaced with
### urlTemplate Type

`string`

## url

The url for the layer. Used for TileLayer factories.

`url`

* is optional

* Type: `string`

* cannot be null

* defined in: [WFRC RTP Projects Application Configuration](config-properties-layerselector-properties-baselayers-items-anyof-1-properties-url.md "https://wfrc.org/??/config.schema.json#/properties/layerSelector/properties/baseLayers/items/anyOf/1/properties/url")

### url Type

`string`

0 comments on commit 74944b5

Please sign in to comment.