Nyall Dawson bb220a0b43 Add some static methods for creating QgsCoordinateReferenceSystem
This avoids the need for

  QgsCoordinateReferenceSystem crs;
  crs.createFromSrsId(...)

and instead can be replaced with

  QgsCoordinateReferenceSystem crs = QgsCoordinateReferenceSystem::fromSrsId(...)
2016-07-25 10:14:19 +10:00
..
2016-07-24 22:40:52 +02:00
2016-07-12 11:40:00 +02:00
2016-07-24 22:40:52 +02:00
2016-05-14 00:21:50 +02:00
2016-04-29 14:10:26 +02:00