View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000113 | Heureka | Map | public | 2017-04-25 14:45 | 2017-09-05 16:04 |
| Reporter | Peder | Assigned To | Linus | ||
| Priority | high | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.6.1 | ||||
| Fixed in Version | 2.7.0 | ||||
| Summary | 0000113: Polygon becomes invalid after import | ||||
| Description | En multipolygon som är giltig blir efter import till Heureka ogiltig. | ||||
| Steps To Reproduce | Importera bifogad csv- och shapefil. För att kontrollera att polygonen inte har fel (=Valid) kan man använda metoden var geom = theFeature.BasicGeometry as IGeometry; Assert.IsTrue(geom.IsValid); Efter import till databasen kan man verifiera att det har blivit något fel med denna SQL-query: SELECT [TreatmentUnitGUID] ,Shape.IsValidDetailed() FROM [dbo].GIS_Polygon_New where TreatmentUnitGUID = ... | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Product | General | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-04-25 14:45 | Peder | New Issue | |
| 2017-04-25 14:46 | Peder | File Added: StandData_2922185_buffer(1).zip | |
| 2017-05-02 12:12 | Linus | Note Added: 0000113 | |
| 2017-05-02 12:12 | Linus | Status | new => resolved |
| 2017-05-02 12:12 | Linus | Resolution | open => fixed |
| 2017-05-02 12:12 | Linus | Assigned To | => Linus |
| 2017-09-05 16:04 | Peder | Status | resolved => closed |
| 2017-09-05 16:04 | Peder | Fixed in Version | => 2.7.0 |
| 2017-09-05 16:04 | Peder | Note Added: 0000119 |