openearth / vue2mapbox-gl

Vue components for mapbox-gl. Api follows the approach of Vue2Leaflet so it's easy to port code back and forth between the two map components.
GNU General Public License v3.0
19 stars 8 forks source link

Performance refactor - stop entire map instance from becoming reactive #13

Closed bobbybol closed 4 years ago

bobbybol commented 4 years ago

(Performance) Have map instance object on $options instead of data, so it can still change on map events but without having every single property made responsive by vue

SiggyF commented 4 years ago

Thanks!