summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-24 10:50:58 +0100
committerMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-24 10:50:58 +0100
commitf1d7967ade714138640b33753442b326fc900ab0 (patch)
tree14f856c5520e8d207ce05329cfd7c22224c44e92
parentf6262abff7bae215bb9bca073913be4557242639 (diff)
Text verbessert
-rw-r--r--kml/data.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/kml/data.php b/kml/data.php
index c5ffdf7..d50b1ad 100644
--- a/kml/data.php
+++ b/kml/data.php
@@ -478,6 +478,7 @@ foreach ($links as $link) {
printf("\t" .' <name>%s - %s</name>' . "\n", $data1->locname, $data2->locname);
printf("\t" .' <styleUrl>%s</styleUrl>' . "\n", ($link->label=='-1' ? '#0xff_link_vpn' : '#0xff_link_air'));
printf("\t" .' <LineString>' . "\n");
+ printf("\t" .' <tessellate>1</tessellate>' . "\n");
printf("\t" .' <altitudeMode>clampedToGround</altitudeMode>' . "\n");
printf("\t" .' <coordinates>' . "\n");
printf("\t" .' %s,%s' . "\n", $data1->lng, $data1->lat);