From 129556cec7380448be04f61f2c378c287deda376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Araujo=20Galav=C3=ADz?= Date: Sun, 4 Jun 2023 19:41:22 +0000 Subject: [PATCH] Example added --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 49f1c67..a36f3a6 100644 --- a/Readme.md +++ b/Readme.md @@ -74,6 +74,10 @@ Finally, we create a new point in the kml where the name is the string that will point.style.labelstyle.scale = 1 point.style.iconstyle.icon.href = 'http://maps.google.com/mapfiles/kml/shapes/water.png' +The result of this process once the kml is created is the one shown in the following picture. + +![Resulting marker created in the kml file](http://gmarxcc.com:8088/MSP430/csv2kml/src/commit/a1a71a1d94db7084d74e3b0c46ef07cabd9e16a7/Marker%20example/kmlexample.png "Marker example") + ### Saving file To print the file, we can use: