0.5.0 • Published 5 years ago

olexp v0.5.0

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

OpenLayers Explorer

build coverage codacy npm greenkeeper

OpenLayers Explorer (olexp) is a simple out-of-the-box web mapping solution. It provides a viewer to easily add, visualize, and analyze spatial data. It provides the following common tools:

  • Toolbar with standard tools (e.g., measuring tools).
  • Outline to inspect and control the visible layers and overlays.
  • Map to display raster tiles, vectors, and overlays.

It's a Javascript library that combines the mapping power of OpenLayers and the layout management of w2ui. An explorer can be created easily by creating a div element and provding it's id to the olexp.Explorer constructor as follows:

<div id="explorer" style="height: 500px; width: 500px;"></div>
<script>
  const explorer = new olexp.Explorer('explorer');
</script>

npm.io

DOCUMENTATION

The following help is available at the olexp website:

BUILD

To build and test the library locally:

npm install
npm test

Then bundled library and stylesheet are at dist/olexp.min.js and dist/olexp.min.css.

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.

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago