added tem table for location data

This commit is contained in:
Mohamed Nouffer
2022-08-17 16:00:17 +05:30
parent 40ce2b1200
commit 8243e4a3fa
5 changed files with 242 additions and 30 deletions

View File

@ -1,7 +1,7 @@
from django.utils.translation import gettext_lazy as _
LAYER_CHOICES = (
(1, _("location")),
(1, _("templocation")),
(2, _("Location_line")),
(3, _("Location_polygon")),
)