refactor(react/collections): reintroduce view mode

This commit is contained in:
Elian Doran
2025-09-03 23:57:38 +03:00
parent 330b17bff8
commit 620e6012da
5 changed files with 26 additions and 25 deletions

View File

@@ -12,13 +12,6 @@ import { openMapContextMenu } from "./context_menu.js";
import attributes from "../../../services/attributes.js";
import { DEFAULT_MAP_LAYER_NAME, MAP_LAYERS } from "./map_layer.js";
interface MapData {
view?: {
center?: LatLng | [number, number];
zoom?: number;
};
}
export const LOCATION_ATTRIBUTE = "geolocation";
enum State {