@eiriksm I will add some tests.
paula_iuga β changed the visibility of the branch 3366753-dont-check-obsolete-paragraphs to hidden.
paula_iuga β made their first commit to this issueβs fork.
paula_iuga β created an issue.
There is a new option on view "Overwrite regions" that solves this issue. It works on any map type.
E.g.:
- Carto Tile:
- Clear Map:
You can susbcribe to 'clickOnCountry' and 'hoverOnCountry' custom events. The iso3Code of the country will be sent in the event's detail.
document.addEventListener('clickOnCountry', function(event) {
// Event handling logic here
console.log('Custom click event on:', event.detail);
});
document.addEventListener('hoverOnCountry', function(event) {
// Event handling logic here
console.log('Custom hover event on:', event.detail);
});
paula_iuga β made their first commit to this issueβs fork.
paula_iuga β created an issue.
paula_iuga β made their first commit to this issueβs fork.