====== Map Suite Web for WebAPI ======
**Note:** The page is for Map Suite 10. If you are using Map Suite 9.0 or previous versions of Map Suite product, please go to [[map_suite_android_edition|MapSuite 9.0 Wiki]]. We highly recommended you to upgrade to ThinkGeo 12.0 if possible which supports both .NET Framework and .NET Core, which is easier to use and get more features over the previous version. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out [[thinkgeo_12_upgrade_guide|ThinkGeo 12 Upgrade Guide]].
Map Suite Web for WebAPI allows you to easily build REST based web services to do the server side rendering, querying and geometric functions in your HTML5/Javascript application utilizing any JavaScript mapping client library (Leaflet, OpenLayers3 & KendoUI). ===== Getting Started ===== It's very easy to get started. You can start from getting the samples from GitHub, or start from creating a new application in your Visual Studio. GitHub samples run properly in MonoDevelop on Linux as well. Please have a quick look at the following short videos. \\ \\
[[media:map_suite_web_for_webapi_quickstart|{{mapsuite10:webapi:run_github_sample_on_windows.png?180x99|Map Suite Web for WebAPI Quickstart On Windows}}]] \\ Run GitHub Sample on Windows (2'30")
[[media:map_suite_web_for_webapi_linux_quickstart|{{mapsuite10:webapi:run_github_sample_on_windows.png?180x99|Map SuiteWeb for WebAPI Quickstart on Linux}}]] \\ Run GitHub Sample on Linux (3'06")
[[media:map_suite_web_for_webapi_hello_world|{{mapsuite10:webapi:Run_HelloWorld_Sample_on_Windows.png?180x99|Map Suite Web for WebAPI Hello World}}]] \\ Hello World on Windows (3'09")
> [[Map Suite Web For WebAPI Quick Start Guide|Quick Start Guide]] Helps you get started building your first application with the Map Suite Web for WebAPI.
===== Product Guides & Appendices=====
> [[Map Suite Data Format Guide|Data Format Guide]] Walks the various GIS data format that are supported in the map control. It also list any caveats related to the use of that format in your mapping application.
> [[Map Suite Style Guide New|Style Guide]] Explains how to use styles to beautifully represent your GIS mapping data. It includes an overview of styles, a detailed explanation of the various styles that ship with Map Suite, as well as a step by step guide of creating your own custom styles.
> [[Map Suite Serialization Guide|Serialization Guide]] Explains how to use our custom serialization class to render your Map Suite objects to XML, or other format etc. This allows your GIS application to easily save things such as Layers, Styles, or even whole maps to XML to be recalled at a later time.
> [[Map Suite Web For WebAPI Installation Guide|Installation Guide]] Walks you through installing the map control on your system and creating a simple GIS application.
> [[map_suite_deployment_license_guide_for_web|Deployment Guide]] Walks you through deploying your GIS software using the map control into a production environment.
> [[map_suite_mono_environment_setup_guide_on_linux|Linux Development Guide]] Walks you through deploying your GIS software using the map control into a production environment.
> [[map_suite_dependencies|Dependencies Guide]] Introduces the dependencies Map Suite Web for WebAPI needs with their features, versions and source websites.
> [[Map Suite Performance Guide|Performance Guide]] Walks you through various ways you can increase performance in your .Net GIS application.
> [[Map Suite Web For WebAPI Azure Deployment Guide |Azure Deployment Guide (Coming Soon)]] Walks you through deploying your project using the map control into a windows azure cloud service and register the map control.
> [[Map Suite SQLite|SQLite Guide]] Walks you through using SQLite as a storage format.
> [[map_suite_license_guide#thinkgeomapsuite_for_web_webforms_mvc_webapi|License Guide]] Introduces what licenses are needed / how the license would work for debugging/deploying the Map Suite products
> [[map_suite_10_upgrade_guide|Upgrade Guide]] Introduces how to upgrade to Map Suite 10.0 from Map Suite 9.0 or previous version.
> [[map_suite_platform_coverage|Coverage Guide]] Show Map Suite features coverage of different product and different platfoms
===== Learning Samples =====
[[http://wiki.thinkgeo.com/wiki/map_suite_web_for_webapi_all_samples|{{webapiedition:screenshot:learning_samples_all.png?270x150|Learn More}}]]
Browse the demo applications to see the power of Map Suite Web for WebAPI and how it can be utilized to build professional grade mapping applications using both the Leaflet and OpenLayers JavaScript mapping libraries.
[[http://wiki.thinkgeo.com/wiki/map_suite_web_for_webapi_all_samples|Explore and Study "All Learning Sample" now →]]
[[http://wiki.thinkgeo.com/wiki/map_suite_all_samples|Explore and Study "All Samples Across all the Products" now →]]
[[https://github.com/ThinkGeo/GettingStartedSample-ForWebApi|{{webapiedition:screenshot:GettingStarted_Desktop_202px.png|Getting Started}}]]
Getting Started
[[https://github.com/ThinkGeo/GettingStartedSample-ForWebApi|All of the chapters of the Map Suite Developer Manual in one place so you can easily search for a topic.]]
[[https://github.com/ThinkGeo/OverlaysSample-ForWebApi|{{webapiedition:screenshot:Overlays_WebAPI_202px.png|Overlays}}]]
Overlays
[[https://github.com/ThinkGeo/OverlaysSample-ForWebApi|Discover how to use Overlays to build up your map or add existing basemaps to your application.]]
[[https://github.com/ThinkGeo/LayersSample-ForWebApi|{{webapiedition:screenshot:Layers_202px.png|Layers}}]]
Layers
[[https://github.com/ThinkGeo/LayersSample-ForWebApi|Explore all the different types of layers and data formats you can use to build up your map.]]
[[https://github.com/ThinkGeo/BasicStylingSample-ForWebApi|{{webapiedition:screenshot:styles_desktop_202px.png|Styles}}]]
Styles
[[https://github.com/ThinkGeo/BasicStylingSample-ForWebApi|Learn how to apply basic styles to render your vector data layers.]]
[[https://github.com/ThinkGeo/VisualizationSample-ForWebApi|{{webapiedition:screenshot:visualization_desktop_202px.png|Visualizing}}]]
Visualizing
[[https://github.com/ThinkGeo/VisualizationSample-ForWebApi|Learn about the styles you can use with Map Suite to visualize your data.]]
[[https://github.com/ThinkGeo/LabelingSample-ForWebApi|{{webapiedition:screenshot:labelstyling_desktop_202px.png|Labeling}}]]
Labeling
[[https://github.com/ThinkGeo/LabelingSample-ForWebApi|Explore different techniques for labeling your features.]]
[[https://github.com/ThinkGeo/MarkerAndPopupSample-ForWebApi|{{webapiedition:screenshot:markersandpopups_desktop_202px.png|Markers & Pop Ups}}]]
Markers & Pop Ups
[[https://github.com/ThinkGeo/MarkerAndPopupSample-ForWebApi|Explore how to make your maps more interactive by using Markers and Pop Ups]]
[[https://github.com/ThinkGeo/DrawingAndEditingSample-ForWebApi|{{webapiedition:screenshot:draweditfeatures_desktop_202px.png|Drawing & Editing}}]]
Drawing & Editing
[[https://github.com/ThinkGeo/DrawingAndEditingSample-ForWebApi|Learn how to draw new features or edit existing features on the map.]]
[[https://github.com/ThinkGeo/QueryToolsSample-ForWebApi|{{webapiedition:screenshot:querying_desktop_202px.png|Getting Started}}]]
Querying
[[https://github.com/ThinkGeo/QueryToolsSample-ForWebApi|Learn about all the different ways you can query your data.]]
[[https://github.com/ThinkGeo/ProjectionSample-ForWebApi|{{webapiedition:screenshot:projection_desktop_202px.png|Projection}}]]
Projection
[[https://github.com/ThinkGeo/ProjectionSample-ForWebApi|Learn about Map Projection and how to apply it your data.]]
[[https://github.com/ThinkGeo/GeometricFunctionsSample-ForWebApi|{{webapiedition:screenshot:geofunctions_desktop_202px.png|Geometric Functions}}]]
Geometric Functions
[[https://github.com/ThinkGeo/GeometricFunctionsSample-ForWebApi|Explore the different ways to manipulate features using geometric functions.]]
[[https://github.com/ThinkGeo/AdornmentsSample-ForWebApi|{{webapiedition:screenshot:Adornments_webapiedtion_202px.png|Adornments}}]]
Adornments
[[https://github.com/ThinkGeo/AdornmentsSample-ForWebApi|Learn how to add legends, scale bars, north arrows and many more adornments to your map.]]
[[https://github.com/ThinkGeo/TopologyValidationSample-ForWebApi|{{webapiedition:screenshot:topology_desktop_202px.png|Topology}}]]
Topology
[[https://github.com/ThinkGeo/TopologyValidationSample-ForWebApi|Explore the topology rules and how to apply it to your data.]]
[[https://github.com/ThinkGeo/PrintingSample-ForWebApi|{{webapiedition:screenshot:printing_desktop_202px.png|Printing}}]]
Printing
[[https://github.com/ThinkGeo/PrintingSample-ForWebApi|Learn how to implement printing capabilities into your application.]]
[[http://wiki.thinkgeo.com/wiki/map_suite_web_for_webapi_project_templates|{{webapiedition:codesamples:Map Suite Web Edition Project Templates SiteSelection.png|Project Templates}}]]
Project Templates
[[http://wiki.thinkgeo.com/wiki/map_suite_web_for_webapi_project_templates|Explore these project templates which combine several different concepts to make real world applications]]
===== Package ===== ==== Standard ==== Standard version contains all packages that Map Suite supported on this platform which should meet most user's requirements. [[map_suite_web_for_webapi_package_coverage|Compare with Barebone]] ==== Barebone ==== Barebone version is intended for experienced Map Suite developers who require fine grain control over their dependencies. All other developer please use the Standard Edition. [[map_suite_web_for_webapi_package_coverage|Compare with Standard]] =====API Documentation===== * [[map_suite_web_for_webapi_api|ThinkGeo.MapSuite.WebApi]]
The Map Suite Web for WebAPI API documentation covers the ThinkGeo.MapSuite.WebApi namespace which resides in the ThinkGeo.MapSuite.WebApi.dll assembly. It contains all of the Map Suite Web for WebAPI specific classes such as the map control itself, Overlays, and supported map classes.
===== Change Logs ===== * [[Map Suite Web for WebApi Release Change Log|API Change Log]]
The Map Suite Web for WebAPI change log details the changes made to the product for each major release cycle.
* [[Map Suite Web for WebAPI Features Bug Fixes Change Log|Features & Bug Fixes Change Log]]
This change log details the new features and bug fixes applied to the product for each major release cycle.
===== Videos ===== > **Map Suite Web for WebAPI Sample App Walkthrough Video Series** Step through the Map Suite Web for WebAPI sample applications and see how they're put together. We'll demonstrate how to use each app, then take you through every part of the source code and show you how it works.\\ **Tip**: //You'll want to select "Fullscreen" to properly read the source code.//
[[webapiedition:Introduction to the Web API Edition|{{webapiedition:screenshot:GettingStarted_Desktop.png?180x99|Screenshot}}]] \\ Getting Started
[[webapiedition:Introduction to the Web API Edition Overlays|{{webapiedition:screenshot:Overlays_WebAPI_202px.png?180x99|Screenshot}}]] \\ Overlays
[[webapiedition:Introduction to the Web API Edition Layers|{{webapiedition:screenshot:Layers_202px.png?180x99|Screenshot}}]] \\ Layers
[[webapiedition:Introduction to the Web API Edition Styles|{{webapiedition:screenshot:styles_desktop_202px.png?180x99|Screenshot}}]] \\ Styles
[[webapiedition:Introduction to the WebAPI Edition Visualizing Data|{{webapiedition:screenshot:Visualization_Desktop.png?180x99|Screenshot}}]] \\ Visualizing Data
[[webapiedition:Introduction to the Web API Edition Labeling|{{webapiedition:screenshot:LabelStyling_Desktop.png?180x99|Screenshot}}]] \\ Labeling
[[webapiedition:Introduction to the Web API Edition Markers and Pop Ups|{{webapiedition:screenshot:markersandpopups_desktop_202px.png?180x99|Screenshot}}]] \\ Markers & Pop Ups
[[webapiedition:Introduction to the Web API Edition Drawing Editing|{{webapiedition:screenshot:DrawEditFeatures_Desktop.png?180x99|Screenshot}}]] \\ Drawing & Editing
[[webapiedition:Introduction to the Web API Edition Querying|{{webapiedition:screenshot:querying_desktop_202px.png?180x99|Screenshot}}]] \\ Querying
[[webapiedition:Introduction to the Web API Edition Projection|{{webapiedition:screenshot:projection_desktop_202px.png?180x99|Screenshot}}]] \\ Projection
[[webapiedition:Introduction to the Web API Edition Geometric Functions|{{webapiedition:screenshot:GeoFunctions_Desktop.png?180x99|Screenshot}}]] \\ Geometric Functions
[[webapiedition:Introduction to the Web API Edition Project Templates|{{webapiedition:codesamples:Map Suite Web Edition Project Templates SiteSelection.png?180x99|Screenshot}}]] \\ Project Templates
[[webapiedition:WebAPI Webinar November 19, 2015|{{webapiedition:screenshot:video.png?180x99|Screenshot}}]] \\ WebAPI Webinar November 19, 2015
[[webapiedition:Introduction to the Web API Edition Adornments|{{:no_screenshot_202px.jpg?180x99|Screenshot}}]] \\ Adornments
[[webapiedition:Introduction to the Web API Edition Topology|{{webapiedition:screenshot:topology_desktop_202px.png|Screenshot}}]] \\ Topology
[[webapiedition:Introduction to the Web API Edition Printing|{{webapiedition:screenshot:printing_desktop_202px.png|Screenshot}}]] \\ Printing
> **Extending Map Suite Video Series** {{page>map_suit_extending_map_suite_video_series}} ===== Screenshots ===== Screen Shots of the Map Suite Web for WebAPI on different types of devices. > ** Traditional Browsers **
{{webapiedition:screenshot:GettingStarted_Desktop.png?180|Getting Started with Map}} \\ //Getting Started with Map//
{{webapiedition:screenshot:Visualization_Desktop.png?180|Visualization}} \\ //Visualization//
{{webapiedition:screenshot:LabelStyling_Desktop.png?180|LabelStyling}} \\ //LabelStyling//
{{webapiedition:screenshot:GeoFunctions_Desktop.png?180|GeoFunctions}} \\ //GeoFunctions//
{{webapiedition:screenshot:DrawEditFeatures_Desktop.png?180|DrawEditFeatures}} \\ //DrawEditFeatures//
{{webapiedition:screenshot:SiteSelection_Desktop.png?180|SiteSelection}} \\ //SiteSelection//
{{webapiedition:screenshot:Visualization-weather_Desktop.png?180|Visualization-weather}} \\ //Visualization-weather//
> **Tablets**
{{webapiedition:screenshot:GettingStarted_IPad.png?180|GettingStarted}} \\ //GettingStarted//
{{webapiedition:screenshot:Visualization_IPad.png?180|Visualization}} \\ //Visualization//
{{webapiedition:screenshot:LabelStyling_IPad.png?180|LabelStyling}} \\ //LabelStyling//
{{webapiedition:screenshot:GeoFunctions_IPad.png?180|GeoFunctions}} \\ //GeoFunctions//
{{webapiedition:screenshot:DrawEditFeatures_IPad.png?180|DrawEditFeatures}} \\ //DrawEditFeatures//
{{webapiedition:screenshot:SiteSelection_IPad.png?180|SiteSelection}} \\ //SiteSelection//
{{webapiedition:screenshot:Visualization-weather_IPad.png?180|Visualization-weather}} \\ //Visualization-weather//
> **Phones**
{{webapiedition:screenshot:GettingStarted_IPhone.png?90x184|GettingStarted}} \\ //GettingStarted//
{{webapiedition:screenshot:Visualization_IPhone.png?90x184|Visualization}} \\ //Visualization//
{{webapiedition:screenshot:LabelStyling_IPhone.png?90x184|LabelStyling}} \\ //LabelStyling//
{{webapiedition:screenshot:GeoFunctions_IPhone.png?90x184|GeoFunctions}} \\ //GeoFunctions//
{{webapiedition:screenshot:DrawEditFeatures_IPhone.png?90x184|DrawEditFeatures}} \\ //DrawEditFeatures//
{{webapiedition:screenshot:SiteSelection_IPhone.png?90x184|SiteSelection}} \\ //SiteSelection//
{{webapiedition:screenshot:Visualization-weather_IPhone.png?90x184|Visualization-weather}} \\ //Visualization-weather//
===== Frequently Asked Questions ===== * [[Map Suite Web For WebAPI FAQ General Questions|General Questions]]
All the frequently asked questions about Map Suite Web for WebAPI.
* [[Map Suite Web For License FAQ General Questions|License Questions]]
All the frequently asked questions about Map Suite Web for License.
===== Help & Support Guides ===== {{page>help_support_guides}}