Skip to content

Commit

Permalink
Fix expression for geometry intersection
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 9, 2024
1 parent bbd9250 commit a3a3411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workshop/edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Nous allons utiliser la documentation Lizmap sur
* Couche **commune**
* Clé **INSEE_COM**
* Valeurs **NOM**
* Expression de filtre `intersects($geometry, @current_geometry)`
* Expression de filtre `intersects( @geometry, @current_geometry )`
* Ajouter une contrainte et une erreur pour le non NULL
* Renforcer la contrainte par expression
* `type` :
Expand Down

0 comments on commit a3a3411

Please sign in to comment.