ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Move type independent code out of map class templates #34

Closed ossama-othman closed 6 years ago

ossama-othman commented 7 years ago

Maps are implemented as class templates to support different map data types. However, the bulk of the map operations and calculations are type independent. Those operations should be moved to a base class or implementation class member to substantially reduce the size of the marc program.