Skip to main content
Solved

Can FME Data Inspector handle layers with different coordinate systems?

  • February 22, 2017
  • 2 replies
  • 38 views

Forum|alt.badge.img

Using version 2016.1.3.2

In https://desktopmanualbasic.safe.com/DesktopBasic1Basics/1.Exercise3.html, there is some exercise showing how to inspect data from two different layers.

Layer 1: a kml file (CRS: LL84)

Layer 2: a MapInfo TAB (CRS: UTM83-10)

In the exercise, the data inspector can handle the data with different CRS (there is a print showing the two layers mashup). (the data is available here: https://www.safe.com/training/recorded/fme-desktop-2016/)

But if i try to do the same using version 2016.1.3.2, the data inspector draw the two layers but don't transform the coordinates (in the status bar is show the message "Multiple Coordinate Systems").

Is some configuration necessary for the data inspector transform coordinates? Or the data inspector can not deal with layers with different crs?

Best answer by mark2atsafe

The Inspector will only reproject data to the same coordinate system when the background maps are turned on. Otherwise it will just show the data in a general space using the coordinates in the dataset, whatever coordinate system they are.

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.

2 replies

mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • Best Answer
  • February 22, 2017

The Inspector will only reproject data to the same coordinate system when the background maps are turned on. Otherwise it will just show the data in a general space using the coordinates in the dataset, whatever coordinate system they are.


Forum|alt.badge.img
  • Author
  • February 22, 2017

The Inspector will only reproject data to the same coordinate system when the background maps are turned on. Otherwise it will just show the data in a general space using the coordinates in the dataset, whatever coordinate system they are.

Thanks for the quick answer!