Info
Version: | 3.1.2 |
Author(s): | SlimGIS |
Last Update: | Sunday, July 30, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.slimgis.com/products/webapi |
NuGet Url: | https://www.nuget.org/packages/SGMapKit.WebApi |
Install
Install-Package SGMapKit.WebApi
dotnet add package SGMapKit.WebApi
paket add SGMapKit.WebApi
SGMapKit.WebApi Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- SGMapKit.Core(>= 3.1.2)
- Microsoft.AspNet.WebApi(>= 5.2.3)
- Microsoft.AspNet.WebApi.Client(>= 5.2.3)
- Microsoft.AspNet.WebApi.Core(>= 5.2.3)
- Microsoft.AspNet.WebApi.Owin(>= 5.2.3)
- Microsoft.AspNet.WebApi.WebHost(>= 5.2.3)
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Owin.FileSystems(>= 3.0.1)
- Microsoft.Owin.StaticFiles(>= 3.0.1)
- Newtonsoft.Json(>= 6.0.4)
- Owin(>= 1.0.0)
- Microsoft.AspNetCore(>= 1.1.1)
- SGMapKit.Core(>= 3.1.2)
- Microsoft.NETCore.App(>= 1.1.1)
- Microsoft.AspNetCore.Mvc(>= 1.1.2)
Tags
A library to build up RESTful service based application.
It lets .NET developers build rich, beautiful restful maps service in a minute. It contains full function of SlimGIS MapKit Core which comes with Geometry, GeoFunction, Symbology, Renderer, DataSource, Layer and more.
And also supports developing and running on Linux with Mono or .NET Core with the same core features.
* Important Note
When working with graphic rendering .NET Core on Linux or macOS, an extra runtime package must be installed.
Linux: runtime.linux-x64.CoreCompat.System.Drawing
macOS: runtime.osx.10.10-x64.CoreCompat.System.Drawing
.