Skip to content

Commit

Permalink
Update ocsge objects surface unit to hectares
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Jan 6, 2025
1 parent de19289 commit fd8269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_data/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class OcsgeViewSet(OnlyBoundingBoxMixin, ZoomSimplificationMixin, OptimizedMixin
optimized_fields = {
"o.couverture": "code_couverture",
"o.usage": "code_usage",
"o.surface": "surface",
"o.surface / 10000": "surface",
"o.year": "year",
"pdcs.label_short": "couverture_label_short",
"pdus.label_short": "usage_label_short",
Expand Down

0 comments on commit fd8269b

Please sign in to comment.