Skip to content

Commit

Permalink
test: fix teleray id
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Dec 1, 2024
1 parent 31dfd51 commit bb238c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/layers/radioactivity/teleray-layers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
},
style: {
point: {
id: '<%= properties.irsnId %>',
id: 'irsnid-<%= properties.irsnId %>',
shape: 'circle',
radius: 15,
opacity: 1,
Expand Down

0 comments on commit bb238c6

Please sign in to comment.