3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Put all area layers in an "Areas" layer group.

This commit is contained in:
Michael Stenta 2019-09-18 11:46:34 -04:00
parent 74a8f1da72
commit 2fbd605693

View file

@ -10,6 +10,7 @@
title: layers[i].label,
url: layers[i].url,
color: layers[i].style,
group: 'Areas',
};
var layer = instance.addLayer('geojson', opts);