Example doesn't work
jtgn opened this issue · 3 comments
jtgn commented
The example on packages/markerclustererplus/examples/advanced_example.html don't work anymore. I always get the error "uncaught ReferenceError: MarkerClusterer is not defined".
Has the example not been updated along with the code? Is this planned in the near future?
timofei-iatsenko commented
How did you run them? I 've just tested and it works.
I used this commands:
npm i
cd ./packages/markerclustererplus
npm run prepare
npx http-server ./docs
jpoehnelt commented
@jtgn let me know if you are still having issues. The examples are now rendered on master and can be found linked in https://googlemaps.github.io/v3-utility-library/modules/_google_markerclustererplus.html or in the readme of the package.
jtgn commented
Thanks to both of you @jpoehnelt and @thekip. Both hints helped a lot!