Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bradbrowne/9e8e4079e86c0db01243 to your computer and use it in GitHub Desktop.
Save bradbrowne/9e8e4079e86c0db01243 to your computer and use it in GitHub Desktop.
const string epsgPath =
@"C:\Flux\Bin\release-1500-x64-gdal-1-11-1-mapserver-6-4-1\bin\proj\SHARE\epsg";
readonly static IEnumerable<string> EpsgLines = File.ReadLines(epsgPath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment