Veeck
Veeck
Do you have a regular release schedule or when can we expect a new one?
Created https://github.com/maplibre/maplibre-gl-js/pull/3271 to push things forward.
I'd change the first part (line 89-91) to ``` if (!this.$el.is($(event.target)) || !this.options.allowCancel) { return; } ``` Otherwise the option "allowCancel:false" could be circumvented by clicking on the backdrop
I'm wondering about this too. The library is still very useful and I would glady help get the v2 rework in shape. So, whats your intentions with it @tuupola ?
maybe we should merge master regularly back into develop (or everytime master gets some updates) so that this wont happen?
I would say so
@bugsounet is right, the moduel works as expected, no need to change the defaults. happy to get a PR for this to clear up
> I edited the config/compliments.js file Strange filename, you should edit config/config.js
> @rejas I'm not really sure what needs to be redirected, or how to implement it based on the vuejs link. It seems like all of the old references in...
Seems the old API is shutdown now for good. Switching to the new one isnt working outofthebox, so I think this needs a little more work: https://openweathermap.org/api shows only the...