UNPKG

thematic-earth

Version:

HTML-based, whole-Earth thematic maps using locally hosted data layers

2 lines 469 B
/* Copyright (c) 2023 Read Write Tools. Legal use subject to the Thematic Earth Software License Agreement. */ import BasePackage from'../packages/base-package.class.js';export default class TessPackage extends BasePackage{constructor(e,s){super(e,s),this.lines=[]}parseLine(e){this.lines.push(e)}processEntry(){var e=this.lines.join('\n');this.thematicEarthElement.addTessDeclarations(e,this.packageHandler.url)}summarizePackage(){return{lineCount:this.lines.length}}}