Skip to main content
Solved

Problems with Clipper

  • July 13, 2022
  • 2 replies
  • 32 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi,

 

Why my clipper don´t cut the APP shapefile?

 

Look the fmwt attached.

 

Thank´s

Best answer by DanAtSafe

Hi @mr_fme Your datasets don't overlap because they're in two different coordinate systems - APP is in SRG-SA/2000.LL and New_Shapefile is in SPHERICAL_MERCATOR. Use a Reprojector before the Clipper (preferably on New_Shapefile) to align the two datasets.

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

DanAtSafe
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • July 13, 2022

Hi @mr_fme Your datasets don't overlap because they're in two different coordinate systems - APP is in SRG-SA/2000.LL and New_Shapefile is in SPHERICAL_MERCATOR. Use a Reprojector before the Clipper (preferably on New_Shapefile) to align the two datasets.


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • July 13, 2022

Thank´s solved my problem