Re: [Qgis-user] QGIS Modeling, using an model input layer name

2022-01-07 Thread Nicolas Cadieux
Hi, Thanks for you attention.  I was finally able using the following method: Inputraster -> Export layer(s) information ->  Execute SQL (SELECT name FROM input1) -> List unique values -> use the following expression in the Field calculator @List_unique_values_UNIQUE_VALUES.  This gives me a

Re: [Qgis-user] HTML Image Map

2022-01-07 Thread Richard Duivenvoorde
On 1/7/22 17:45, Johannes Kröger (WhereGroup) wrote: Aww, I loved that plugin so much. For so many use cases people don't actually need a zoomable, movable map with controls and tiles and javascript and all that. The image map gives some low resource, pixel perfect, easy UX, independent soluti

Re: [Qgis-user] QGIS Modeling, using an model input layer name

2022-01-07 Thread Nicolas Cadieux
Hi, I'am not trying to use the field calculator on the raster.  I am trying to use the layer name of the raster as value.  This value then goes into the field calculator.  This is in a QGIS model. Hope this is clearer. Thanks Nicolas On 2022-01-07 2:07 p.m., Kirk Schmidt wrote: Hi Nicolas

Re: [Qgis-user] QGIS Modeling, using an model input layer name

2022-01-07 Thread Kirk Schmidt
Hi Nicolas The field calculator will not process raster data.  Try using the raster calculator Kirk Schmidt On 1/7/2022 2:56 PM, Nicolas Cadieux wrote: Hi, I can figure this on out!!!  I want to use the layer name of the input layer (a raster) as value for the field calculator. layer_pro

[Qgis-user] QGIS Modeling, using an model input layer name

2022-01-07 Thread Nicolas Cadieux
Hi, I can figure this on out!!!  I want to use the layer name of the input layer (a raster) as value for the field calculator. layer_property(@Inputraster , 'name')  does not work.  Any suggestions? Thanks -- Nicolas Cadieux https://gitlab.com/njacadieux

Re: [Qgis-user] HTML Image Map

2022-01-07 Thread David Strip
On 1/7/2022 9:45 AM, Johannes Kröger (WhereGroup) wrote: Aww, I loved that plugin so much. For so many use cases people don't actually need a zoomable, movable map with controls and tiles and _javascript_ and all that. The image map gives some low resourc

Re: [Qgis-user] HTML Image Map

2022-01-07 Thread WhereGroup
Aww, I loved that plugin so much. For so many use cases people don't actually need a zoomable, movable map with controls and tiles and javascript and all that. The image map gives some low resource, pixel perfect, easy UX, independent solution. A real underdog in modern webdesign! Maybe I will

Re: [Qgis-user] automate connection to a PostGIS db for QGIS

2022-01-07 Thread Alessandro Pasotti
Hi, you have a few options: 1. a shared global settings ini file with your pre-configured connections https://docs.qgis.org/3.16/en/docs/user_manual/introduction/qgis_configuration.html#deploying-qgis-within-an-organization 2. a shared python init script https://docs.qgis.org/3.16/en/docs/user_ma

Re: [Qgis-user] automate connection to a PostGIS db for QGIS

2022-01-07 Thread Richard McDonnell
Hi, I’m unaware of a script, but you could just create a Default Project. These can be stored at a central location, everyone can access or place on their desktop, which will load all the Layers they require. If it’s any help, all the connection details are stored under the QGIS user Profiles.

Re: [Qgis-user] HTML Image Map

2022-01-07 Thread Stefan Keller
Am Fr., 7. Jan. 2022 um 08:42 Uhr schrieb Richard Duivenvoorde : > @stefan: do you still have use for your version? No, not really. I'm mainly using Tom's qgis2web plugin for those use cases https://github.com/tomchadwin/qgis2web/wiki Yours, Stefan Am Fr., 7. Jan. 2022 um 08:42 Uhr schrieb Rich

[Qgis-user] HTML Image Map

2022-01-07 Thread nwastra nwastra
Thanks Richard I was seeing the the concept of html image maps seemed past their use by date while searching online. Leaflet looks promising. If I create a centroid for each of my river catchments I could put a marker on those, etc. Cheers, Nev > On 7 Jan 2022, at 5:42 pm, Richard Duivenvoorde