JeremyBYU / bpyproj

A blender add-on for Map Projections
GNU General Public License v3.0
6 stars 1 forks source link

empty SRID #11

Closed vvoovv closed 6 years ago

vvoovv commented 6 years ago

I suggest that getProjection returns None (rather than the default projection) if SRID is empty.

So it would enable using the default blender-osm projection (the Transverse Mercator) without deactivating bpyproj.

JeremyBYU commented 6 years ago

Okay just changed. If the user doesn't enter anything for either SRID and Proj4 Params, then I return None.