happyjack27 / autoredistrict

Programmatically makes a fair congressional district map (prevents gerrymandering)
GNU General Public License v3.0
89 stars 14 forks source link

Insert shapefile interface #224

Closed Noreaster76 closed 5 months ago

Noreaster76 commented 5 months ago

Start decoupling org.nocrala from MainFrame by moving Nocrala-specific logic out of the former into the org.nocrala package.

This decoupling should be done anyway -- MainFrame should know nothing about ShapeFile readers -- but it will also put us in a good position to swap in a ShapeFile reader via a Maven dependency.

Edit: Manual test passed -- see below

Noreaster76 commented 5 months ago

BTW, just as a test, the app still loads ShapeFiles fine after this change:

Screenshot 2024-01-28 at 5 42 03 PM