GeoLeaf Core API - v3.0.0
    Preparing search index...

    GeoJSON FeatureCollection

    interface GeoJSONFeatureCollection {
        type: "FeatureCollection";
        features: GeoJSONFeature[];
    }
    Index

    Properties

    Properties

    type: "FeatureCollection"
    features: GeoJSONFeature[]