Skip to content

.Net library for GeoJSON types & corresponding Json.Net (de)serializers

License

Notifications You must be signed in to change notification settings

skkap/GeoJSON.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##What is GeoJSON.NET GeoJSON is .NET library for the GeoJSON spec v1.0 (see http://geojson.org/geojson-spec.html), it uses Newtonsoft Json.NET (http://json.codeplex.com) for serialization and deserialization.

##Installing

  1. Available as NuGet package via 'Install-Package GeoJSON.Net', see https://nuget.org/packages/GeoJSON.Net
  2. Download the source, compile and include GeoJSON.Net.dll in you project

##Examples

Deserialize GeoJSON file

The example shows how to deserialize GeoJSON file:
JsonConvert.DeserializeObject<GeoJSON.Net.Feature.FeatureCollection>(string content);

Enjoy!
-Joerg Battermann
jb at joergbattermann.com

About

.Net library for GeoJSON types & corresponding Json.Net (de)serializers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%