Bug 5990: Shapefile to GeoJson - Conversion succeeded - input and output not the same

Hi Alexander,

Please see:

Test data-input-Shapefile
shapefile18.7z (7.2 KB)

Output-GeoJson-too big

Thanks,

Hi @danies8

we have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): GISNET-2090

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

Hi, @danies8
I check this sample ‘shapefile18’ with light-traffics.shp and get TransformationException. If i use ErrorCollector then one feature ignored and conversion fine(input have 447 point, output 446).

No, it’s not big. Maybe you add wrong sample by mistake

Hi Alexander,

I tested it now , with using ErrorCollector and is OK .
Output is smaller.
var errors = new OperationErrorCollector();
options.DestinationDriverOptions = new GeoJsonOptions
{
ErrorCollector = errors
};
Please see:

Test data.

Thanks,
5990 Shapefile to GeoJson.zip (39.5 KB)

Please close it.

Thank you!
I close this topic

1 Like