-
Notifications
You must be signed in to change notification settings - Fork 0
About The Project
Rainiery Valerio edited this page Apr 30, 2024
·
3 revisions
For a long time working with map development with Leaflet and Angular, I've noticed that a lot of time is wasted setting up a map completely from scratch and looking for all the third-party libraries we need to achieve some magic tricks with the drawings and some additional configurations, import some map files and export files from the drawed map layer.
Here's why:
- Your time should be focused on creating something incredibly useful with maps. A base project that solves a problem and is beneficial to your overall project.
- You shouldn't set up a whole map from scratch every time you start a project.
- You shouldn't have to remember all the third-party libraries that are required as plugins to have a powerful map tool.
Give me a ⭐️ if you like this project.