Skip to content

Commit

Permalink
Carto. layout class separation & grid-crss. issue #97
Browse files Browse the repository at this point in the history
  • Loading branch information
joanma747 committed Nov 19, 2022
1 parent 8cf3076 commit 4a79e94
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ OGC API - Maps is part of the suite of [OGC API standards](https://ogcapi.ogc.or

## Overview

*IMPORTANT NOTE: The description in this README.md can be older than the one in the [standard](core/standard) draft. In case of discrepancy, the standard draft takes precedence.*
*IMPORTANT NOTE: The description in this README.md can be older than the one in the [standard](core/standard) draft. In case of discrepancy, the standard draft takes precedence (last update 2022-11-17).*

OGC API - Maps specifies building blocks for Web APIs providing maps representing geospatial data.
OGC API - Maps specifies building blocks for Web APIs providing maps representing geospatial data. These building blocks can be combined with several origins such as the ones suggested in the Origin Conformance Classes. To build a full URL substitute the "..." for the origin URL (e.g., `.../map` becomes `{datasetRoot}/collections/{collectionId}/map`).

**Get a map**

Expand All @@ -19,6 +19,7 @@ GET .../map
```
Requests the default representation of the map. Additional parameters can be specified to offer more control on the map being returned.


**Specify dimensions**

```
Expand Down Expand Up @@ -102,9 +103,9 @@ GET .../styles/{styleId}/map?

### Origin Conformance Classes

10. [Dataset Maps](http://docs.ogc.org/DRAFTS/20-058.html#rc_datasetMaps) (`.../map`) allows to retrieve a map for an OGC API dataset as a whole, in combination with OGC API Common - Part 1: Core
11. [Collection Maps](http://docs.ogc.org/DRAFTS/20-058.html#rc_geoDataResourceMaps) (`.../collections/{collectionId}/map`) allows to retrieve a map for a specific OGC API collection, in combination with OGC API Common - Part 2: Geospatial Data.
12. ["Styled Map"](http://docs.ogc.org/DRAFTS/20-058.html#rc_styledMaps) (`.../styles/{styleId}/map`) allows to retrieve a map for a particular style, in combination with OGC API - Styles
10. [Dataset Maps](http://docs.ogc.org/DRAFTS/20-058.html#rc_datasetMaps) (`{datasetRoot}/map`) allows to retrieve a map for an OGC API dataset as a whole, in combination with OGC API Common - Part 1: Core
11. [Collection Maps](http://docs.ogc.org/DRAFTS/20-058.html#rc_geoDataResourceMaps) (`{datasetRoot}/collections/{collectionId}/map`) allows to retrieve a map for a specific OGC API collection, in combination with OGC API Common - Part 2: Geospatial Data.
12. ["Styled Map"](http://docs.ogc.org/DRAFTS/20-058.html#rc_styledMaps) (`({datasetRoot}|{datasetRoot}/collections/{collectionId})/styles/{styleId}/map`) allows to retrieve a map for a particular style, in combination with OGC API - Styles

### Representations Conformance Classes

Expand Down

0 comments on commit 4a79e94

Please sign in to comment.