[ Version ( since = "1.5" ) ]
public void insert_overlay_layer_behind (Layer layer, Layer sibling)
Inserts a map layer as an overlay on top of the base map.
The layer will appear just below sibling, or above everything else if sibling is
null.
| this |
a [class@SimpleMap] |
| layer |
a [class@Layer] to insert |