New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

geospatialdraw

Package Overview
Dependencies
Maintainers
8
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geospatialdraw

Geospatial Map Drawing Library

latest
Source
npmnpm
Version
0.4.17
Version published
Weekly downloads
299
-25.62%
Maintainers
8
Weekly downloads
 
Created
Source

GeospatialDraw

Geospatial map drawing library

Library of tools to draw and edit geometric shapes on a map.

Note To enable links run yarn docs

Packages

geometry : GeospatialDraw extends GeoJSON to communicate geometric shapes by adding properties to Feature JSON objects. That format is defined in the geometry package.

shapes : The GeospatialDraw GeoJSON format only supports a limited set of geometric shapes. To aid in identifying the correct geometric shape a shape detector is provided in the shapes package.

coordinates : In addition to drawing geometries on the map GeospatialDraw also has a library of components for editing the coordinates of these geometries directly. These components are in the coordinates package.

For docs see: Components Library

drawing : Drawing shapes on the map is supported with drawing tools in the drawing package.

menu : To facilitate a smooth UX with map drawing a map drawing menu is provided in the menu package.

For docs see: Components Library

renderer : A renderer is provided in the renderer package that can take an array of GeospatialDraw GeoJSON objects and render them on a map.

Components Library

Browse components in Storybook

Keywords

catography

FAQs

Package last updated on 02 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts