diff options
Diffstat (limited to 'chimere/models.py')
-rw-r--r-- | chimere/models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/models.py b/chimere/models.py index 2ae8481..77fdaf2 100644 --- a/chimere/models.py +++ b/chimere/models.py @@ -666,7 +666,8 @@ class Marker(GeographicItem): continue items = copy.deepcopy(json_tpl) items['geometry'] = json.loads(self.point.geojson) - items['properties'].update({'pk':self.id, + items['properties'].update({ + 'pk':self.id, 'name':self.name, 'icon_path':unicode(cat.icon.image), 'icon_hover_path':cat.hover_icon.image \ |