pub fn ll_to_tile( lonlat: (f64, f64), zoom: u8, tile_size: Option<f64>, ) -> (u32, u32)
Convert a lat-lon and zoom to the tile’s x-y coordinates Return the tile x-y