Commute time Map tile generator

Nice work, Tedis! I got it working and figured I would post a few notes on here on the steps I had to take.

I got a Google Maps API Key here: https://cloud.google.com/console/google/maps-apis/overview

It had me register and create a ‘project’, then I was able to select Distance Matrix API to get a key. I had to poke around a bit to figure out where to get the key.

It wasn’t working for me at first and I couldn’t figure out why. After reading through a few posts online, I realized that you have to Enable Billing on ‘project’ that was setup to get the API Key. I was reading that there’s a free tier for the maps API, but I can’t find the details on it. I’m going to try it out with a really long refresh interval for now.

One request - it would be nice if we could drop the label part completely.