-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversion into Feature Set #26
Comments
Can you paste in the inputs you're using? This is hard to diagnose from the screenshots. My suspicion, however, is that you're running into this issue - it looks like the polygon arc from I think I could fix this issue in |
Hi, Yes I can. This my code
But I also used this with the same problem Screenshot is the coordinates of the polygon and image of area. The coordinates of my hexagon seem right. Is is the same issue as described above ? |
|
@nrabinowitz Well that was a simple fix! Thanks |
Hi,
I am doing a small prototype app for a research project of mine. I am running into an issue with h3SetToFeatureCollection where upon further inspection the coordinates are not even near the area of my polygon. I took a screen shot of the output cells of my polygon in h3 index longs and converted one of the hexagons into a lat long to verify that my hexagons where in the right area (New York coordinates). My coordinates once converted to h3SetToFeature are wrong and as a result not showing up on my map. I have a work around of just building my own function along with the h3 api functions. But I am wondering if I am just not doing something right.
The text was updated successfully, but these errors were encountered: