This commit is contained in:
2022-02-22 20:21:57 +05:30
parent ce6ebebdce
commit 566789f382
11 changed files with 500 additions and 9 deletions

7
rog/mapping.py Normal file
View File

@ -0,0 +1,7 @@
from django.contrib.gis.utils import LayerMapping
location_mapping = {
'location_name': 'Name',
'category': 'descriptio',
'geom': 'MULTIPOLYGON',
}