friedPotat0

Results 5 comments of friedPotat0

A flag in the API should be sufficient, because people that search directly through the API should probably know what they are searching for or at least should be able...

@jperelli Thanks for trying to implement the feature. I was able to build the example successfully with Poi. After deployment the example took about 1 minute to completely show all...

The _add function in the Vue2LeafletMarkercluster component is called twice. Once in the mounted function and a few seconds later in the watcher for the options prop again. That is...

Okay, figured out that there is a setTimeout function in the example component which causes the options prop to be rewritten after 5 seconds. If you remove these lines the...

No problem. Please keep in mind that the build command of vue-cli is no longer useable for building your examples. When using `vue build somefile.vue`, like it's written in your...