| author | cavaliet |
| Fri, 15 Nov 2013 13:34:08 +0100 | |
| changeset 186 | 237da3373a44 |
| parent 185 | 373b9af60d65 |
| child 187 | fc83dfc63ced |
--- a/src/jocondelab/static/jocondelab/js/front-geo.js Fri Nov 15 13:25:12 2013 +0100 +++ b/src/jocondelab/static/jocondelab/js/front-geo.js Fri Nov 15 13:34:08 2013 +0100 @@ -57,6 +57,7 @@ _(coordCache).each(function(coord) { if (coord.dbpedia_uri === dbpedia_uri) { coord.isCurrent = true; + showCoord(coord); coord.marker.setIcon(orangeIcon); map.setView([coord.latitude, coord.longitude], Math.max(Math.min(12,map.getZoom() + 1),6)); showCoord(coord);