Feature layers overlapping labels

689
0
03-08-2017 04:35 AM
Tevfik_ÇağrıDural1
New Contributor III

Hello everyone,

I have two services, one of them has mapping capability only and the other one has feature access enabled. Let's call the first one X and the second one Y.

Addresses are like;

https://blabla.com/arcgis/rest/services/X/MapServer

https://blabla.com/arcgis/rest/services/Y/FeatureServer

X has multiple layers in it and one of them (a point type layer) complex labels. (With complex I mean it's joined with another table and the information in the labels coming from the join. Besides the background color also changing based on that information). 

Y has only a (polygon type) layer which is going to be edited by users as you can guess. 

I'm consuming those services in a web map. But the problem is Y overlapping the X's labels.

I've tried adding feature layers of X one by one like 

https://blabla.com/arcgis/rest/services/X/MapServer/1

https://blabla.com/arcgis/rest/services/X/MapServer/2

But then it doesn't show the labels.To get the labels I have to add the MapServer address.

Does anyone have any idea how to solve this problem?

0 Kudos
0 Replies