MCPcopy
hub / github.com/protomaps/PMTiles / InspectableFeature

Interface InspectableFeature

app/src/FeatureTable.tsx:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { For, Show } from "solid-js";
2
3export interface InspectableFeature {
4 layerName: string;
5 type: number;
6 id: number | undefined;
7 properties: { [key: string]: string | number | boolean };
8}
9
10const intToGeomType = (n: number) => {
11 if (n === 1) return "Point";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…