It's not right. It should be just :8082/test.kml
if you put file into the web
folder.
Very strange it’s not working thank you for your reply
The kml file is definitely in the web folder but it is not applying it to the poi layer??
Hi! What kml-format I must use? I'm try a lot of configurations, but all of it doesn't work...
If you want some help, you should probably provide details on what you've tried and what errors you get.
My last file format is:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>test_name</name>
<description>test_description</description>
<Point>
<coordinates>50.0,40.0</coordinates>
</Point>
</Placemark>
</kml>
I use ITN Converter for create kml-file. I put test.kml to /opt/traccar/web. I can show kml in browser via http://traccar_ip:8082/test.kml, in POI layer setting I write http://traccar_ip:8082/test.kml
OK and have you checked for errors? Have you checked network requests to see if the file is loaded?
do you mean it?
Yes, so no errors?
only it:
Try sample file from here:
https://github.com/traccar/traccar-web/pull/642#issuecomment-358539010
This sample works. Thanks!
Hello all
I am trying to work out how to use a kml file added to my web folder, I am not sure I am getting the url adress right can anyone help.
the url pointing to my web folder would consit of my traccar adress with :8082/c:/program_files/traccar/web/test.kml is this right? as its not working lol.
thank you