all repos — onyx @ d60cf731844a2454755a95eff4906e181da13608

minimal map annotation and location data sharing tool

README.md (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
# onyx/scry

## about

`onyx/scry` is a lightweight map annotation and location data management and sharing tool built using [leaflet](https://leafletjs.com) and [typescript](https://typescriptlang.org). It is intended as a standalone tool to generate, manage, and share simple location data in the form of points, circles, and polygons. All of these have associated titles and descriptions and can be easily imported or exported to a `json` format for easy sharing. All data is saved locally via the `localStorage` API, and the only network calls are those to retrieve either the streetmap or satellite tile data.

## usage

_coming soon_

## license

`onyx/scry` is distributed under the [MIT license](./LICENSE) - basically do whatever you want with it but leave my name on it.