Skip to content

Commit c764c79

Browse files
weblorinphilipbaileynar
authored andcommitted
fix path to schema.json file in symbology-web-vectors.mdx
1 parent ba9f0af commit c764c79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/technical-reference/symbology/symbology-web-vectors.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The file defining the symbology for a vector layer in the Web Viewer should have
1111

1212
``` JSON
1313
{
14-
"$schema": "https://raw.githubusercontent.com/Riverscapes/RiverscapesXML/refs/heads/master/Symbology/web/vector.schema.json",
14+
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
1515
"legend": [],
1616
"layerStyles": []
1717
}
@@ -163,7 +163,7 @@ The final symbology file will look something like this:
163163

164164
``` json
165165
{
166-
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
166+
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
167167
"legend": [
168168
["hsl(116, 57%, 39%)", "legend table layer 1"],
169169
["hsl(108, 87%, 59%)", "legend table layer 1"],
@@ -227,7 +227,7 @@ The filename must be `somename.json` and the `somename` part should match what's
227227

228228
So if my business logic looks like this:
229229

230-
``` xml
230+
```xml
231231
<Node xpathlabel="Name" xpath="Outputs/Geopackage/Layers/Vector[@id='CONFINEMENT_RATIO']" type="line" id="confinement_ratio" symbology="confinement_ratio" />
232232
```
233233

0 commit comments

Comments
 (0)