View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003910 | SAS.Планета | Хотелка / Feature request | public | 20-03-2025 20:01 | 23-03-2025 08:23 |
| Reporter | MontoyaSat | Assigned To | zed | ||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Platform | Windows | OS | 7 | OS Version | Ultimate |
| Product Version | .Nightly | ||||
| Summary | 0003910: modification of KML import | ||||
| Description | Correct KML file code dukla.kml I need to correctly assign coordinates even if syntax is <coordinates> 49.41694166,21.69508611,0 </coordinates> Спасибо | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
|
I have no problem importing your kml file. Maybe you are using an outdated version of SAS? |
|
|
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 ? |
|
|
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:
The available fields for the CSV format are described here. |
| 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 |