Skip to content
Prev 22575 / 29559 Next

Define aliases in shapefiles

Creating a .qml file for visualisation in QGIS is easy as it is an HTML
file like this.

<qgis>
  <aliases>
    <alias field="test" index="2" name="HEREISMYNEWNAMEhgfgfdcgt"/>
  </aliases>
</qgis>

So I will create this for each of my shapefile ... but I expected that it
could be embedded into the other "classic" shapefile files and could be
read everywhere (it least in the most common GIS softwares).

Have a good day !

Arnaud

2015-04-09 7:50 GMT-04:00 Rainer M Krug <Rainer at krugs.de>: