Skip to content

add /map prefix to tiles endpoint #1126

@vincentsarago

Description

@vincentsarago

right now we have tiles endpoints in form of /tiles/{tileMatrixSetId}/{z}/{x}/{y} which is compliant with OGC Tileset specification.

we could also comply with dataset-tileset and tilesets-map conformance by adding /map prefix to the /tiles endpoints

# now                               
../tiles                                                   
../tiles/{tileMatrixSetId}                                     
../tiles/{tileMatrixSetId}/{z}/{x}/{y}[@{scale}x][.{format}]
/tileMatrixSets
/tileMatrixSets/{tileMatrixSetId}

ConformsTo:
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/core
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tileset
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tilesets-list
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/oas30

# after                                  
../map/tiles                                                   
../map/tiles/{tileMatrixSetId}                                     
../map/tiles/{tileMatrixSetId}/{z}/{x}/{y}[@{scale}x][.{format}] 
/tileMatrixSets
/tileMatrixSets/{tileMatrixSetId}

ConformsTo: 
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/core
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tileset
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tilesets-list
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/dataset-tilesets
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tilesets-map
- http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/oas30

ref: https://docs.ogc.org/is/20-057/20-057.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions