open-innovations / jrf-insight

JRF North England Insight Finder
https://open-innovations.github.io/jrf-insight/
MIT License
1 stars 0 forks source link

Fix issue with link from map popup #56

Closed gilesdring closed 1 year ago

gilesdring commented 1 year ago

Map popup does not have a prefix (added by base_path)

luke-strange commented 1 year ago

Think this is fixed @gilesdring ?

gilesdring commented 1 year ago

Resolved (temporarily!) by using a relative path, rather than absolute path.

So rather than the popup linking to /place/XYZ, it links to ../place/XYZ

This might break if the tooltip is ever used elsewhere, but works OK for now!