cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

Update OpenLayers version #902

Closed cyberhobo closed 1 year ago

cyberhobo commented 1 year ago

fixes #900 The CDN for OpenLayers 6.3.1 started throwing this error: The resource from “https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/build/ol.js?ver=6.3.1” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).

A user suggested using version 6.5.0, and that seems to work. https://wordpress.org/support/topic/openlayers-js-library-not-loaded/#post-15994563

It does seem like openlayers has a build process now that might be better in the long run, made #901 for that.