forked from DotSpatial/DotSpatial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added readme, changelog, contributors files
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <email address> | ||
|
||
# Please keep the list sorted. | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |