[Qgis-user] GRASS error

2024-05-15 Thread Grant Boxer via QGIS-User
I have just re-installed QGIS using the network installer and I now get this error message, "GRASS init error: GRASS was not found in 'C:/OSGeo4W/bin/grass' (GISBASE), provider and plugin will not work." Can anyone assist with this? Cheers Grant __

Re: [Qgis-user] Vermont Coordinate System

2024-05-15 Thread Greg Troxel via QGIS-User
Well, I learn something new every day! https://legislature.vermont.gov/Documents/2024/Docs/ACTS/ACT086/ACT086%20As%20Enacted.pdf But it does look like adopting the SPCS, at first glance. ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info:

Re: [Qgis-user] Vermont Coordinate System

2024-05-15 Thread Greg Troxel via QGIS-User
Chris Olson via QGIS-User writes: > Is it possible to have the Vermont Coordinate System (VCS) used by QGIS? I'm in MA and have never heard of it. Feel free to send a reference to it, here or offlist. This might be a state plane coordinate system. But it might not be.

Re: [Qgis-user] Vermont Coordinate System

2024-05-15 Thread Even Rouault via QGIS-User
I couldn't spot anything that directly maps to "Vermont Coordinate System", but https://spatialreference.org/ref/?search=vermont lists a few serious candiates. Choose your disease :-) Le 16/05/2024 à 00:43, Chris Olson via QGIS-User a écrit : Is it possible to have the Vermont Coordinate Syst

[Qgis-user] Vermont Coordinate System

2024-05-15 Thread Chris Olson via QGIS-User
Is it possible to have the Vermont Coordinate System (VCS) used by QGIS? ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Labeling: Allow HTML Formatting, text-size and map units

2024-05-15 Thread chris hermansen via QGIS-User
Thomas and list, On Wed, May 15, 2024 at 7:20 AM Thomas Schüttenberg via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Ha! > I found an other way around to do the trick, suitable for my use case at > least: > > 1) increasing the (overall) text size setting on the text tab by 2/3 > 2) putting on

Re: [Qgis-user] Georeferencing dxf file in QGIS

2024-05-15 Thread Thomas Schüttenberg via QGIS-User
Hi Linda, have you tried the QGIS plugin "Vector Bender"? https://plugins.qgis.org/plugins/VectorBender/ https://github.com/olivierdalang/VectorBender/blob/master/README.md Thomas > Linda Boisvert via QGIS-User hat am 15.05.2024 > 03:02 CEST geschrieben: > > > Thank you Richard. Your sugges

Re: [Qgis-user] Labeling: Allow HTML Formatting, text-size and map units

2024-05-15 Thread Thomas Schüttenberg via QGIS-User
Ha! I found an other way around to do the trick, suitable for my use case at least: 1) increasing the (overall) text size setting on the text tab by 2/3 2) putting only the attributes/text strings of the second and following lines between ... tags, which renders them about 2/3 smaler, i.e. same a

Re: [Qgis-user] Labeling: Allow HTML Formatting, text-size and map units

2024-05-15 Thread Thomas Schüttenberg via QGIS-User
Hi Stefan, thanks for the hint. The size value can be made variable (as visible in the expression builder preview), but on the canvas there is yet no dynamic change what so ever. :-/ Best regards Thomas > Stefan Giese (WhereGroup) via QGIS-User hat am > 15.05.2024 10:24 CEST geschrieben: >

Re: [Qgis-user] Labeling: Allow HTML Formatting, text-size and map units

2024-05-15 Thread Stefan Giese (WhereGroup) via QGIS-User
Hi Thomas, you can try to involve the map_scale variable into a dynamic size of the HTML Label, something like: with_variable('fs', 25000/@map_scale,   format(      '%2', @fs , title( "Name" ))) Best regards Stefan Am 15.05.2024 um 09:13 schrieb Thomas Schüttenberg via QGIS-User:

[Qgis-user] Labeling: Allow HTML Formatting, text-size and map units

2024-05-15 Thread Thomas Schüttenberg via QGIS-User
Hi there! I am just playing arund with html enhanced labeling, using the option "Allow HTML Formatting" on the text tab (https://docs.qgis.org/3.34/en/docs/user_manual/style_library/label_settings.html#text-tab). Now I wonder how/if it is possible to override the text-size in such a manner, th