UNPKG

geonet

Version:

A Node.js API wrapper for GeoNet — Aotearoa's geological hazard monitoring system.

10 lines (9 loc) 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JSONFormatTypes = void 0; var JSONFormatTypes; (function (JSONFormatTypes) { JSONFormatTypes["APPLICATION_JSON"] = "application/json"; JSONFormatTypes["APPLICATION_JSON_VERSION_2"] = "application/json;version=2"; JSONFormatTypes["APPLICATION_VND_GEO_JSON_VERSION_2"] = "application/vnd.geo+json;version=2"; })(JSONFormatTypes || (exports.JSONFormatTypes = JSONFormatTypes = {}));