|
|
|
|
|
by pkalinowski
2382 days ago
|
|
Some time ago I checked out three libraries for my amateur small navigation app: Leaflet - it doesn't have map rotation, so it was a dealbraker for me. People on Stack Overflow were talking about ugly hacks, I didn't want to go into the rabbit hole. Mapbox - I found docs little clunky (again, I'm amateur so it may be the reason I didn't get it) and couldn't really work out what's paid and what's free. Didn't spend a lot of time on them, though. OpenLayers - I think it's the best one feature-wise, but documentation is rather for more advanced developers. I struggled a lot before finally grasping how it works and still, it's not easy. Getting started guide like Vue.js has would be immensely helpful. I ended up with OpenLayers and I'm pretty satisfied for now, despite needing fairly long time to actually implement features properly. |
|