Skip to content

Commit

Permalink
Merge 1a04d3e into 7b5fe16
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Jan 13, 2020
2 parents 7b5fe16 + 1a04d3e commit e829f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions base_geoengine_demo/models/geo_npa.py
Expand Up @@ -8,6 +8,7 @@ class NPA(models.Model):
"""GEO OSV SAMPLE"""

_name = "dummy.zip"
_description = "Geoengine demo ZIP"

priority = fields.Integer('Priority', default=100)
name = fields.Char('ZIP', size=64, index=True, required=True)
Expand Down
1 change: 1 addition & 0 deletions base_geoengine_demo/models/retail_machine.py
Expand Up @@ -8,6 +8,7 @@ class RetailMachine(models.Model):
"""GEO OSV SAMPLE"""

_name = "geoengine.demo.automatic.retailing.machine"
_description = "Geoengine demo retailing machine"

the_point = fields.GeoPoint('Coordinate')
the_line = fields.GeoLine('Power supply line', index=True)
Expand Down

0 comments on commit e829f5b

Please sign in to comment.