Interactive publication
Back to the cataloguePlatformCase 11 of 11
Unsupported polygon targeting
Some platforms accept only circles or native geo IDs, not arbitrary polygons; a custom trade-area polygon submitted directly is rejected or silently approximated by the platform's own simplification.
Class
Case to account for
Affects
2 conversions
01
Detection
platform.polygonSupport=false while the target list contains raw polygon geometry.
02
Mitigation
01
Pre-convert polygons to the platform's supported primitive (circle set or native ID crosswalk) rather than submit raw rings
02
Verify the platform's rendered target against the intended polygon post-submission
03
Affected conversions
H3exact polygon
OPENH3platform-native IDs
OPEN