Skip to main content
Solved

Projection issue

  • July 2, 2018
  • 2 replies
  • 17 views

boubcher
Contributor
Forum|alt.badge.img+11

Hello there

we get this shapefile, the project EPSG is correct but it not in the right location, it should show in Saudi Arabia

we used all reprojection transformer available but it didn't work anyway to fix it

The shapefile is only sample data from the WFS we are reading

Thanks

Best answer by takashi

Probably it's the same issue as this question: Reprojection not working

Try using the CoordinateSwapper to fix the data, following @DaveAtSafe's suggestion.

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

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • July 2, 2018

Probably it's the same issue as this question: Reprojection not working

Try using the CoordinateSwapper to fix the data, following @DaveAtSafe's suggestion.


boubcher
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 212 replies
  • July 3, 2018

@takashi

Thanks we did use the swapper and its working, we added also checking process with a bounding box of the city in case this happens with other features during the transformation process

Thanks again