zlant / parking-lanes

Parking lanes viewer from OpenStreetMap
https://zlant.github.io/parking-lanes/
MIT License
77 stars 13 forks source link

Add Bing Aerial Imagery #158

Closed tordans closed 7 months ago

tordans commented 8 months ago

Now that maxar is gone, the app lacks a good secondary aerial image provider.

I tried adding Bing today but failed. The main issue is, that the app uses Leaflet and Bing has some crude special format that does not work out of the box.

Maybe someone with more knowledge of Leaflet and TypeScript can solve this…

Here are some pointers

My code is at https://github.com/tordans/parking-lanes/commits/try-adding-bing2/ but that is just WIP commits trying to get anything going … so don't expect anything useful.