Swap asset cluster and full geometry layers, so that clusters are on top. This is necessary because of commit d266d3df2f.

This commit is contained in:
Michael Stenta 2017-12-29 16:20:36 -05:00
parent 09f0031900
commit 2bba08cdc1
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ function farm_movement_default_openlayers_maps() {
),
'renderer' => 'canvas',
'layers' => array(
0 => 'farm_asset_full_layer_' . $key,
1 => 'farm_asset_cluster_layer_' . $key,
0 => 'farm_asset_cluster_layer_' . $key,
1 => 'farm_asset_full_layer_' . $key,
),
'controls' => array(
0 => 'openlayers_control_zoom',