summaryrefslogtreecommitdiff
path: root/chimere/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/utils.py')
-rw-r--r--chimere/utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/chimere/utils.py b/chimere/utils.py
index 75c0ad4..3e85a70 100644
--- a/chimere/utils.py
+++ b/chimere/utils.py
@@ -102,6 +102,9 @@ class ImportManager:
values.update({
'import_source':self.importer_instance.source})
values['status'] = 'I'
+ if not self.importer_instance.associate_marker_to_way\
+ and cls.__name__ == 'Route':
+ values['has_associated_marker'] = False
try:
item = cls.objects.create(**values)
except TypeError: