ebidel / geo-location

Web component element for the Geolocation API
https://webcomponents.org/element/ebidel/geo-location
86 stars 25 forks source link

Fetch method called twice on change of some attributes #19

Closed kolarski closed 8 years ago

kolarski commented 8 years ago

having observers: [ 'fetch(idle, watchPos, highAccuracy, timeout, maximumAge)'] we don't need idle and watchPos properties specific observers.

E.g. Changing watchPos will execute twice the fetch method.

ebidel commented 8 years ago

Yep seems like a good idea