@cityjson/flatcitybuf
    Preparing search index...

    Interface CityJSONFeature

    Every subsequent line.

    interface CityJSONFeature {
        appearance?: Appearance;
        CityObjects: Record<string, CityObject>;
        id: string;
        type: "CityJSONFeature";
        vertices: [number, number, number][];
    }
    Index
    appearance?: Appearance
    CityObjects: Record<string, CityObject>
    id: string
    type: "CityJSONFeature"
    vertices: [number, number, number][]