JS API
Map Object
QueryEngine Object
Layer Object
Feature Object
Query Object
GeoJson Function Library (Experimental)

bringForwards

Brings the layer forwards by one in the layer stack.

This will make the layer more visible as it will be closer to the front/top of the map.

Parameters

No parameters.

Example

map.usingLayer("LAYER2")
	.bringForwards();