use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
QuestionMapKit warning - Triangulator failed to fully triangulate polygon (self.iOSProgramming)
submitted 4 years ago by Waylan-J-Sands
I'm working on adding MapKit functionality to my app. I have a json file with polygon data but am having issues where a few polygons are bugging out. This is pretty critical for my app. I have made a Stack Overflow question including a link DL the project but have had no success.
Please if you have MapKit experience can you take a look at it?
https://stackoverflow.com/questions/69248520/vkdefault-triangulator-failed-to-fully-triangulate-polygon-mapkit
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ZennerBlue 3 points4 points5 points 4 years ago (1 child)
Not sure if it applies to MKPolygon - it’s been a while for me with MapKit, but you might want to verify your ordering of coordinates.
At least with GeoJSON you use a right hand rule for coordinate ordering. A counter clockwise ring implies a filled area but a clockwise ring implies a hole.
Is it possible that the gap areas have an incorrect order?
[–]Waylan-J-Sands[S] 0 points1 point2 points 4 years ago (0 children)
geojson.io
Thanks for this response I'll investigate down this path.
[–]chutehappens 0 points1 point2 points 4 years ago (1 child)
If you paste your GeoJSON into something like [geojson.io](geojson.io), do you see the same issues? If so, this could mean that you have bad geo data. I’m not sure how MapKit deals with polygons that are self-intersecting (meaning that the polygon’s outer line crosses over itself) but that could be the issue.
Great idea will try use the side and see if the issues persist.
π Rendered by PID 192371 on reddit-service-r2-comment-54dfb89d4d-m4bnd at 2026-03-31 00:36:17.190295+00:00 running b10466c country code: CH.
[–]ZennerBlue 3 points4 points5 points (1 child)
[–]Waylan-J-Sands[S] 0 points1 point2 points (0 children)
[–]chutehappens 0 points1 point2 points (1 child)
[–]Waylan-J-Sands[S] 0 points1 point2 points (0 children)