JeremyBYU / bpyproj

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

SRID from a list? #12

Closed vvoovv closed 6 years ago

vvoovv commented 6 years ago

How about selecting SRID from a list?

image

JeremyBYU commented 6 years ago

There are a lot of EPSG codes that are supported by pyproj. They are all listed here, about 5500. There are also projections supported for ESRI as well here, about 3000.

We could read in these files to construct the the dropdown/selection box. However do you think that just too many options for the user, and maybe to much for the GUI to handle?

vvoovv commented 6 years ago

It seems that a Blender list doesn't have a search box. If so, it isn't feasible.