Skip to main content
Solved

Hello. I have textured CityGML files that I want to reproject. When I use EsriReprojector transformer, the result is successful, however, the written CityGML files lost textures. Appearance parts completely lost in my output files. How can I keep tex

  • June 14, 2021
  • 3 replies
  • 30 views

geoinspiration
Contributor
Forum|alt.badge.img+9
Hello. I have textured CityGML files that I want to reproject. When I use EsriReprojector transformer, the result is successful, however, the written CityGML files lost textures. Appearance parts completely lost in my output files. How can I keep texture?

Best answer by geoinspiration

Thanks a lot. It was just a file structure problem, I put in the same folder both .gml files and images and therefore got appearances.

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.

3 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

What are your CityGML geometry types. FME should automatically handle the textures, however, the structure may be different. Is there no texture folder in the output?

For reprojecting CityGML can I suggest a small (free) CityGML application

 

https://github.com/citygml4j/citygml-tools

 

It's a command line tool and does a few helpful things including reprojecting.


geoinspiration
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • 5 replies
  • Best Answer
  • June 14, 2021

Thanks a lot. It was just a file structure problem, I put in the same folder both .gml files and images and therefore got appearances.


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Thanks a lot. It was just a file structure problem, I put in the same folder both .gml files and images and therefore got appearances.

ok nice great that you figured it out