Skip to content

jhuntoo/OsmToGeoJSON.Net

Repository files navigation

OsmToGeoJSON.Net

A .Net port of osmtogeojson (https://github.com/tyrasd/osmtogeojson)

Build status

NuGet

Usage

Install Nuget Package: OsmToGeoJSON

OsmToGeoJSON.Net was designed to convert the Json output from http://overpass-turbo.eu/

var converter = new Converter(); var geojson = converter.OsmToGeoJSON(osmJson);

or

var featureCollection = converter.OsmToFeatureCollection(osmJson);

About

A .Net port of osmtogeojson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published