geoext / geoext2

GeoExt 2 — JavaScript Toolkit for Rich Web Mapping Applications

Home Page:http://geoext.github.io/geoext2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backport fixes for HTTPS and WMS issues of gh-pages to master

chrismayer opened this issue · comments

Due to 'Mixed Content' issues when opening the online examples with HTTPS and some broken WMS references in the online examples several fixes have been made in the gh-pages branch to make the online examples work again (see #359 and #371).

These fixes should be ported to the master branch as well, so they won't be lost on the next update of the gh-pages branch. The following commits should be the base for the backport:

Do we still need to do this?

I think it is an important reminder for the backport of the HTTPS stuff in gh-pages branch.
Doing the backport itself would be the better option of course 😉 Someone volunteering?

Yeah, I wasn't sure if we had done it. So this is still open. I'd prefer someone else doing it 😇

Would it be ok to load OpenLayers from a CDN that supports https? This way, OpenLayers can be removed in the gh-pages branch and will be available executing the examples locally. Thinking about cdnjs.

Yes that would be ok

OK for me.