pub fn named_node(
    lon: f64,
    lat: f64,
    name: &'static str
) -> (Point<f64>, Option<String>)