Last active
August 29, 2015 14:00
-
-
Save talllguy/67d94c6dbb4e98e42bc3 to your computer and use it in GitHub Desktop.
DNR-Lands-to-OSM
This file contains 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
replace( "DNRNAME",'SF','State Forest') | |
replace( "DNRNAME",'FMA','Fish Management Area') | |
replace( "DNRNAME",'FT','Fire Tower') | |
replace( "DNRNAME",'SP','State Park') | |
replace( "DNRNAME",'CFL','Chesapeake Forest Lands') | |
replace( "DNRNAME",'NRMA','Natural Resource Management Area') | |
replace( "DNRNAME",'NEA','Natural Environment Area') | |
replace( "DNRNAME",'WMA','Wildlife Management Area') | |
replace( "DNRNAME",'HCF','Heritage Conservation Fund Site') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment