http://gis01.wch-rcc.com/ArcGIS/rest/services/elevation_only/MapServer
I do not use the app building. However, I suspect that once you publish it as a MapService, you would add it just like any other MapService in the app building.Suspect you just go to the raster service, and don't "drill in" to the sublayers as that will make it type="feature".R_
Try publishing/loading as a MapService as type="dynamic". I get the same error if I try to load a raster as a feature.This works for me to load a raster service: <layer label="Elevation" type="dynamic" visible="true" alpha="0.9" url="http://myhost.com/ArcGIS/rest/services/elevation_only/MapServer"/>R_
<layer label="Elevation" type="dynamic" visible="true" alpha="0.9" url="http://myhost.com/ArcGIS/rest/services/elevation_only/MapServer"/>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.