Skip to content

Commit

Permalink
Merge pull request #5079 from camptocamp/GSGMF-1079
Browse files Browse the repository at this point in the history
Fix import WMS layer
  • Loading branch information
sbrunner committed Aug 22, 2019
2 parents 775d9df + e28b1fa commit 5d648fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/LayerHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ LayerHelper.prototype.createBasicWMSLayerFromDataSource = function(
const url = dataSource.wmsUrl;
console.assert(url);

const layerNames = dataSource.getWFSLayerNames().join(',');
const layerNames = dataSource.getWMSLayerNames().join(',');
const serverType = dataSource.ogcServerType;
const imageType = dataSource.ogcImageType;

Expand Down

0 comments on commit 5d648fe

Please sign in to comment.