320 reputation
59
bio website geojason.info
location Charlotte, NC
age 30
visits member for 2 years, 10 months
seen yesterday
stats profile views 32

May
17
awarded  Necromancer
Apr
23
awarded  Yearling
Oct
23
awarded  Notable Question
Oct
19
awarded  Revival
Oct
6
answered How to Validate a GeoJSON
May
2
awarded  Notable Question
Aug
6
awarded  Popular Question
Mar
15
awarded  Popular Question
Feb
28
awarded  Taxonomist
Dec
9
awarded  Precognitive
Nov
8
comment Google maps kml and polygon eventclick error
Do you have a sample page so we can test something live or try to reproduce the problem ourselves?
Sep
25
comment Algorithm for finding irrregular polygon centroid (label point)
While my solution (rays from false centroid) will work most of the time, I think this solution would probably work best because of its simplicity and the fact that you're guaranteed to find a point at least on the edge, and could easily shift it to be inside the polygon with very little effort.
Sep
25
accepted Algorithm for finding irrregular polygon centroid (label point)
Sep
24
comment Algorithm for finding irrregular polygon centroid (label point)
It can be selected by a mouse click or non-spatial query, so this wouldn't always work.
Sep
23
awarded  Editor
Sep
23
revised Algorithm for finding irrregular polygon centroid (label point)
deleted 20 characters in body
Sep
23
answered Algorithm for finding irrregular polygon centroid (label point)
Sep
23
comment Algorithm for finding irrregular polygon centroid (label point)
I hadn't thought about this. Ideally I'd like this point in the polygon and not on the edge, but this might be what I fall back to.
Sep
23
comment Algorithm for finding irrregular polygon centroid (label point)
Yeah, I probably should have added that I already have the code to determine if my "calculated" centroid is within the polygon or not. What I actually want is some way to create a centroid that is within the polygon.
Sep
23
asked Algorithm for finding irrregular polygon centroid (label point)