Skip to main content
Question

convert kml into dwg

  • November 5, 2019
  • 5 replies
  • 67 views

terezia86
Forum|alt.badge.img

Hi,

I tried to convert kml into dwg, but the schema of attributes is empty.

How can I get all the attributes from KML into the dwg?

 

 

thanks

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

arnold_bijlsma
Enthusiast
Forum|alt.badge.img+15
  • Enthusiast
  • 126 replies
  • November 5, 2019

Have a look at this Knowledge Base article: https://knowledge.safe.com/articles/19918/how-to-expose-feature-attributes-from-kml-tag.html

Depending on the data structure inside your KML file, it is very unlikely that the XQuery in the example applies to your data structure as well, so have a read through all the comments below the article as well.


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • November 5, 2019

If you select a feature and then look at the Feature Information window (normally on the right) you might see some information about how the attribute data is structured in your kml file


terezia86
Forum|alt.badge.img
  • Author
  • 59 replies
  • November 5, 2019

Have a look at this Knowledge Base article: https://knowledge.safe.com/articles/19918/how-to-expose-feature-attributes-from-kml-tag.html

Depending on the data structure inside your KML file, it is very unlikely that the XQuery in the example applies to your data structure as well, so have a read through all the comments below the article as well.

hi @arnold_bijlsma and @trentatsafe,

unfortunatelly looks my KML a little bit different.

Any ideas how to define HTMLToXHTMLConverter (if) and XQuery?

Thanks


  • 1 reply
  • November 5, 2019

the use of a sdf file could solve your situation for your items with informations but you could loose some AutoCAD features


terezia86
Forum|alt.badge.img
  • Author
  • 59 replies
  • November 6, 2019

If you select a feature and then look at the Feature Information window (normally on the right) you might see some information about how the attribute data is structured in your kml file

Hi @ebygomm,

sorry I did not describe it good enough. Yes, I can see them after selecting them on the right corner, but I need to have the feature attributes in the table.

Thanks