Re: [gdal-dev] OAPIF and apikey

2020-05-13 Thread Even Rouault
> The generated requests contain &limit=10 and &limit=5 and value 10 is used. > HTTP: > Fetch(https://avoin-paikkatieto.maanmittauslaitos.fi/maastotiedot/features/ > v1/collections/hylky/items?next=MDoxMzk%3D&api-key=12be7903-e203-4836-9bd9-8 > cc6bdfcf880&limit=10&api-key=12be7903-e203-4836-9bd9-8

Re: [gdal-dev] OAPIF and apikey

2020-05-13 Thread Rahkonen Jukka (MML)
Even Rouault wrote: > On mardi 12 mai 2020 21:21:30 CEST Rahkonen Jukka (MML) wrote: >> Hi, >> >> I wonder how I could deal with an OGC API Features service that requires to >> use apikey as an extra parameter in each request. First step is easy >> because I can just add the apikey parameter to t

Re: [gdal-dev] OAPIF and apikey

2020-05-12 Thread Even Rouault
On mardi 12 mai 2020 21:21:30 CEST Rahkonen Jukka (MML) wrote: > Hi, > > I wonder how I could deal with an OGC API Features service that requires to > use apikey as an extra parameter in each request. First step is easy > because I can just add the apikey parameter to the URL of the landing page >

[gdal-dev] OAPIF and apikey

2020-05-12 Thread Rahkonen Jukka (MML)
Hi, I wonder how I could deal with an OGC API Features service that requires to use apikey as an extra parameter in each request. First step is easy because I can just add the apikey parameter to the URL of the landing page (?api-key=xxxyyyzzzkkk) but the link to collections in the document tha