This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_desktop_edition_faq_styles [2015/09/16 02:09] admin [How do I cluster multiple points into one point for display?] |
map_suite_desktop_edition_faq_styles [2015/09/17 03:04] (current) admin [Can I create isolines (a.k.a. contour lines) with Map Suite?] |
||
---|---|---|---|
Line 46: | Line 46: | ||
[[Map_Suite_Desktop_Edition_Styles_Samples#WordWrapped_TextStyle|Sample:WordWrapped TextStyle]] | [[Map_Suite_Desktop_Edition_Styles_Samples#WordWrapped_TextStyle|Sample:WordWrapped TextStyle]] | ||
- | In the Discussion Forum post “Display word-wrapped text”, there is a discussion on how to implement a TextStyle doing word wrapping. In this project, you will actually find a working implementation. Notice that by using the class WordWrappingTextStyle, word-wrapping is applied according the proportion of the size of the text to the size of the bounding box of the feature to label. This means that the label can be word-wrapped or not depending on the zoom level.<br> | + | In the Discussion Forum post “Display word-wrapped text”, there is a discussion on how to implement a TextStyle doing word wrapping. In this project, you will actually find a working implementation. Notice that by using the class WordWrappingTextStyle, word-wrapping is applied according the proportion of the size of the text to the size of the bounding box of the feature to label. This means that the label can be word-wrapped or not depending on the zoom level. |
- | You can find the discussion forum post on that topic at:<br> | + | \\ |
+ | You can find the discussion forum post on that topic at: | ||
+ | \\ | ||
http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/21/aft/6421/afv/topic/Default.aspx | http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/21/aft/6421/afv/topic/Default.aspx | ||
Line 178: | Line 180: | ||
[[Map_Suite_Desktop_Edition_Styles_Samples#Hybrid TextStyle|Sample:Hybrid TextStyle]] | [[Map_Suite_Desktop_Edition_Styles_Samples#Hybrid TextStyle|Sample:Hybrid TextStyle]] | ||
- | This project is a follow up to the Discussion Forum post<br> | + | This project is a follow up to the Discussion Forum post |
- | http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/21/aft/6652/afv/topic/Default.aspx Rotating the feature text (similar to wordwrap).<br> | + | \\ |
+ | http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/21/aft/6652/afv/topic/Default.aspx Rotating the feature text (similar to wordwrap). | ||
+ | \\ | ||
In this project, we create a new Text Style combining word wrapping that we saw in the project | In this project, we create a new Text Style combining word wrapping that we saw in the project | ||
http://code.thinkgeo.com/projects/show/wordwrapped and text rotation. You can see the labels word wrapping and rotating in harmony with the resizing and rotating of the shapes. | http://code.thinkgeo.com/projects/show/wordwrapped and text rotation. You can see the labels word wrapping and rotating in harmony with the resizing and rotating of the shapes. | ||
Line 231: | Line 235: | ||
[[Map_Suite_Desktop_Edition_Styles_Samples#Isolines|Sample:Isolines]] | [[Map_Suite_Desktop_Edition_Styles_Samples#Isolines|Sample:Isolines]] | ||
- | Yes. Starting with build 5.0.87.0 of Map Suite, you can add isolines to your applications with Map Suite -- please see the code sample linked above. For the uninitiated, isolines are a way to visualize breaks between different groups of data such as elevation levels, soil properties, or just about anything else you can imagine. The above code sample also shows the various steps in creating isolines, including the gathering of point data, creating a grid using interpolation, and finally, picking your isoline break levels. We also quickly dive into some more advanced options such as generating isolines on the fly. To bring this all together, check out our [[Media:ServicesEditionSample_Isolines_110809.wmv|instructional video]] that will walk you through the process of setting up and working with isolines in Map Suite. | + | Yes. Starting with build 5.0.87.0 of Map Suite, you can add isolines to your applications with Map Suite -- please see the code sample linked above. For the uninitiated, isolines are a way to visualize breaks between different groups of data such as elevation levels, soil properties, or just about anything else you can imagine. The above code sample also shows the various steps in creating isolines, including the gathering of point data, creating a grid using interpolation, and finally, picking your isoline break levels. We also quickly dive into some more advanced options such as generating isolines on the fly. To bring this all together, check out our [[http://wiki.thinkgeo.com/mediawiki/images/8/8c/ServicesEditionSample_Isolines_110809.wmv|instructional video]] that will walk you through the process of setting up and working with isolines in Map Suite. |