Skip to content

Commit

Permalink
feat(raster order): adds ordering on raster layers
Browse files Browse the repository at this point in the history
  • Loading branch information
sersanchus committed Jul 2, 2024
1 parent b03b817 commit 5ac33d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_geoengine/models/geo_raster_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class GeoRasterLayerType(models.Model):
class GeoRasterLayer(models.Model):
_name = "geoengine.raster.layer"
_description = "Raster Layer"
_order = "sequence ASC, name"

raster_type = fields.Selection(
[
Expand Down

0 comments on commit 5ac33d8

Please sign in to comment.