JSPM

  • Created
  • Published
  • Downloads 34
  • Score
    100M100P100Q67685F
  • License MIT

Package Exports

  • w-gis
  • w-gis/dist/w-gis.umd.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (w-gis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

w-gis

A tool for geotech analysis.

language npm version license npm download npm download jsdelivr download

Statement

This project is forked and adapted from the following open-source project:

The original project is licensed under the MIT License, and this project is also distributed under the MIT License.

Special thanks to the original author for their valuable contribution, which made this project possible. 🙏

Documentation

To view documentation or get support, visit docs.

Example

To view some examples for more understanding, visit examples:

convertCoordinate: ex-convertCoordinate.html [source code]

getCentroidMultiPolygon: ex-getCentroidMultiPolygon.html [source code]

getCenterOfMassMultiPolygon: ex-getCenterOfMassMultiPolygon.html [source code]

Installation

Using npm(ES6 module):

npm i w-gis

In a browser(UMD module):

Note: w-gis does not dependent on any package.

Add script for w-gis.

<script src="https://cdn.jsdelivr.net/npm/w-gis@1.0.75/dist/w-gis.umd.js"></script>