|
|
|
|
@ -3,7 +3,7 @@ import { otherPostamatesLayer } from "./layers-config";
|
|
|
|
|
import { useLayersVisibility } from "../../stores/useLayersVisibility";
|
|
|
|
|
import { LAYER_IDS } from "./constants";
|
|
|
|
|
|
|
|
|
|
const typeFilter = ["==", ["get", "type"], "постамат"];
|
|
|
|
|
const typeFilter = ["==", ["get", "type"], "post"];
|
|
|
|
|
|
|
|
|
|
export const OtherPostamates = () => {
|
|
|
|
|
const { isVisible } = useLayersVisibility();
|
|
|
|
|
|