antvis / antvis/SAMJS

predicts an incorrect polygon with upload geo image

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
111
Forks
23
PR merge metrics
No merged PRs in 30d

Description

### Steps to reproduce
- input coordinates(extent for geo image): 118.2596535119999999,30.9013170959999997;118.2914085419999992,30.9297128549999982
- result by clicking on the map:
```json
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[118.28328787803395, -59.08180588565382],
[118.28333953048728, -59.08178469025044],
[118.28338219990525, -59.081748079977345],
[118.283413640529, -59.081709542805605],
[118.28344957267045, -59.0816401757874],
[118.28353041998871, -59.08152841751869],
[118.28356186061247, -59.08145134263856],
[118.28355736909478, -59.08140895138071],
[118.28352592847101, -59.08136270631238],
[118.2834742760177, -59.081322241826506],
[118.28327215772208, -59.08122589762044],
[118.28319580192151, -59.08117965230542],
[118.28306554790878, -59.08112184557405],
[118.28299368362589, -59.08107945390917],
[118.28291283630764, -59.08105247736786],
[118.28287241264852, -59.08105247736786],
[118.28284770930128, -59.08106596564116],
[118.2827758450184, -59.08114304138687],
[118.28271745528856, -59.08123167828042],
[118.28264559100566, -59.08132031494503],
[118.28259618431119, -59.08141665888601],
[118.28259169279352, -59.08145134263856],
[118.2826366079703, -59.08151300255652],
[118.28270622649435, -59.08156117429033],
[118.28277359925956, -59.08158815043175],
[118.28294876844909, -59.08168449362077],
[118.28319580192151, -59.081796251381164],
[118.28323173406295, -59.08180781250802],
[118.28328787803395, -59.08180588565382]
]
]
}
}
]
}
```

### What is expected?
The predicted polygons should be within the input coordinates (extent for geo image).

### What is actually happening?
The predicted polygons is not within the input coordinates (extent for geo image).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.