It parses a DSL instance and generates the spec for the web-based GIS SPL.
npm install @lbdudc/gp-gis-dsl
import gisdslParser from "@lbdudc/gp-gis-dsl";
const spec = gisdslParser(inputString);
The DSL instance must finish with a GENERATE GIS
sentence in order to work. See examples within the tests files.
- Have installed in your machine:
Alejandro Cortiñas Email: [email protected]
This project is licensed under the MIT License - see the LICENSE.md file for details