1

When I export my newly digitalized layer I noticed, that my data attribute changes. In the QGIS I set the data attribute table like this:

enter image description here

but each single export to the different format change it, as it appear as a new separate layer in QGIS.

For instance, when I exported my file as a .kml layer, then my data attribute table looks like this:

enter image description here

My digitalized layer with set attribute layer is already active (1), all other are exports to the different formats, where this data attribute table have changed (2)

enter image description here

For example in Google Earth it looks like this:

enter image description here

Is it something, which I should do between these steps?

Geographos
  • 4,087
  • 2
  • 27
  • 88
  • 1
    Exporting to kml adds a bunch of columns. – Erik Dec 17 '19 at 10:53
  • 1
    Have a look at this : https://gis.stackexchange.com/questions/136604/qgis-exporting-attributes-in-a-kml-file it may help you. Also why the geojson tag ? – J.R Dec 17 '19 at 10:55

1 Answers1

1

OK, According to this query proposed by @J.R:

QGIS exporting attributes in a KML file

which refers mainly to the older versions of QGIS (2x)

In QGIS 3.10 we must change in the "Geometry" type from automatic to Polygon as per in the image below:

enter image description here

And then we will have our data attribute table shown in Google Earth as follows:

enter image description here

Geographos
  • 4,087
  • 2
  • 27
  • 88