Skip to content

Instantly share code, notes, and snippets.

@PDXIII
Last active December 16, 2015 05:49
Show Gist options
  • Save PDXIII/5387387 to your computer and use it in GitHub Desktop.
Save PDXIII/5387387 to your computer and use it in GitHub Desktop.
Code snippet for my Unfolding tutorial site.
if(country.isInside(map, mouseX, mouseY)){
country.draw(map);
HashMap countryProps = country.getProperties();
String countryName = countryProps.get("name").toString();
println(countryName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment