This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_webapi_geometric_functions [2015/09/18 06:57] admin |
map_suite_webapi_geometric_functions [2015/12/16 01:37] (current) tgwikiupdate [Video Overview] |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Video Overview ===== | ===== Video Overview ===== | ||
{{youtube>hDYIASkwvYs|iOS Visualization Sample}} | {{youtube>hDYIASkwvYs|iOS Visualization Sample}} | ||
+ | <div newline></div> | ||
+ | <div download_viewsource_buttons tryitonline> | ||
+ | {{filehistory:webapieditionsample_geometricfunctions_cs_20150417.zip|C# Project}} | ||
+ | [[Source_Code_WebAPIEditionSample_GeoFunctions.zip|View Source]] | ||
+ | [[http://samples.thinkgeo.com/WebApiEdition/SampleTemplates/geometricfunctions/leaflet/|Try It Online(Leaflet)]] | ||
+ | [[http://samples.thinkgeo.com/WebApiEdition/SampleTemplates/geometricfunctions/openlayers/|Try It Online(Openlayers)]] | ||
+ | </div> | ||
===== Union ===== | ===== Union ===== | ||
The Union function merges two or more existing feature shapes into one feature. Any overlapping features on the map will be merged together into one continuous shape. To do this, select the feature you'd like to add the other features to. This might be the feature with the name, ID, or other attribute data you'd like to retain. In the image below, multiple polygon features (left) are merged into a single polygon feature (right). [[ThinkGeo.MapSuite.Core.EditTools#Union.28String.2C_Feature.29|More information.]] | The Union function merges two or more existing feature shapes into one feature. Any overlapping features on the map will be merged together into one continuous shape. To do this, select the feature you'd like to add the other features to. This might be the feature with the name, ID, or other attribute data you'd like to retain. In the image below, multiple polygon features (left) are merged into a single polygon feature (right). [[ThinkGeo.MapSuite.Core.EditTools#Union.28String.2C_Feature.29|More information.]] |