blueherongis / Heron

An add-on for Grasshopper enabling the GIS functions of GDAL in Rhino 3d
MIT License
31 stars 19 forks source link

Fixed source SRS bug. Bypassed with try catch #26

Closed kaiaurelienzhu closed 4 years ago

kaiaurelienzhu commented 4 years ago

Fixed a bug in ImportVector component when you trying to read sourceSRSInt.

In some shapefiles I opened, it errored out due to this line of code. I have wrapped it in a try / catch statement and added a GH Runtime message to notify the user.

blueherongis commented 4 years ago

Nice!