[][src]Function epsg::references::get_name

pub fn get_name(crs: &str) -> Option<&'static str>

Search for the name for the given crs Authority:Code combination e.g.

use epsg::references::get_name;
assert_eq!(get_name("EPSG:4326"), Some("WGS 84"));