Expressions in #QGIS
=> More informations about this toot | More toots from pigreco71@mastodon.uno
@pigreco71 🤔 is there a particular logic for when the area jumps to zero?
=> More informations about this toot | More toots from underdarkGIS@fosstodon.org
@underdarkGIS the expression calculates the overlap which can be a line or an area. when you read 0 it means there is no overlap.
=> More informations about this toot | More toots from pigreco71@mastodon.uno
@pigreco71 thanks. clearly, I failed to read your initial post properly. sorry for the noise
=> More informations about this toot | More toots from underdarkGIS@fosstodon.org
@underdarkGIS
IF(
geometry_type( intersection(
@geometry,
overlay_intersects(
layer:='Edificio',
expression:=@geometry)[0]))='Polygon',
round(overlay_intersects(
layer:='Edificio',
expression:="tipo",
return_details:=true,
sort_by_intersection_size:='des')[0]['overlap'],2)||' m²',
round(overlay_intersects(
layer:='Edificio',
expression:="tipo",
return_details:=true,
sort_by_intersection_size:='des')[0]['overlap'],2)||' m')
=> More informations about this toot | More toots from pigreco71@mastodon.uno This content has been proxied by September (ba2dc).Proxy Information
text/gemini