MapSurfer.NET.Core 1.16.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MapSurfer.NET.Core --version 1.16.1
NuGet\Install-Package MapSurfer.NET.Core -Version 1.16.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MapSurfer.NET.Core" Version="1.16.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MapSurfer.NET.Core --version 1.16.1
#r "nuget: MapSurfer.NET.Core, 1.16.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MapSurfer.NET.Core as a Cake Addin
#addin nuget:?package=MapSurfer.NET.Core&version=1.16.1

// Install MapSurfer.NET.Core as a Cake Tool
#tool nuget:?package=MapSurfer.NET.Core&version=1.16.1

MapSurfer.NET provides an advanced set of features to render both vector and raster maps of highest quality. It is based on some Open Geospatial Consortium's standards such as Styled Layer Descriptor (SLD), Symbology Encoding (SE), WMS, etc. MapSurfer.NET supports the following  web services, databases, vector and raster file formats:
CartoDB, DEM (SRTM and ASTER), EsriFileGeoDB, GDAL, GeoJSON (+TopoJSON), GPX, MongoDB, MsSQL Spatial, MySQL Spatial, OGR, OpenStreetMap (.xml, .pbf), PostGIS, Shape, SpatiaLite. Requirements: Windows 7 or greater, Microsoft Visual C++ 2012 Redistributable, GDAL (optional).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 167 4/12/2015
1.16.2 1 1/26/2015
1.16.1 187 12/3/2014

Fixed a bug in image quantization (4bpp format).
   Improved performance of PluginManager initialization by using caching approach.
   Fixed a bug of incorrect labelling in tile generation.
   Fixed ScaleFactor for Stroke's dashes.
   Further optimizations in the TextBlock calculation code.
   EnumerateCoordinates function has been introduced in Geometry class.
   Fixed an issue that ignores opacity of Graphic object in GraphicTextSymbolizer.
   Improved performance of GridPatternPolygonPlacement for large objects.
   Added two additional parameters (TagsFilter and Query) to the OSM data source provider.
   Improved storage efficiency and performance of the OSM data source provider.
   Fixed a bug in OSM data source provider which was caused by incorrect version of icsharpcode.sharpziplib.dll.
   Introduced a data source provider for MySQL Spatial Extensions.
   Improved a method for labeling lines with sharp corners.
   Performance improvement by reusing cached RenderContext and Bitmap objects.
   Performance improvement by reusing RenderContext object.
   Performance improvement through the pooling of Feature objects.                                         
   Optimized memory allocation in transformation and clipping of geometries.
   Improved an issue with skipping redundant tiles in the MbTiles storage.
   Fixed a bug concerning incorrect serialization of PolygonSymbolizer.
   Improved performance of the image to byte array conversion.
   Improved performance of the Shape data source (up to 35 % faster).
   Improved performance and memory consumption of the OSM data source provider.
   ConcurrentFeatureDataReader is created only once per RenderContext.
   RenderContext has been made reusable in a web application.
   Added multi-threaded fetching of features.
   Improved performance of geometry transformations.
   Improved performance and memory consumption of the clipping functions.