You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workshop/content/docs/publishing/ogcapi-tiles.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: Exercise 4 - Tiles of geospatial data via OGC API - Tiles
2
+
title: Exercise 5 - Tiles of geospatial data via OGC API - Tiles
3
3
---
4
4
5
-
# Exercise 4 - Tiles of geospatial data via OGC API - Tiles
5
+
# Exercise 5 - Tiles of geospatial data via OGC API - Tiles
6
6
7
7
[OGC API - Tiles](https://ogcapi.ogc.org/tiles) provides a Web API to deliver tiles of geospatial information. Different forms of geospatial information are supported, such as tiles of vector features ("vector tiles"), coverages, maps (or imagery) and potentially eventually additional types of tiles of geospatial information. The standard is available on this document:
8
8
@@ -261,7 +261,7 @@ Finally start the docker composition, which will download and ingest the dataset
261
261
262
262
### QGIS
263
263
264
-
QGIS supports OGC API Vector Tiles via the [Vector Tiles Layer](https://docs.qgis.org/3.34/en/docs/user_manual/working_with_vector_tiles/vector_tiles_properties.html). Although OGC API - Tiles are not natively supported, you can customize the `generic connection` in order to access them in QGIS.
264
+
QGIS supports OGC API Vector Tiles via the [Vector Tiles Layer](https://docs.qgis.org/3.40/en/docs/user_manual/working_with_vector_tiles/vector_tiles_properties.html). Although OGC API - Tiles are not natively supported, you can customize the `generic connection` in order to access them in QGIS.
265
265
266
266
!!! question "Access OGC API Vector Tiles from QGIS"
Copy file name to clipboardExpand all lines: workshop/content/mkdocs.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
site_name: Diving into pygeoapi
2
2
site_description: "pygeoapi is an OGC Reference Implementation supporting numerous OGC API specifications. This workshop will cover publishing geospatial data to the Web using pygeoapi in support of the suite of OGC API standards."
0 commit comments