View Issue Details

IDProjectCategoryView StatusLast Update
0000113HeurekaMappublic2017-09-05 16:04
ReporterPeder Assigned ToLinus  
PriorityhighSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.6.1 
Fixed in Version2.7.0 
Summary0000113: Polygon becomes invalid after import
DescriptionEn multipolygon som är giltig blir efter import till Heureka ogiltig.

Steps To ReproduceImportera 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 = ...
TagsNo tags attached.
Attached Files
ProductGeneral

Activities

Linus

2017-05-02 12:12

administrator   ~0000113

Fungerar in DotSpatial 2.0

Peder

2017-09-05 16:04

administrator   ~0000119

Hittade inget fel, något med indata, svårt att reproducera.

Issue History

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