Select to view content in your preferred language

Network Analyst Service with Feature Service Layer

844
3
03-13-2014 01:24 PM
BenHammer1
Emerging Contributor
I am working on a trails map using the Network Analyst extension. It is running, but I would like to know if is possible to add a feature layer underneath it. Currently, there are no trails underneath the network layer.

code here:
http://www.public.asu.edu/~bhammer/dm/

thanks!
0 Kudos
3 Replies
JeffPace
MVP Alum
Feature Layers are graphics, as are the results of the NA service.  So they will be drawn in the order added.

If you want to change the order, you would have to create Multiple GraphicsLayers, which you could then control the order of.
0 Kudos
JeffPace
MVP Alum
As a side not, if you don't need the feature layer functionality, don;t use it.

If you add the Trails as a Dynamic/Tiled map it will draw underneath
0 Kudos
BenHammer1
Emerging Contributor
Thanks Jeff!

I added the trails as a dynamic service layer with annotation labels. It's getting closer.
0 Kudos