JSPM

  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q51023F
  • License GPL-3.0

The api to build map and enable tools to use in webmap application

Package Exports

  • terrabrasilis-api

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (terrabrasilis-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Instalations

Access NPM: https://www.npmjs.com/package/terrabrasilis-api

npm install --save terrabrasilis-api

Using the module

In Node.js

var Terrabrasilis = require('terrabrasilis-api');


Terrabrasilis
    .map() 
    .addBaseLayers()
    .addOverLayers()
    .enableDrawFeatureTool()
    .enableLayersControlTool()
    .enableScaleControlTool()
    .enableGeocodingTool();

Release History

Travis CI: Build Status

  • 0.0.1 Initial release
  • 0.0.2 Initial release
  • 0.0.3 Initial release
  • 0.0.4 Initial release