Skip to content

Commit

Permalink
fixup! update vm_cor_area_synthese (opti + get all type_code)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoinedupre committed Feb 13, 2025
1 parent 76eb596 commit f7c0091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def lastObservationsMailles(connection, mylimit, idPhoto):
tax.lb_nom, tax.nom_vern, tax.group2_inpn,
o.dateobs, o.altitude_retenue, o.id_observation,
medias.url, medias.chemin, medias.id_media,
vla.the_geom AS geom
vla.area_geojson AS geom
FROM atlas.vm_observations_mailles obs
JOIN atlas.vm_taxons tax ON tax.cd_ref = obs.cd_ref
JOIN atlas.vm_observations o ON o.id_observation=ANY(obs.id_observations)
Expand Down

0 comments on commit f7c0091

Please sign in to comment.