====== Map Suite WebAPI Edition ====== Map Suite WebAPI Edition 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).
**[[http://thinkgeo.com/download|Try It Free]]**
**[[http://samples.thinkgeo.com/WebApiEdition/SampleTemplates/|Explore the Demos]]**
**[[http://thinkgeo.com/map-suite-developer-gis/webapi-edition/#webapi-pricing|Purchase Online]]**
===== Learning Samples =====
[[Map_Suite_WebAPI_Getting_Started|Getting Started]]
Learn how to get started building your own web application with it.
* [[map_suite_webapi_edition_samples_getting_started_demopage2|Samples]] * [[Map_Suite_WebAPI_Getting_Started| Learn More]]
[[Map_Suite_Styling|Styles]]
Learn how to apply basic styles to render your vector data layers.
* [[map_suite_webapi_edition_samples_styles_demopage2|Samples]] * [[Map_Suite_Styling| Learn More]]
===== Product Guides & Appendices=====
> [[Map Suite WebAPI Edition Quick Start Guide|Quick Start Guide]] Helps you get started building your first application with the Map Suite WebAPI Edition.
> [[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|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 WebAPI Edition Installation Guide|Installation Guide]] Walks you through installing the map control on your system and creating a simple GIS application.
> [[Map Suite WebAPI Edition Deployment Guide|Deployment Guide]] Walks you through deploying your GIS software using the map control into a production environment.
> [[Map Suite WebAPI Edition Dependencies Guide|Dependencies Guide]] Introduces the dependencies Map Suite Desktop Edition 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 SQLite|SQLite Guide]] Walks you through using SQLite as a storage format.
=====API Documentation===== * [[ThinkGeo.MapSuite.Core|ThinkGeo.MapSuite.Core]]
The Core API documentation covers the ThinkGeo.MapSuite.Core namespace which resides in the MapSuiteCore.dll assembly. It contains all of the core GIS classes that are shared between the different Map Suite edition map controls and servers. It includes such classes as Style, FeatureSource, Layer, Projection etc. This is where the bulk of the classes are for most of the Map Suite products.
* [[ThinkGeo.MapSuite.WebApiEdition|ThinkGeo.MapSuite.WebApiEdition]]
The WebAPI Edition API documentation covers the ThinkGeo.MapSuite.WebAPIEdition namespace which resides in the WebAPIEdition.dll assembly. It contains all of the WebAPI Edition specific classes such as the map control itself, Overlays, and supported map classes.
===== Videos ===== > **Web API Edition Sample App Walkthrough Video Series** Step through the Web API Edition 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 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 Drawing Editing|{{webapiedition:screenshot:DrawEditFeatures_Desktop.png?180x99|Screenshot}}]] \\ Drawing & Editing
[[webapiedition:Introduction to the Web API Edition Geometric Functions|{{webapiedition:screenshot:GeoFunctions_Desktop.png?180x99|Screenshot}}]] \\ Geometric Functions
> **Extending Map Suite Video Series** {{page>map_suit_extending_map_suite_video_series}} ===== Screenshots ===== Screen Shots of the Web API Edition 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//
===== Change Logs ===== * [[Map Suite WebAPI Edition Release Change Log|API Change Log]]
The WebAPI Edition change log details the changes made to the product for each major release cycle.
* [[Map Suite WebAPI Edition 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.
===== Frequently Asked Questions ===== * [[Map Suite WebAPI Edition FAQ All Questions|All Questions]]
All the frequently asked questions about Map Suite Web API Edition.
===== Help & Support Guides ===== {{page>help_support_guides}}