Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CITE setup for Tiles #59

Merged
merged 2 commits into from
Jul 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions services/pygeoapi_cite/pygeoapi/cite.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,43 @@ resources:
- http://www.opengis.net/def/crs/EPSG/0/3348
storage_crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84

lakes:
type: collection
title: Large Lakes
description: lakes of the world, public domain
keywords:
- lakes
crs:
- CRS84
links:
- type: text/html
rel: canonical
title: information
href: http://www.naturalearthdata.com/
hreflang: en-US
extents:
spatial:
bbox: [-180,-90,180,90]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin: 2011-11-11T00:00:00Z
end: null # or empty
providers:
- type: feature
name: GeoJSON
data: /pygeoapi/tests/data/ne_110m_lakes.geojson
id_field: id
- type: tile
name: MVT-tippecanoe
data: /pygeoapi/tests/data/tiles/ne_110m_lakes
options:
bounds: [[-124.953634,-16.536406],[109.929807,66.969298]]
zoom:
min: 0
max: 11
tomkralidis marked this conversation as resolved.
Show resolved Hide resolved
format:
name: pbf
mimetype: application/vnd.mapbox-vector-tile
hello-world:
type: process
processor:
Expand Down