Add id to geo areas
This commit is contained in:
parent
a005484e38
commit
fcdc0114fd
5 changed files with 14 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
class GeoAreaSerializer < ActiveModel::Serializer
|
||||
attributes :geometry, :source
|
||||
attributes :geometry, :source, :geo_reference_id
|
||||
|
||||
attribute :surface_intersection, if: :include_cadastre?
|
||||
attribute :surface_parcelle, if: :include_cadastre?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue