Priority Wildlife Connectivity Areas
The Priority Wildlife Connectivity Areas dataset is consumed from an external ArcGIS web service via the following URL and IDhttps://nrimp.dfw.state.or.us/arcgis/rest/services/OCAMP/Statewide_Priority_Wildlife_Connectivity_Areas/MapServer ID: 1,0
OpenLayers
If you are developing in OpenLayers, you will want to use the OpenLayers ArcGIS93Rest class.
An example of your solution might look similar to the code below.
layer = new OpenLayers.Layer.ArcGIS93Rest( "Priority Wildlife Connectivity Areas", "https://nrimp.dfw.state.or.us/arcgis/rest/services/OCAMP/Statewide_Priority_Wildlife_Connectivity_Areas/MapServer/export", { layers: "show:1,0", transparent: true }, { isBaseLayer: false } ); map.addLayer(layer);