diff --git a/IntroductionToGIS.md b/IntroductionToGIS.md index b21ae69..f7a7940 100644 --- a/IntroductionToGIS.md +++ b/IntroductionToGIS.md @@ -26,7 +26,7 @@ As you start writing C++ or Python code, or tweaking existing XML files, you'll -The "srs" attribute here stands for [Spatial reference system](http://en.wikipedia.org/wiki/Spatial_referencing_systems). In the "srs" above, note the specification of a map projection and a [datum](http://en.wikipedia.org/wiki/Datum_(geodesy)) type. +The "srs" attribute here stands for [Spatial reference system](http://en.wikipedia.org/wiki/Spatial_referencing_systems). In the "srs" above, note the specification of a map projection and a [datum](http://en.wikipedia.org/wiki/Datum_(geodesy) ) type. TODO -- more text here.