This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Closed
Description
Need to move the FillLayer
beneath the layer that has the Portland
label. The first image is what's shown in the example card image and the second image is what's actually shown in the example
style.addLayer(new FillLayer("layer-id", "source-id").withProperties(
fillColor(Color.parseColor("#3bb2d0")))
);