27.0.6 • Published 4 months ago

arlas-map v27.0.6

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

arlas-map

arlas-map is an Angular library composed of cartographical components (map, legend, basemap, draw) dedicated to display ARLAS data.

The components are cartographical-framework-free; except for the draw where MapboxDraw is used.

The libarary also comes with a number of services. Those services provide cartographical interfaces that should be implemented according to your chosen map framework.

Build

On the root of this repository, run

$ npm run build-map

Publishing

After building your library with ng build arlas-map, go to the dist folder cd dist/arlas-map and run npm publish.

Running unit tests

Run ng test arlas-map to execute the unit tests via Karma.