Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

How can I create a polygon overlay that correctly handles holes? This answer provides a method of creating a polygon overlay that does not handle holes. Can it be modified to correctly handle holes?

Software Versions:

  • PostgreSQL 9.2.1
  • PostGIS 2.0.1 r9979
  • Windows Server 2008 R2
share|improve this question
I don't think that's correct. When a polygon has holes, another polygon can fall into the area of the whole, and that should result in a polygon inside the area of the hole. The function you recommend is for generating polygons that contain holes. That will not help in the case I describe. – jpmc26 Feb 12 at 23:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.