@here/xyz-maps-common

Commonly used libraries of XYZ Maps.

Usage no npm install needed!

<script type="module">
  import hereXyzMapsCommon from 'https://cdn.skypack.dev/@here/xyz-maps-common';
</script>

README

XYZ Maps JS: Common

XYZ Maps is an experimental and work in progress open-source map editor written in TypeScript/JavaScript. The Common module provides commonly used javascript functionality that are required by all other modules of XYZ Maps.

Links

Start developing

  1. Install node module dependencies

    yarn install
    

    In case yarn is not installed already: install yarn

  2. watch for source code changes and build dev version

    yarn run watch-dev
    

    Builds are located in located in ./dist/

Other

  • build dev version once yarn run build-dev (located in packages/*/dist/)

  • build release version only yarn run build-release (minified...)

License

Copyright (C) 2019-2021 HERE Europe B.V.

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details