Skip to content

Commit

Permalink
Merge branch 'fix/text-locator-heatmap' of https://github.com/Datapor…
Browse files Browse the repository at this point in the history
…t/polar into fix/text-locator-heatmap
  • Loading branch information
warm-coolguy committed Nov 8, 2024
2 parents 8f54246 + 634e64c commit 0bb3f3a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ const featHeat = (
olFeatures: OlFeature[],
locationFrequency: TitleLocationFrequency['string']['location_frequency']
) => {
console.error('olFeatures', olFeatures)
console.error('locationFrequency', locationFrequency)
const max = Math.max(...Object.values(locationFrequency))
console.error('mäx', max)
olFeatures.forEach((feature) =>
feature.set(
'heat',
Expand Down

0 comments on commit 0bb3f3a

Please sign in to comment.