Skip to content

Commit

Permalink
fix: few tests changed
Browse files Browse the repository at this point in the history
  • Loading branch information
pprev94 committed Jun 20, 2024
1 parent e50fe61 commit 23fcca7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/styles/geoserver/poi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const style: Style = {
haloColor: '#FFFFFF',
offset: [
0,
-15
15
],
font: [
'Arial'
Expand Down
2 changes: 1 addition & 1 deletion data/styles/multi_simplelineLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const multiSimplelineLabel: Style = {
label: '{{name}}',
font: ['Arial'],
size: 12,
offset: [0, 5],
offset: [0, -5],
fontStyle: 'normal',
fontWeight: 'bold',
placement: 'point'
Expand Down
2 changes: 1 addition & 1 deletion data/styles/point_styledLabel_elementOrder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const pointStyledLabel: Style = {
label: 'prefix: {{name}}{{title}} entity',
font: ['Arial'],
size: 12,
offset: [0, 5],
offset: [0, -5],
haloColor: '#000000',
haloWidth: 5,
opacity: 1,
Expand Down
2 changes: 1 addition & 1 deletion data/styles/point_styledLabel_literalOpenCurlyBraces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const pointStyledLabel: Style = {
label: 'entity {{ xx',
font: ['Arial'],
size: 12,
offset: [0, 5],
offset: [0, -5],
haloColor: '#000000',
haloWidth: 5,
opacity: 1,
Expand Down
2 changes: 1 addition & 1 deletion data/styles/point_styledLabel_literalPlaceholder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const pointStyledLabel: Style = {
label: 'foo {{name}}{{prop}} entity {{bar}}',
font: ['Arial'],
size: 12,
offset: [0, 5],
offset: [0, -5],
haloColor: '#000000',
haloWidth: 5,
haloOpacity: 1,
Expand Down
2 changes: 1 addition & 1 deletion data/styles/point_styledlabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const pointStyledLabel: Style = {
label: '{{name}}',
font: ['Arial'],
size: 12,
offset: [0, 5],
offset: [0, -5],
haloColor: '#000000',
haloWidth: 5,
haloOpacity: 1,
Expand Down

0 comments on commit 23fcca7

Please sign in to comment.