geoext / geoext2

GeoExt 2 — JavaScript Toolkit for Rich Web Mapping Applications
http://geoext.github.io/geoext2/
Other
142 stars 106 forks source link

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

Open chrismayer opened 8 years ago

chrismayer commented 8 years ago

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:

marcjansen commented 8 years ago

Do we still need to do this?

chrismayer commented 8 years ago

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 :wink: Someone volunteering?

marcjansen commented 8 years ago

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

bentrm commented 8 years ago

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.

marcjansen commented 8 years ago

Yes that would be ok

chrismayer commented 8 years ago

OK for me.