This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
map_suite_routing_faq_styles [2015/08/20 03:08] 127.0.0.1 external edit |
map_suite_routing_faq_styles [2015/09/11 04:00] (current) admin [How do I create a custom style to display routes?] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Map_Suite_Routing_FAQ_Styles ====== | + | ====== Map Suite Routing FAQ Styles ====== |
- | <noinclude> | ||
- | {{article rating}} | ||
- | </noinclude> | ||
====How can I show one-way streets arrows on my roads?==== | ====How can I show one-way streets arrows on my roads?==== | ||
This question has a corresponding sample application(s) associated with it. | This question has a corresponding sample application(s) associated with it. | ||
Line 18: | Line 16: | ||
The API for the Routing extension product provides a class RoutingLayer. RoutingLayer is basically a convenient layer to have the features for routing being displayed in a default way. You can add the start, end point, the routes and it is going to display that nicely for you without much work on your side. While this is convenient, you may be in the situation when you want more control on the styles and have the whole flexibility that an InMemoryFeatureLayer gives you. In this project, we show how to display in InMemoryFeaturesLayers the start and end points, as well as the resulting route using the full power of InMemoryFeatureLayer such as zoom levels and custom styles. | The API for the Routing extension product provides a class RoutingLayer. RoutingLayer is basically a convenient layer to have the features for routing being displayed in a default way. You can add the start, end point, the routes and it is going to display that nicely for you without much work on your side. While this is convenient, you may be in the situation when you want more control on the styles and have the whole flexibility that an InMemoryFeatureLayer gives you. In this project, we show how to display in InMemoryFeaturesLayers the start and end points, as well as the resulting route using the full power of InMemoryFeatureLayer such as zoom levels and custom styles. | ||
- | [[Category:Map Suite Routing]] [[Category:Web GIS]] [[Category:Desktop GIS]] [[Category:GIS]] [[Category:.NET]] | + | |