🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

mapguide-api-base-x64

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapguide-api-base-x64

Base MapGuide API components. Contains the Foundation, Geometry and PlatformBase parts of the MapGuide API Supported Platforms: - .NET Framework 4.0 and above

3.1.2.9484
NuGet
Version published
Maintainers
1
Created
Source

mapguide-api-base README

This is the NuGet package for the MapGuide Platform API. This is the base package that is required by implementations of the MapGuide Platform API, which are currently:

  • mapguide-api-web
  • mg-desktop-net40

This package contains the Foundation, Geometry and PlatformBase components of the MapGuide Platform API.

Dependencies

  • mapguide-api-base

Installation Notes

This package will add the required project references to your application:

  • OSGeo.MapGuide.Foundation
  • OSGeo.MapGuide.Geometry
  • OSGeo.MapGuide.PlatformBase

The ability to use the classes within these libraries depends on how you initialized the platform. See installation notes for (mapguide-api-web) or (mg-desktop-net40).

If you are using this package on its own (for example, you want to use the MgCoordinateSystem classes), then the only initialization requirement is to define the MENTOR_DICTIONARY_PATH environment variable before you use any MgCoordinateSystem class. This variable should be the path to your CS-Map coordinate system dictionaries

Unlike the assemblies that come with your MapGuide Open Source installation, the assemblies in this package are signed. You cannot use this package if you require un-signed MapGuide assemblies.

Keywords

MapGuide

FAQs

Package last updated on 28 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts