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-features.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,46 +38,45 @@ vector data source.
38
38
It may be helpful to open the dataset in [QGIS](https://qgis.org) while adding and updating your pygeoapi server to easily evaluate table attributes, names, spatial properties and CRS.
39
39
40
40
41
-
Let's add the file `workshop/exercises/data/tartu/cp-tartu2.gpkg.zip`:
41
+
Let's add the file `workshop/exercises/data/brazil/guama_river.gpkg.zip`:
42
42
43
43
!!! question "Update the pygeoapi configuration"
44
44
45
-
First, let's unzip the file [cptartu2.gpkg.zip](https://github.com/geopython/diving-into-pygeoapi/tree/main/workshop/exercises/data/tartu/cptartu2.gpkg.zip) to `cptartu2.gpkg`.
45
+
First, let's unzip the file [guama_river.gpkg.zip](https://github.com/geopython/diving-into-pygeoapi/tree/main/workshop/exercises/data/brazil/guama_river.gpkg.zip) to `guama_river.gpkg`.
46
46
47
47
Then, open the pygeoapi configuration file in a text editor.
48
-
Find the line `# START - EXERCISE 2 - cadastral parcels Tartu`.
48
+
Find the line `# START - EXERCISE 2 - flowlines Guama River`.
49
49
50
50
Add a new dataset section by uncommenting the lines up to `# END - EXERCISE 2 - cadastral parcels Tartu`:
0 commit comments