UNPKG

isoxml-angular

Version:

JavaScript library to parse and generate ISOXML (ISO11783-10) files

12 lines (11 loc) 227 B
export declare const MULTIPOLYGON: { type: string; features: { type: string; properties: {}; geometry: { type: string; coordinates: number[][][][]; }; }[]; };