Skip to content

Commit

Permalink
Parametre taille de maille
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Oct 1, 2019
1 parent 0d693ce commit 3e595c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/gn2/atlas_ref_geo.sql
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SELECT st_transform(c.geom, 3857)::geometry('MultiPolygon',3857) as the_geom,
FROM ref_geo.l_areas c
JOIN ref_geo.bib_areas_types t
ON t.id_type = c.id_type
WHERE t.type_code = 'M10';
WHERE t.type_code = :type_maille;



Expand Down

0 comments on commit 3e595c8

Please sign in to comment.