thematic-earth
Version:
HTML-based, whole-Earth thematic maps using locally hosted data layers
57 lines (56 loc) • 1.1 kB
JSON
{
"name": "gcslib",
"version": "1.0.3",
"description": "JavaScript library for parsing and serializing Geographic Coordinate System encoded strings and buffers.",
"author": "Joe Honton",
"license": "see license.html",
"type": "module",
"exports": {
".": "./api/sdk.js",
"./*": "./*"
},
"keywords": [
"GIS",
"longitude",
"latitude",
"geojson",
"ice",
"icebin",
"gfe",
"gfebin",
"spherical coordinates",
"orthographic earth"
],
"repository": {
"type": "git",
"url": "https://github.com/readwritetools/gcslib.git"
},
"bugs": {
"url": "https://github.com/readwritetools/gcslib/issues"
},
"homepage": "https://hub.readwritetools.com/libs/gcslib.blue",
"files": [
"api",
"gcs",
"ice",
"img",
"parsers",
"serializers",
"softlib",
"tae",
"util",
"license.blue",
"license.html",
"readme.md"
],
"com_readwritetools": {
"modules": {
"esmodules": true,
"commonjs": false
},
"suitability": {
"browser": "api",
"nodejs": "api"
}
}
}