Today I Learned - Rocky Kev

TIL about Leaflet, an open-source Google Maps alternative

POSTED ON:

TAGS:

I think very highly of Google Products. They push the internet forward.

But Google has a 'people' problem.

It's quite possible to get your entire Google Account flagged or banned, without no real human intervention. Like when Official Destiny 2 videos got copyright strikes, or when Terraria developer had his whole account disabled, or when a Dad Photographs Son for Doctor. Google Flags Him as Criminal and Notifies Police

So I always try to find a backup to a Google service.

I love how flexible Google Maps is for developers.

But to use it for commercial products, it's a bit expensive.

I learned about Leaflet — an open-source JavaScript library for interactive maps, recently. It's a really attractive alternative.


Related TILs

Tagged:

TIL about Leaflet, an open-source Google Maps alternative

I love how flexible Google Maps is for developers. But to use it for commercial products, it's a bit expensive. I learned about Leaflet — an open-source JavaScript library for interactive maps.

TIL I'm done with FontAwesome

When I first discovered FontAwesome in 2013, I like everyone thought the same thing -- this is a MAJOR game changer. It is now 2022. As I look back, FontAwesome has become unsustainable.

TIL LocalForage, a small js library for caching

An easy to use library to help with web storage. Switches between localStorage/sessionStorage, and also IndexedDB automagically. 178,000 repos can't be wrong.