Skip to content

Geo is a module for the module sc-web ostis system. It provides a cartographic interface, and also allows to work with geographic objects.

License

Notifications You must be signed in to change notification settings

geo-ostis-dev/sc-web.module.geo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geo

Geo is a module for the sc-web system. It provides a cartographic interface, and also allows to work with geographic objects.

'npm' 'sc-web' GitHub issues GitHub forks GitHub license

How to use Geo in SC-web project

To connect the module to your sc-web project, it's enough to use the command:

cd sc-web
npm install sc-web.module.geo

To disconnect a module from the project, use the command:

npm uninstall sc-web.module.geo

How to use Geo for development

First, clone this repository, and install.

git clone https://github.com/geo-ostis-dev/sc-web.module.geo
cd sc-web.module.geo
npm install

After, run place script and specify the path to the sc-web project:

npm run place ../geo.ostis/sc-web

So you connect Geo to a third-party sc-web project.

To watch the Geo module, type:

npm run watch ../../geo.ostis/sc-web

To remove the Geo module from the specified sc-web project, type:

npm run remove ../../geo.ostis/sc-web

Contributing

To contribute to the project, need to do a fork project and make a pull request.

License

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

About

Geo is a module for the module sc-web ostis system. It provides a cartographic interface, and also allows to work with geographic objects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published