You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of a placemark having a root name as well as an extended data entry with the name "name", it overrides properties.name with the extended data value. Is it possible to maybe create an "otherName" field or something similar.
Example:
My House
Your House
....
....
In this case, properties.name would start as "My House" and then be overwritten with "Your House" when parsing ExtendedData. It would be nice to keep both, where properties.name is "My House" and "Your House" gets stored as properties.some_other_name.
The text was updated successfully, but these errors were encountered:
In the case of a placemark having a root name as well as an extended data entry with the name "name", it overrides properties.name with the extended data value. Is it possible to maybe create an "otherName" field or something similar.
Example:
My House Your House .... ....In this case, properties.name would start as "My House" and then be overwritten with "Your House" when parsing ExtendedData. It would be nice to keep both, where properties.name is "My House" and "Your House" gets stored as properties.some_other_name.
The text was updated successfully, but these errors were encountered: