Skip to content

dpmcmlxxvi/olexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenLayers Explorer

build coverage codacy npm dependencies devdependencies Greenkeeper grunt

OpenLayers Explorer (olexp) is a Javascript library that combines the mapping power of OpenLayers and the layout management of w2ui. The olexp library can be used to create web applications to explore spatial data. The library provides an out-of-the-box solution to display map content along with easy-to-use common interface tools - a layer manager and a toolbar.

DOCUMENTATION

The following help is available at the olexp website:

BUILD

The only requirement for building olexp is node.js. The following instructions assume that grunt-cli has been installed globally:

npm install -g grunt-cli

To build the library clone it, install it, then grunt it

git clone https://github.com/dpmcmlxxvi/olexp.git
npm install
grunt

TEST

To run the unit tests

grunt test

Then open the coverage report in the coverage directory in a browser.

NPM

The olexp library source and distribution is also available as a npm package here. The following installs the olexp package:

npm install olexp

LICENSE

Copyright (c) 2015 Daniel Pulido dpmcmlxxvi@gmail.com

Source code is released under the MIT License. Documentation is released under the CC BY 4.0. Icons are from OSGeo and released under the CC BY 4.0.