Add traveler to pin

This commit is contained in:
Markus Ankenbrand 2017-02-19 19:00:10 +01:00
parent 1e9b9ab987
commit f177d1f521
3 changed files with 11 additions and 13 deletions

View file

@ -93,6 +93,7 @@
position: {lat: parseFloat(places[i]['lat']), lng: parseFloat(places[i]['lng']) },
title: places[i]['title'],
url: "/?p="+places[i]['post'],
traveler: places[i]['traveler'],
map: map
});
marker.setVisible(true);