UNPKG

thematic-earth

Version:

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

2 lines 862 B
/* Copyright (c) 2023 Read Write Tools. Legal use subject to the Thematic Earth Software License Agreement. */ export const GFE_PROLOG=['!gfebin 1.0','!gfe 1.0'];export const ICE_PROLOG=['!icebin 1.0','!ice 1.0'];export const TAE_PROLOG=['!taebin 1.0','!tae 1.0','taedebug'];export const MERIDIANS=[31321855,'!meridians'];export const PARALLELS=[48099071,'!parallels'];export const COORDINATES=[299757311,'!coordinates'];export const EDGES=[316534527,'!edges'];export const ARCS=[333311743,'!arcs'];export const DATASET=[64876287,'!dataset'];export const GEOMETRY=[81653503,'!geometry'];export const PROPERTIES=[98430719,'!properties'];export const FEATURES=[115207935,'!features'];export const END=[131985151,'!end'];export function toBin(t){const e=new ArrayBuffer(4);new Uint32Array(e)[0]=t[0];return new Uint8Array(e)}export function toString(t){return t[1]}