Skip to content
Snippets Groups Projects
_npmrdsInterfaces.js 338 B
Newer Older
/**
 * Created by glenn on 6/13/2017.
 */
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var emptyGeojson = {
    crs: {
        properties: { name: "urn:ogc:def:crs:OGC:1.3:CRS84" },
        type: 'name'
    },
    type: "FeatureCollection",
    features: []
};
//# sourceMappingURL=_npmrdsInterfaces.js.map