Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update README.md #1

Merged
merged 2 commits into from
Apr 16, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Terradue.GeoJson - GeoJson library for .Net
# DotNetGeoJson - GeoJson library for .Net

Terradue.GeoJson is a library targeting .NET 4.0 and above that provides an easy
way to manage GeoJson objects with serialization and deserialization functions based on ServiceStack
and transformation functions from GML and Well Known Text (WKT)
Terradue.GeoJson is a library targeting .NET 4.0 and above providing an easy
way to manage [GeoJson](http://en.wikipedia.org/wiki/GeoJSON) objects with serialization and deserialization functions based on [ServiceStack](https://github.com/ServiceStack/ServiceStack)
and transformation functions from [GML](http://en.wikipedia.org/wiki/Geography_Markup_Language) and [Well Known Text (WKT)](http://en.wikipedia.org/wiki/Well-known_text)

## Usage examples

Expand Down Expand Up @@ -30,12 +30,13 @@ Install-Package Terradue.GeoJson

## Build

Terradue.GeoJson is a single assembly designed to be easy to deploy anywhere. If you
prefer to compile it yourself, you’ll need:
Terradue.GeoJson is a single assembly designed to be easily deployed anywhere.

To compile it yourself, you’ll need:

* Visual Studio 2012 or later, or Xamarin Studio

To clone it locally click the "Clone in Desktop" button above or run the
To clone it locally, click the "Clone in Desktop" button above or run the
following git commands.

```
Expand Down