Change style for other layers

dev
Platon Yasev 3 years ago
parent 14641e13d7
commit 7396c0d386

@ -51,7 +51,6 @@ export const Layers = () => {
</Source> </Source>
)} )}
<Points prediction={prediction} />
<Source <Source
id="rivals" id="rivals"
type="vector" type="vector"
@ -60,6 +59,8 @@ export const Layers = () => {
<PVZ /> <PVZ />
<OtherPostamates /> <OtherPostamates />
</Source> </Source>
<Points prediction={prediction} />
</> </>
); );
}; };

@ -37,8 +37,8 @@ export const unmatchInitialPointLayer = getPointConfig(
export const approvePointLayer = getPointConfig(APPROVE_COLOR); export const approvePointLayer = getPointConfig(APPROVE_COLOR);
export const workingPointLayer = getPointConfig(WORKING_COLOR); export const workingPointLayer = getPointConfig(WORKING_COLOR);
export const cancelledPointLayer = getPointConfig(CANCELLED_COLOR); export const cancelledPointLayer = getPointConfig(CANCELLED_COLOR);
export const pvzPointLayer = getPointConfig(PVZ_COLOR); export const pvzPointLayer = getPointConfig(PVZ_COLOR, 4);
export const otherPostamatesLayer = getPointConfig(OTHER_POSTAMATES_COLOR); export const otherPostamatesLayer = getPointConfig(OTHER_POSTAMATES_COLOR, 4);
const regionColor = "#676767"; const regionColor = "#676767";

Loading…
Cancel
Save