From f2f50910188c31300d078d5768c7cfbc66ba4853 Mon Sep 17 00:00:00 2001 From: Italo Guerriero Date: Thu, 4 Jun 2026 10:09:00 +0200 Subject: [PATCH 1/2] Fix formatting and improve recommendations section A little change to test commit. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 052beab..c48edae 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Both libraries share the exact same models and contracts thanks to the common `B ### When to use each one? +
 +----------------------------------------------------------------+-------------------+
 | Situation                                                      | Recommended       |
 +----------------------------------------------------------------+-------------------+
@@ -46,6 +47,7 @@ Both libraries share the exact same models and contracts thanks to the common `B
 +----------------------------------------------------------------+-------------------+
 | You need maximum customization of styles and arrows on routes  | Google Maps       |
 +----------------------------------------------------------------+-------------------+
+
# Contributions -If you find bugs or want to add new features (support for polygons, layers, clustering, etc.), you are welcome to open issues or pull requests in this repository. \ No newline at end of file +If you find bugs or want to add new features (support for polygons, layers, clustering, etc.), you are welcome to open issues or pull requests in this repository. From 74abd02002c02b970df647d4090040657976f33b Mon Sep 17 00:00:00 2001 From: Italo Guerriero Date: Thu, 4 Jun 2026 14:09:12 +0200 Subject: [PATCH 2/2] Update README by removing mapping solutions table Removed the preformatted table for recommended mapping solutions. --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index c48edae..65a813e 100644 --- a/README.md +++ b/README.md @@ -33,21 +33,13 @@ Both libraries share the exact same models and contracts thanks to the common `B ### When to use each one? -
-+----------------------------------------------------------------+-------------------+
 | Situation                                                      | Recommended       |
-+----------------------------------------------------------------+-------------------+
+|:---------------------------------------------------------------|:------------------|
 | You need real routes and modes of transport                    | Google Maps       |
-+----------------------------------------------------------------+-------------------+
 | You want to avoid API costs from Google                        | Leaflet / OSM     |
-+----------------------------------------------------------------+-------------------+
 | Your client already pays for Google Maps Platform              | Google Maps       |
-+----------------------------------------------------------------+-------------------+
 | Open-source project or limited budget Limited                  | Leaflet           |
-+----------------------------------------------------------------+-------------------+
 | You need maximum customization of styles and arrows on routes  | Google Maps       |
-+----------------------------------------------------------------+-------------------+
-
# Contributions If you find bugs or want to add new features (support for polygons, layers, clustering, etc.), you are welcome to open issues or pull requests in this repository.