Re: [Qgis-user] Http access to json return

2020-06-24 Thread Yoichi Kayama
I tried GeoJSON. I was able to use it as a layer in QGIS by inputting the URL that returns geojson in the menu Layer -> Data source manager -> Vector -> Source type file .I put the URL in the column to enter the file path. 2020年6月24日(水) 20:55 Alessandro Pasotti : > > You can have a look to > http

[Qgis-user] How to apply own styles to custom vector tiles?

2020-06-24 Thread Rahkonen Jukka (MML)
Hi, I can add vector tiles into QGIS 3.14 from the WMTS service of the National Land Survey of Finland with the following URL (api-key will change some day) https://avoin-karttakuva.maanmittauslaitos.fi/vectortiles/taustakartta/wmts/1.0.0/taustakartta/default/v20/WGS84_Pseudo-Mercator/{z}/{y}/{x}

Re: [Qgis-user] Update field based on a value from another layer

2020-06-24 Thread Bernd Vogelgesang
On 24.06.20 10:45, Ben Hur Pintor wrote: Hi, aggregate ( layer:='yourpolygonlayername', aggregate:='concatenate', expression:="yourfieldtoextract", filter:=contains($geometry, geometry(@parent))) +1 for Harissou's answer. I'm gonna copy this one in my future workflows. Thanks! H

Re: [Qgis-user] Http access to json return

2020-06-24 Thread Alessandro Pasotti
You can have a look to https://qgis.org/pyqgis/3.2/core/File/QgsFileDownloader.html , store the contents to a temporary file and then load it. ... or also https://qgis.org/pyqgis/3.2/core/Network/QgsNetworkContentFetcher.html?highlight=fetcher#module-QgsNetworkContentFetcher Both classes handle Q

Re: [Qgis-user] Http access to json return

2020-06-24 Thread Karl Magnus Jönsson
Hi! I’m also interested this functionality. Need to use OAuht2 authentication but that seems not to be available. Guess there is just an solution programmatically then. Karl-Magnus Från: Qgis-user För Ben Hur Pintor Skickat: den 24 juni 2020 10:23 Till: Steve Sgalowski Kopia: QGIS User Ämne:

Re: [Qgis-user] QGIS on ARM-macOS

2020-06-24 Thread Greg Troxel
Saber Razmjooei writes: > For https://inputapp.io we have put together an SDK to compile QGIS and all > its dependencies on iOS: > https://github.com/lutraconsulting/input-sdk How does that work in terms of licensing? I am guessing that people can then install it on their own phones, but not di

[Qgis-user] exporting to dxf

2020-06-24 Thread Boaz Bar Ilan
hi while im exporting a project into a dxf - nothing happen if i save a layer into a shp file on different file , open it in qgis and than export it to dxf it succeed! whats the difference ? and how to export a whole project? thanks boaz ___ Qgis-user m

Re: [Qgis-user] QGIS on ARM-macOS

2020-06-24 Thread Christoph Jung
Nice to hear, that QGIS could work on ARM too. > Am 23.06.2020 um 14:49 schrieb Saber Razmjooei > : > >  > For https://inputapp.io we have put together an SDK to compile QGIS and all > its dependencies on iOS: > https://github.com/lutraconsulting/input-sdk > > It should be straightforward to

Re: [Qgis-user] Update field based on a value from another layer

2020-06-24 Thread Ben Hur Pintor
Hi, aggregate ( layer:='yourpolygonlayername', aggregate:='concatenate', > expression:="yourfieldtoextract", filter:=contains($geometry, > geometry(@parent))) > +1 for Harissou's answer. I'm gonna copy this one in my future workflows. Thanks! You can also try the Point Sampling Tool

Re: [Qgis-user] Http access to json return

2020-06-24 Thread Ben Hur Pintor
Hi! If it's a vector layer (e.g. geojson response) that you'll load via API, you can try using the Data Source Manager -> Vector Tab and use *Protocol: HTTP(S), cloud, etc.*. You can select the proper *Type* and input the *URI* similar to the image below. This will load the file/response as a QGIS