0.1.0 • Published 4 months ago

ol-tinmap v0.1.0

Weekly downloads
-
License
BSD 2-clause
Repository
-
Last release
4 months ago

tinmap

OpenLayers extension to map pointer or Geolocation position to other elements using TIN grids

Installation

This package is hosted on npm so you can install it with npm

npm i tinmap

Use

Import module classes required

import {Tinmap} from 'tinmap/tinmap';
import {VectorSpace, DomSpace} from 'tinmap/space';
import {MapPointer} from 'tinmap/pointer';

How it works

Create a Tinmap object...

Development status (as of Jan 2024)

This is a deveopment version and is likely to change. Not ready for use.

This is the first working version of my second NPM/JS package, created for use with OpenLayers.

It will be continually tested and improved. Open to hints and tips from the community.

0.1.0

4 months ago