pub fn create_map( connection: &mut PgConnection, model: CreateMapModel, ) -> Result<GetMapModel, String>