OpenLayers extension to map pointer or Geolocation position to other elements using TIN grids
This package is hosted on npm so you can install it with npm
npm i ol-tinmap
Import module classes required
import {Tinmap} from 'tinmap/tinmap';
import {VectorSpace, DomSpace} from 'tinmap/space';
import {MapPointer} from 'tinmap/pointer';
Create a Tinmap object...
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.