Skip to content

Commit

Permalink
style: Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipLeitner authored and raitisbe committed Jun 20, 2022
1 parent e28ead7 commit 5f2c83e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -266,12 +266,14 @@ export class HsAddDataVectorFileComponent
extract_styles: false,
featureCount: 0,
features: [],
nativeFeatures: [],
folder_name: '',
name: '',
saveAvailable: false,
saveToLayman: false,
showDetails: false,
srs: 'EPSG:4326',
nativeSRS: undefined,
title: '',
type: '',
dataType: this.dataType,
Expand Down
Expand Up @@ -329,7 +329,7 @@ export class HsAddDataVectorService {
const commonFileRef = this.hsAddDataCommonFileService.get(app);

const crsSupported = this.hsLaymanService.supportedCRRList.includes(
data.srs
data.nativeSRS
);
const layerDesc: UpsertLayerObject = {
title: data.title,
Expand Down

0 comments on commit 5f2c83e

Please sign in to comment.