Skip to content

Commit

Permalink
avoid doc warning on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Oct 9, 2019
1 parent 72b8551 commit 5158e54
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/src/geo/crs/crs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ import 'package:flutter_map/src/core/bounds.dart';

import 'package:flutter_map/src/core/point.dart';

/// An abstract representation of a [Coordinate Reference System][qgis_crs_def].
/// An abstract representation of a
/// [Coordinate Reference System](https://docs.qgis.org/testing/en/docs/gentle_gis_introduction/coordinate_reference_systems.html).
///
/// The main objective of a CRS is to handle the conversion between surface
/// points of objects of different dimensions. In our case 3D and 2D objects.
///
///
/// [qgis_crs_def]: https://docs.qgis.org/testing/en/docs/gentle_gis_introduction/coordinate_reference_systems.html
abstract class Crs {
String get code;
Projection get projection;
Expand Down

0 comments on commit 5158e54

Please sign in to comment.