MapSuiteWebForMvc-BareBone

MapSuiteWebForMvc is based on .NET Framework. This package allows you to add maps and perform GIS spatial operations within your MVC application. It provides classes to work with most GIS data formats, display popups, allow spatial drawing, manage projections, perform spatial operation and much more. Visit our website and wiki, link below, to learn more and watch Map Suite in action. ** This is the barebone version of the Map Suite Web Edition and is intended for experienced Map Suite developers who require fine grain control over their dependencies. All other developer please use the Standard Edition found at the link below. ** Package Documentation: http://wiki.thinkgeo.com/wiki/map_suite_web_for_mvc#barebone Wiki Documentation: http://wiki.thinkgeo.com/wiki/map_suite_web_for_mvc Supported Platforms: Windows, Linux, macOS Other ThinkGeo Products: - Map Suite UI Components - Map Suite Desktop Map Suite Mobile Map Suite Web - Map Suite Servers and Services - Map Suite World Streets Map Suite World Imagery Map Suite Routing Map Suite Geocoder Map Suite Reverse Geocoder Map Suite Elevation


Keywords
.NET, ASP.NET, Control, GIS, Map, MapSuite, Mapping, Mvc, Spatial, Suite, ThinkGeo, Web, how-do-i, map-suite
Install
Install-Package MapSuiteWebForMvc-BareBone -Version 10.6.10

Documentation

How Do I Sample for Mvc

Description

The "How Do I?" samples collection is a comprehensive set containing a lot of interactive samples.

Please refer to Wiki for the details.

Screenshot

Requirements

This sample makes use of the following NuGet Packages

MapSuite 10.0.0

About the Code

public ActionResult DisplayASimpleMap()
{
    Map map = new Map("Map1",
        new Unit(100, UnitType.Percentage),
        new Unit(100, UnitType.Percentage));

    map.MapUnit = GeographyUnit.Meter;
    map.ZoomLevelSet = ThinkGeoCloudMapsOverlay.GetZoomLevelSet();
    map.CurrentExtent = new RectangleShape(-13939426.6371, 6701997.4056, -7812401.86, 2626987.386962);

    map.MapBackground = new GeoSolidBrush(GeoColor.FromHtml("#E5E3DF"));
    map.CustomOverlays.Add(new ThinkGeoCloudMapsOverlay());

    return View(map);
}

Getting Help

Map Suite web for Mvc Wiki Resources

Map Suite web for Mvc Product Description

ThinkGeo Community Site

ThinkGeo Web Site

Key APIs

This example makes use of the following APIs:

FAQ

  • Q: How do I make background map work?
    A: Backgrounds for this sample are powered by ThinkGeo Cloud Maps and require an API Key. These were sent to you via email when you signed up with ThinkGeo, or you can register now at https://cloud.thinkgeo.com. Once you get them, please update the code in partial class of Controllers.

About Map Suite

Map Suite is a set of powerful development components and services for the .Net Framework.

About ThinkGeo

ThinkGeo is a GIS (Geographic Information Systems) company founded in 2004 and located in Frisco, TX. Our clients are in more than 40 industries including agriculture, energy, transportation, government, engineering, software development, and defense.