Account created on 21 July 2022, almost 2 years ago
#

Merge Requests

Recent comments

πŸ‡·πŸ‡΄Romania paula_iuga

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:
πŸ‡·πŸ‡΄Romania paula_iuga

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);
          });
πŸ‡·πŸ‡΄Romania paula_iuga

paula_iuga β†’ made their first commit to this issue’s fork.

πŸ‡·πŸ‡΄Romania paula_iuga

paula_iuga β†’ made their first commit to this issue’s fork.

Production build 0.69.0 2024