Jakob Miksch
Jakob Miksch
I have the same error. Any news about this?
I asked my sister about creative ideas, she came up with something like this, but it is in an early stage :-) 
Looks good so far. We should make sure that it is still visible when it is small e.g. as a favicon or so ...
currently we do not have the concept of "blocker" tags yet. But we can introduce that
I changed it to 'blocked'
thanks @sronveaux for the PRs, I am starting to review. One question right away. Why are there individual PRs for each version of Vue-CLI? I guess finally, we would only...
@sronveaux I ran Wegue with this setup and it works like expected great. This PR makes a lot of formatting of the source code, which makes the PR challenging to...
Yes, the original reason for my issue was in a custom application that added the layer later on. Therefore the SelectInteraction was not added automatically. I agree with @fschmenger 's...
@pvgenuchten I started this PR to try COG functionality, but had problems with upgrading OpenLayers. Then I switched to a "vanilla" OpenLayers (without Vue) to test COG. The PR #261...
in ` app/components/AppFooter.vue` this adding `!important` should fix it: ```css .v-application a { color: inherit !important; } ```