Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Oct 6, 2023
1 parent c1c46e3 commit 8ef28fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/factory/Layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ Ext.define('CpsiMapview.factory.Layer', {
// vector tiles have a WMS-style URL with placeholders so we need to contruct the GetStyles
// request differently
var layerUrl;
if (layerConf.layerType === "vtwms") {
if (layerConf.layerType === 'vtwms') {
layerUrl = layerConf.baseurl + 'version=1.3.0&request=GetStyles&service=WMS&layers=' + layerConf.layerIdentificationName;
} else {
layerUrl = layerConf.url + 'version=1.3.0&request=GetStyles&service=WMS&layers=' + layerConf.featureType;
Expand Down

0 comments on commit 8ef28fb

Please sign in to comment.