Open RossRothenstine opened 9 years ago
The same to me. But, I use dom-repeat in order to represent diferent points that could be changed, however, they don't change neither latitudes nor longitudes.
<leaflet-map longitude="1.5" latitude="23.1" zoom="14">
<template is="dom-repeat" items="{{positions}}" as="position">
<leaflet-marker latitude="{{position.lat}}" longitude="{{position.long}}"></leaflet-marker>
</template>
</leaflet-map>
I cannot seem to get the popup to update when the data changes. Any suggestions?
Example HTML: