Skip to content

Instantly share code, notes, and snippets.

@PDXIII
Last active December 16, 2015 05:49
Show Gist options
  • Save PDXIII/5387327 to your computer and use it in GitHub Desktop.
Save PDXIII/5387327 to your computer and use it in GitHub Desktop.
Code Snippets for my Unfolding tutorial site
// CHANGE
List<Feature> countries = GeoJSONReader.loadData(this, "countries-simple.geo.json");
// INTO
List<Feature> countries = GeoJSONReader.loadData(this, "countries.geo.json");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment