I am trying to add FEMA map service
FEMA: Mapping Information Platform: NOPAGETAB_NFHLWMS
Index number 28 from above link.
I am doing this:
I know there is an scale of 50,000 but no matter my zoom it does not render in my map. I dont see any errors associated with this in the console
Thoughts?
var FloodZonelayer = new FeatureLayer("https://hazards.fema.gov/gis/nfhl/rest/services/public/NFHL/MapServer/28", {
mode: FeatureLayer.MODE_SNAPSHOT,
visible: true
});
legendLayers.push({ layer: FloodZonelayer, title: 'Flood Zones' });
map.addLayers([FloodZonelayer]);
<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>