0.2.0 • Published 3 months ago

@lbdudc/gp-gis-dsl v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

GIS DSL

GitHub license Node.js Version npm version

It parses a DSL instance and generates the spec for the web-based GIS SPL.

Installation

npm install

Usage

import gisdslParser from "gisdsl";

const spec = gisdslParser(inputString);

The DSL instance must finish with a GENERATE GIS sentence in order to work. See examples within the tests files.

Pre-requisites

  • Have installed in your machine:

Author

Alejandro Cortiñas Email: alejandro.cortinas@udc.es

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.2.0

3 months ago