UNPKG

thematic-earth

Version:

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

2 lines 227 B
/* Copyright (c) 2023 Read Write Tools. Legal use subject to the Thematic Earth Software License Agreement. */ export default class LabelRect{constructor(t,s,h,e){this.x=t,this.y=s,this.width=h,this.height=e,Object.seal(this)}}