JSPM

  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q54318F
  • License GPL-3.0

API to build map and enable tools to use in Terrabrasilis 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 release
  • 0.0.3 release
  • 0.0.4 release
  • 0.0.5 release
  • 0.0.6 release
  • 0.0.7 release
  • 0.0.8 release
  • 0.0.9 release [latest]