Created
July 22, 2015 05:35
-
-
Save bradbrowne/9e8e4079e86c0db01243 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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