File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ Spatial reference identifiers (SRID) identify the type of coordinate system to u
56
56
57
57
An enum is provided with the following values:
58
58
59
- | Identifier | Value | Description |
60
- | --------------------| -------| -------------------------------------------------------------------------------------|
61
- | SRID ::WGS84 | 4326 | [ Geographic coordinate system] ( https://epsg.org/crs_4326/WGS-84.html ) |
62
- | SRID ::WEB_MERCATOR | 3857 | [ Mercator coordinate system] ( https://epsg.org/crs_3857/WGS-84-Pseudo-Mercator.html ) |
59
+ | Identifier | Value | Description |
60
+ | ---------------------- | - -------| -------------------------------------------------------------------------------------|
61
+ | ` Srid ::WGS84` | ` 4326 ` | [ Geographic coordinate system] ( https://epsg.org/crs_4326/WGS-84.html ) |
62
+ | ` Srid ::WEB_MERCATOR` | ` 3857 ` | [ Mercator coordinate system] ( https://epsg.org/crs_3857/WGS-84-Pseudo-Mercator.html ) |
63
63
64
64
## Available spatial scopes
65
65
You can’t perform that action at this time.
0 commit comments