Crs (TQL Param): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
}} | }} | ||
== | ==Example CRSs== | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
| Line 11: | Line 11: | ||
!Description | !Description | ||
|- | |- | ||
|WGS 84 / Pseudo-Mercator | |[https://epsg.io/3857 WGS 84 / Pseudo-Mercator] | ||
|3857 | |3857 | ||
|Spherical Mercator, Google Maps, OpenStreetMap, Bing, ArcGIS, ESRI | |Spherical Mercator, Google Maps, OpenStreetMap, Bing, ArcGIS, ESRI | ||
|- | |- | ||
|WGS 84 | |[https://epsg.io/4326 WGS 84] | ||
|4326 | |4326 | ||
|WGS84 - World Geodetic System 1984, used in GPS | |WGS84 - World Geodetic System 1984, used in GPS | ||
|- | |- | ||
|Amersfoort / RD New | |[https://epsg.io/28992 Amersfoort / RD New] | ||
|28992 | |28992 | ||
|Netherlands - Holland - Dutch | |Netherlands - Holland - Dutch | ||
|- | |||
|[https://epsg.io/31370 BD72 / Belgian Lambert 72] | |||
|31370 | |||
|Belgium | |||
|} | |} | ||
{{article end | |||
|notes=*Other Coordinate reference systems (CRS) with their units and their extend can be found on [https://epsg.io/ epsg.io] | |||
}} | |||
{{TQL param nav}} | {{TQL param nav}} | ||
Latest revision as of 07:40, 29 April 2026
| Param | Type | Description | Limits search polygon |
|---|---|---|---|
| CRS | positive integer | CRS EPGS number of requested coordinate system | false |
Example CRSs
| Name | Code | Description |
|---|---|---|
| WGS 84 / Pseudo-Mercator | 3857 | Spherical Mercator, Google Maps, OpenStreetMap, Bing, ArcGIS, ESRI |
| WGS 84 | 4326 | WGS84 - World Geodetic System 1984, used in GPS |
| Amersfoort / RD New | 28992 | Netherlands - Holland - Dutch |
| BD72 / Belgian Lambert 72 | 31370 | Belgium |
Notes
- Other Coordinate reference systems (CRS) with their units and their extend can be found on epsg.io