thematic-earth
Version:
HTML-based, whole-Earth thematic maps using locally hosted data layers
2 lines • 353 B
JavaScript
/* 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 JsonPackage extends BasePackage{constructor(e,s){super(e,s),this.lines=[]}parseLine(e){this.lines.push(e)}summarizePackage(){return{lineCount:this.lines.length}}}