From 75f40d2fcee5844a9f570307474c12ff03deeb34 Mon Sep 17 00:00:00 2001 From: mogikanin Date: Mon, 9 May 2016 13:58:57 +0300 Subject: [PATCH] Added readme, changelog, contributors files --- Changelog.md | 2 ++ Contributors | 11 +++++++++++ Readme.md | 14 ++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 Changelog.md create mode 100644 Contributors create mode 100644 Readme.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 000000000..2e9885ab9 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,2 @@ +# Change Log +All notable changes to this project will be documented in this file. \ No newline at end of file diff --git a/Contributors b/Contributors new file mode 100644 index 000000000..648ec75c4 --- /dev/null +++ b/Contributors @@ -0,0 +1,11 @@ +# This is the official list of people who have contributed +# to the DotSpatial repository. + +# People submitting code should be listed in this file (by email address). + +# Names should be added to this file like so: +# Name + +# Please keep the list sorted. + +TBD \ No newline at end of file diff --git a/Readme.md b/Readme.md new file mode 100644 index 000000000..b7d0aed45 --- /dev/null +++ b/Readme.md @@ -0,0 +1,14 @@ +# What is DotSpatial? + +DotSpatial is a geographic information system library written for .NET 4. +It allows developers to incorporate spatial data, analysis and mapping functionality into their applications or to contribute GIS extensions to the community. + +DotSpatial provides a map control for .NET and several GIS capabilities including: + +* Display a map in a .NET Windows Forms or Web application. +* Open shapefiles, grids, rasters and images. +* Render symbology and labels +* Reproject on the fly +* Manipulate and display attribute data +* Scientific analysis +* Read GPS data \ No newline at end of file