Skip to content

Commit

Permalink
Merge pull request #110 from alexmorev/add-wms-helper
Browse files Browse the repository at this point in the history
Add WMS capabilities parser to helpers
  • Loading branch information
amercader authored Oct 17, 2024
2 parents ab88a1a + 93ef06c commit bc2aec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/geoview/public/js/vendor/ol-helpers/ol-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ ol.proj.addProjection(createEPSG4326Proj('EPSG:4326:LONLAT', 'enu'));
})
}

var parseWMSCapas = function (url, version, callback, failCallback) {
var parseWMSCapas = OL_HELPERS.parseWMSCapas = function (url, version, callback, failCallback) {

if (version === undefined) {
// try to force 1.3.0
Expand Down

0 comments on commit bc2aec4

Please sign in to comment.