From e974b359a9e30df9a67709d982f33a760d4fe5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Araujo=20Galav=C3=ADz?= Date: Sun, 4 Jun 2023 19:54:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EReadme.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a36f3a6..f6695f8 100644 --- a/Readme.md +++ b/Readme.md @@ -74,9 +74,13 @@ 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' +Considering the following input: + + 14/2/2023 9:41:44,Ciudad Universitaria ,"Si, funciona",Bdije7,No,NA,"Si, no funciona",Kdiu3,"Si, funciona",Jdjej7,No,Bejj3,"Si, funciona",Jdiy3,"Si, funciona",Jej28,-101.18628,19.72459,12345,"Si, no funciona",Djjeu3 + 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") +![Resulting marker created in the kml file](http://gmarxcc.com:8088/MSP430/csv2kml/raw/branch/master/kmlexample.png "Marker example") ### Saving file