[Qgis-user] Refactoring line offset script - help

2021-06-24 Thread Ryan Peel
I cannot for the life of me refactor this code to get it to work for the latest version of QGIS. Has anyone successfully been able to do this or could help? The article is a few years old and I don't know if the author is still there to help.

[Qgis-user] getting area and centroid from vector tile

2021-05-30 Thread Ryan Peel
I have this xyz tile server added into qgis. It is the microsoft building footprints. https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Microsoft_Building_Footprints/VectorTileServer/tile/%7Bz%7D/%7By%7D/%7Bx%7D.pbf Is there a way to get the centroid as well as area of the

[Qgis-user] scraping svg from web site to load into QGIS

2021-05-29 Thread Ryan Peel
I was able to download the entire svg (grey polygons)that was contained within this web-based map application. But, I cannot figure out a way to load this as a layer in QGIS. Whenever I try to open it, it just gives me an error. I suspect because it has no CRS information? Is this possible?

Re: [Qgis-user] Slooooow spatial joins

2021-05-18 Thread Ryan Peel
I can appreciate that but it forces to create another layer/file I think. I really don't want to have to re-import my entire table back into postgis just to get this one column. On Mon, May 17, 2021, 10:29 PM Nyall Dawson wrote: > On Tue, 18 May 2021 at 11:59, Ryan Peel wrote: > > &

[Qgis-user] Slooooow spatial joins

2021-05-17 Thread Ryan Peel
I have tried using MMQGIS plugin, refFunctions geomwith function and the aggregate function. I am using 3.18 QGIS Despite having spatial indexes on both tables, when I try to use any of these operations to assign the value of a field in the polygon layer to one in the point layer, it goes very

[Qgis-user] Model Designer - Updating Field in Place

2021-05-17 Thread Ryan Peel
Hello, I have created a new Model in Model Designer and I'm using a Point Layer as Input and a Field Calculator that calls a custom function. I would like the output/result of the field calculator to update an existing field in the attribute table. I cannot get this to work. I can only get it

[Qgis-user] Multiple rows in Map Tips

2021-03-10 Thread Ryan Peel
Map Tips My problem is that I want to see a Map Tip of all features that are geographically 'stacked' on top of one another on the map. Upon mouseover, it seems there is some way to use an html expression to show a table of all rows and not just the first one. Is this possible and how is this

[Qgis-user] snapping polygons together

2021-02-23 Thread Ryan Peel
I am making a grid layer and I want to copy/move some of them to 'lock' into adjacent ones perfectly. Trying to avoid messing with the vertex editor. zooming in close to the edges never gets it exact. I don't want to drag the corner vertices and snap, I just want to move the whole polygon and

[Qgis-user] distance to nearest point

2021-02-15 Thread Ryan Peel
I want to show a label for a point feature in layer1 that is based on the distance to the nearest point feature from another layer, layer2. Additionally, I want to bring over an attribute from layer2. Last, I'd like to have the cardinal direction toward the object. Is this possible? So, my label

Re: [Qgis-user] parallel, multi-colored line styles

2021-01-27 Thread Ryan Peel
ort explaining your use-case would be appreciated > > > Am 27.01.21 um 20:40 schrieb Ryan Peel: > > Is this possible to do in qgis for a single line feature? > > > > ___ > Qgis-user mailing listqgis-u...@lists.osgeo.org >

[Qgis-user] parallel, multi-colored line styles

2021-01-27 Thread Ryan Peel
Is this possible to do in qgis for a single line feature? ___ 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] Blurry XYZ tile layers

2020-12-23 Thread Ryan Peel
t; https://help.inputapp.io/howto/settingup_background_map_vectortile > > Kind regards > Saber > > On Tue, 22 Dec 2020 at 22:58, Ryan Peel wrote: > >> Hello! Whenever I add the XYZ tiles for Google Maps or Open Street Map, >> etc, they are legible but it seems the more I

Re: [Qgis-user] Stats on selected rows in tables

2020-12-22 Thread Ryan Peel
ummary-panel > > Regards, > Harrissou > > Le mar. 22 déc. 2020 à 19:15, Ryan Peel a écrit : > >> Hello, >> >> Is there a plugin or easy way built in to v3.14 qgis that can sum total >> up a column for only the selected rows versus creating a scratch layer >&g

[Qgis-user] Find single address and zoom to it on map

2020-12-06 Thread Ryan Peel
I have been fiddling with the GeoCoding and MMQGIS plugins but can't get either one to work. I just want a way to type in an address in QGIS and have it go to that location in my current map view. Is there something that I'm missing that's already in the Processing Toolbox or something? I am

[Qgis-user] Virtual layer with an http/https import source

2020-12-02 Thread Ryan Peel
on a public URL so that all we have to do is upload a new file every day and all QGIS users that want access can just point their virtual layer to that site/file? -- *Ryan Peel* ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https

[Qgis-user] Move polyline objects by set distance

2020-12-01 Thread Ryan Peel
parallel lines but that is very tedious and creates a copy of the object. Is there a way to select a bunch of objects and just move them in one direction or another by x # of feet? Thanks! -- *Ryan Peel* ___ Qgis-user mailing list Qgis-user

Re: [Qgis-user] Polygon from 4 points

2020-11-26 Thread Ryan Peel
and write this expression: >> >> make_polygon ( >> make_line ( >> make_point ("x1", "y1"), >> make_point ("x2", "y2"), >> make_point ("x3", "y3"), >> make_point ("x4", "y4") >&g

Re: [Qgis-user] Polygon from 4 points

2020-11-26 Thread Ryan Peel
gt; make_point ("x1", "y1"), > make_point ("x2", "y2"), > make_point ("x3", "y3"), > make_point ("x4", "y4") > )) > > and launch the geoprocess. > > I used QGIS 3.16 Hannover > > Il

[Qgis-user] Polygon from 4 points

2020-11-26 Thread Ryan Peel
this? I'm not a programmer or scripter really and fairly new to QGIS. Thanks! *Ryan Peel* ___ 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