Skip to content

Commit cda6834

Browse files
author
Matan Yadaev
committed
fix api.md
1 parent 5b039a5 commit cda6834

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Spatial reference identifiers (SRID) identify the type of coordinate system to u
5656

5757
An enum is provided with the following values:
5858

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) |
6363

6464
## Available spatial scopes
6565

0 commit comments

Comments
 (0)