Skip to content

Commit

Permalink
Set to any to avoid TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed May 28, 2024
1 parent 09779dd commit 1b55d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/wms/LocationsLayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ const layoutSymbolSpecification = {
'symbol-sort-key': 1,
}
const layoutTextSpecification = {
// Set to any to avoid TypeScript error
const layoutTextSpecification: any = {
'text-field': ['get', 'locationName'],
'text-size': 12,
'text-overlap': 'never',
Expand Down

0 comments on commit 1b55d95

Please sign in to comment.