summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ishtar_common/management/commands/migrate_to_geo_v4.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/management/commands/migrate_to_geo_v4.py b/ishtar_common/management/commands/migrate_to_geo_v4.py
index 188365c45..498ec796a 100644
--- a/ishtar_common/management/commands/migrate_to_geo_v4.py
+++ b/ishtar_common/management/commands/migrate_to_geo_v4.py
@@ -118,6 +118,7 @@ def _process_site_ope(obj):
"x": obj.x,
"y": obj.y,
"z": obj.z,
+ "spatial_reference_system": obj.spatial_reference_system
}
data = models_common.GeoVectorData.objects.create(**attrs)
obj.main_geodata = data