Skip to content

Commit 5b89128

Browse files
authored
Enhance bbox request instructions in part2-crs.md
Added example URLs for bbox-requests in non-native CRS and included instructions for specifying bbox in RD.
1 parent 5cb79b6 commit 5b89128

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • 04 OGC-API-Features/handson/ogc-api-features-webclient/part_2_3_5

04 OGC-API-Features/handson/ogc-api-features-webclient/part_2_3_5/part2-crs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Korte theorie over CRS en hands-on oefeningen waarmee deelnemers leren:
2424
- Vergelijk de geometrieën met het native CRS-response.
2525

2626
3) BBOX in een niet-native CRS
27-
- Maak twee bbox-requests (een in native CRS, een in EPSG:4326 of EPSG:28992). Vergelijk aantallen features en coördinaten.
27+
- Maak twee bbox-requests (een in native CRS, een in EPSG:4326 of EPSG:28992). Vergelijk aantallen features en coördinaten. Bijvoorbeeld: https://api.pdok.nl/lv/bgt/ogc/v1/collections/bak/items?f=json&limit=1000&bbox=4.7,52.01,4.71,52.02 en https://api.pdok.nl/lv/bgt/ogc/v1/collections/bak/items?f=json&crs=http://www.opengis.net/def/crs/EPSG/0/28992&limit=1000&bbox=4.7,52.01,4.71,52.02
28+
- Probeer ook een bbox in RD op te geven met de extra parameter <bbox-crs=http://www.opengis.net/def/crs/EPSG/0/28992>
2829

2930
4) Client-side reprojection (voorbeeld)
3031
- Open `crs-demo.html` in je browser. Dit kleine script haalt features op in het native CRS en reprojecteert naar EPSG:3857/EPSG:4326 met `proj4`.

0 commit comments

Comments
 (0)