This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_querying [2015/11/19 17:08] mwolffer [Query Feature By Click] |
map_suite_querying [2015/12/03 09:40] (current) tgwikiupdate [Video Overview] |
||
---|---|---|---|
Line 5: | Line 5: | ||
<div newline></div> | <div newline></div> | ||
+ | <div download_viewsource_buttons tryitonline> | ||
+ | {{filehistory:WebAPIEditionSample_Querying_CS_151111.zip|C# Project}} | ||
+ | [[source_code_webapieditionsample_querying.zip|View Source]] | ||
+ | [[http://samples.thinkgeo.com/WebApiEdition/SampleTemplates/QueryTools/leaflet/|Try It Online(Leaflet)]] | ||
+ | [[http://samples.thinkgeo.com/WebApiEdition/SampleTemplates/QueryTools/openlayers/|Try It Online(Openlayers)]] | ||
+ | |||
+ | </div> | ||
=====Overview===== | =====Overview===== | ||
Map Suite WebAPI Edition supports multiple ways of how to query your map data layers. In this learning sample we will discuss some of the various querying tools. | Map Suite WebAPI Edition supports multiple ways of how to query your map data layers. In this learning sample we will discuss some of the various querying tools. | ||
Line 48: | Line 55: | ||
{{webapiedition:codesamples:QueryTool_SQL_Query_Desktop.png?300x180}} | {{webapiedition:codesamples:QueryTool_SQL_Query_Desktop.png?300x180}} | ||
</div> | </div> | ||
- | In this sample, we unlocked allow the power of SQL to allow you to write custom queries against your data sources. So here we wrote a SQL query to return any countries that are landlocked and when that we have API is with the Map Suite at I’d executed SQL return any results. And here we are highlighting those countries on the map. | + | This sample we use the power of SQL which allows users to write custom queries against their data sources. In this example we wrote a SQL query to return any countries that are landlocked. For the result we highlight each country that meets the criteria. This is another great way on how you can use the various querying APIs to analyze your data. |
<div newline/> | <div newline/> | ||
<div newline/> | <div newline/> | ||