Skip to content

Commit 73d0741

Browse files
committed
- Put back QGIS client example on tiles section
1 parent ef9fa4d commit 73d0741

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
599 KB
Loading
649 KB
Loading
3.63 MB
Loading

workshop/content/docs/publishing/ogcapi-tiles.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Finally start the docker composition, which will download and ingest the dataset
258258
If you are in production, you may want to close the elastic ports on docker-compose.
259259

260260
## Client access
261-
<!--
261+
262262
### QGIS
263263

264264
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.
@@ -276,18 +276,18 @@ QGIS supports OGC API Vector Tiles via the [Vector Tiles Layer](https://docs.qgi
276276

277277
- locate the vector tiles service on the left hand side browser panel. Note that you can also use the top menu and navigate to `Layer > Add Layer > Vector Tile Layer`
278278

279-
![](../assets/images/qgis-vtiles1.png){ width=100% }
280-
281279
- right-click to bring up the context menu and choose `New Generic connection`
282280
- fill the required values. For URL, use the URL you noted from the previous step, replacing `{tileMatrix}/{tileRow}/{tileCol}` with `{z}/{y}/{x}`.
283-
- press `OK` to add the service. At this point, if you are using the browser you should see the collection appearing in the menu, below "Vector Tiles"
284-
- double-click in the collection to add it to the map
285-
<!-- - remember to set the CRS of the map to `EPSG:3857` by clicking in the button on the lower right corner
286-
- zoom in to Hyderabad to visualize your dataset
287-
288-
![](../assets/images/qgis-vtiles2-hyderabad.png){ width=100% }
289-
![](../assets/images/qgis-vtiles4-hyderabad.png){ width=100% }
290-
-->
281+
282+
![](../assets/images/qgis-vtiles-hyderabad1.png){ width=100% }
283+
284+
- press `OK` to add the service. At this point, if you should see the connection appear it. Click `Add` to add it to the map
285+
- Zoom in to Hyderabad to visualize your dataset
286+
287+
![](../assets/images/qgis-vtiles-hyderabad2.png){ width=100% }
288+
289+
![](../assets/images/qgis-vtiles-hyderabad3.png){ width=100% }
290+
291291
### LeafletJS
292292

293293
[LeafletJS](https://leafletjs.com) is a popular JavaScript library to add interactive maps to websites. LeafletJS does not support OGC API's explicitly, however can interact with OGC API by using the results of the API directly.

0 commit comments

Comments
 (0)