heli-agri
Version:
HeliAgri is a high-performance, feature-packed library for creating interactive maps on the web. It can display map tiles, vector data and markers loaded from any source on any web page. OpenLayers has been developed to further the use of geographic infor
12 lines (11 loc) • 433 B
TypeScript
declare namespace _default {
let ADDFEATURE: string;
let CHANGEFEATURE: string;
let CLEAR: string;
let REMOVEFEATURE: string;
let FEATURESLOADSTART: string;
let FEATURESLOADEND: string;
let FEATURESLOADERROR: string;
}
export default _default;
export type VectorSourceEventTypes = 'addfeature' | 'changefeature' | 'clear' | 'removefeature' | 'featuresloadstart' | 'featuresloadend' | 'featuresloaderror';