Skip to content

Commit 67d9477

Browse files
authored
Merge pull request #43 from OpenGeoscience/fix-landscan-title
Fix landscan title
2 parents 337d86b + fd54884 commit 67d9477

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dataqs/landscan/landscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def import_landscan(self, landscan_tiff):
9292
script_dir, 'resources/landscan.sld')) as sld:
9393
self.set_default_style(self.layer,
9494
self.layer, sld.read())
95-
self.update_geonode(self.layer, title=self.layer,
95+
self.update_geonode(self.layer, title="Population - Landscan",
9696
store=self.layer,
9797
description=self.description,
9898
extra_keywords=['category:Population'])

dataqs/landscan/resources/landscan.sld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<sld:Name>Landscan</sld:Name>
44
<sld:UserStyle>
55
<sld:Name>Landscan</sld:Name>
6-
<sld:Title>Population</sld:Title>
6+
<sld:Title>Population - Landscan</sld:Title>
77
<sld:FeatureTypeStyle>
88
<sld:Name>name</sld:Name>
99
<sld:Rule>

0 commit comments

Comments
 (0)