Numéro de bogue | NIM077831 |
Envoyé | Feb 03, 2012 |
Modified | Jun 11, 2020 |
Gravité | Low |
S’applique à | ArcGIS for Desktop |
Version trouvée | 10.0 |
Langage de programmation | N/D |
Plateforme serveur | Windows XP |
Plateforme client | Windows XP |
Base de données | N/D |
Paramètre régional | N/D |
Statut | Not in Current Product Plan |
Version corrigée | |
Résolu par le fournisseur |
Bogue NIM077831
Synopsis
Ordering fields for attribute field, for use within a KML file, are not followig the order within ArcGIS Explorer.
Informations supplémentaires
KML is created based off the objectID of the features
Autre solution
See the topic on creating KML: <a href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s200000009000000" target="_blank">http://resources.arcgis.com/en/help/main/10.1/index.html#//00s200000009000000</a>
The best method to control the ToC view would be to group similar features into a folder. You can add a new field called "FolderPath" then calc an appropriate folder for similar features.
BuildType =1 > FolderPath = 'buildings / 1'
BuildType =2 > FolderPath = 'buildings / 2'
BuildType =3 > FolderPath = 'buildings / 3' ..etc