@mapcat/mapcat-sdk

mapcat javascript library sdk

Usage no npm install needed!

<script type="module">
  import mapcatMapcatSdk from 'https://cdn.skypack.dev/@mapcat/mapcat-sdk';
</script>

README

mapcatjs-sdk

An NPM wrapper for the mapcat javascript SDK.

Building and Installing

# install global dependencies
npm install -g gulp envify browserify tsc typescript gulp tslint typings jsonlint-lines-primitives
# install dependencies
npm install
# build module
npm build

Internal dependencies are 'vector-tile' and 'mapcatjs-gl'.

External Dependencies

leaflet and mapboxjs.

Documentation

You can found it in the doc directory.

Tests

Tests are in the test directory.

Demo

Simple demonstration for leaflet version: dist/leaflet.html

for mapbox-gl: dist/index.html

Release History

  • 0.0.1 Initial version
    • Map, Layer, Source, Control, Events, LatLng, Point, Route, Search, PoiLayer

License