eriklindblad

Members
  • Content count

    1
  • Joined

  • Last visited

About eriklindblad

  • Rank
    Forum Newbie
  1. Catch clicks in map

    Is there any way to catch clicks on the map in JavaScript? I would like to use the maps as a country selector. When you click a country I want it to trigger a JavaScript callback with the identifier of the country (or region) as argument. Ideally this would be coupled with a partial update of that country's color (and other attributes), marking it as selected, but a callback would be sufficient. Is there any way to do this? Kindest regards Erik Lindblad