Skip to content

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

License

Notifications You must be signed in to change notification settings

Robinini/tinmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ol-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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published