View Issue Details

IDProjectCategoryView StatusLast Update
0003910SAS.ПланетаХотелка / Feature requestpublic23-03-2025 08:23
ReporterMontoyaSat Assigned Tozed  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionno change required 
PlatformWindowsOS7OS VersionUltimate
Product Version.Nightly 
Summary0003910: modification of KML import
DescriptionCorrect KML file code dukla.kml

I need to correctly assign coordinates even if syntax is
<coordinates>
49.41694166,21.69508611,0
</coordinates>

Спасибо

TagsNo tags attached.
Attached Files
dukla.kml (584 bytes)
1.png (63,745 bytes)   
1.png (63,745 bytes)   

Activities

zed

21-03-2025 17:32

manager   ~0020531

I have no problem importing your kml file. Maybe you are using an outdated version of SAS?

MontoyaSat

23-03-2025 06:04

reporter   ~0020532

SAS.Planet.Nightly.250204.10747

KML correct coordinates
<coordinates>
21.69508611,49.41694166,0
</coordinates>

I need this coordinates
<coordinates>
49.41694166,21.69508611,0
</coordinates>

If it doesn't work.
There is another type of file that has such a simple code where you could put on 49.41694166,21.69508611 using CTRL+V

what syntax they have CSV, JSON ?

zed

23-03-2025 08:16

manager   ~0020533

In the KML standard, coordinates must be specified in the following order: longitude, latitude, and altitude. The same applies to the GeoJSON format.

If you need a different order, you can use the CSV format, where you can define the fields by name in the header (first line). For example:

LAT,LON,NAME
49.41694166,21.69508611,Mark name
The available fields for the CSV format are described here.

Issue History

Date Modified Username Field Change
20-03-2025 20:01 MontoyaSat New Issue
20-03-2025 20:01 MontoyaSat File Added: dukla.kml
21-03-2025 17:30 zed File Added: 1.png
21-03-2025 17:32 zed Note Added: 0020531
21-03-2025 17:32 zed Assigned To => zed
21-03-2025 17:32 zed Status new => feedback
23-03-2025 06:04 MontoyaSat Note Added: 0020532
23-03-2025 06:04 MontoyaSat Status feedback => assigned
23-03-2025 08:16 zed Note Added: 0020533
23-03-2025 08:23 zed Status assigned => closed
23-03-2025 08:23 zed Resolution open => no change required
08-08-2025 13:24 zed Category Хотелка => Хотелка / Feature request