|
@ -289,7 +289,7 @@ def gera_map_data_file(cronjob=False): |
|
|
if not casas.has_key(c.pk): |
|
|
if not casas.has_key(c.pk): |
|
|
casa = { |
|
|
casa = { |
|
|
'nome': c.nome + ', ' + c.municipio.uf.sigla, |
|
|
'nome': c.nome + ', ' + c.municipio.uf.sigla, |
|
|
'icone': 'mapmarker', |
|
|
'icone': '/static/img/' + 'mapmarker' + '.png', |
|
|
'lat': str(c.municipio.latitude), |
|
|
'lat': str(c.municipio.latitude), |
|
|
'lng': str(c.municipio.longitude), |
|
|
'lng': str(c.municipio.longitude), |
|
|
'estado': c.municipio.uf.sigla, |
|
|
'estado': c.municipio.uf.sigla, |
|
|