mapcomplete/UI/ShowDataLayer/ShowDataLayer.ts

16 lines
254 B
TypeScript
Raw Normal View History

export default class ShowDataLayer {
2022-01-26 21:40:38 +01:00
2022-03-02 16:00:02 +01:00
/**
* Creates a datalayer.
*
* If 'createPopup' is set, this function is called every time that 'popupOpen' is called
* @param options
*/
constructor(options) {
}
}