local-first map annotation tool in Typescript using leaflet
Find a file
2022-08-14 01:04:58 -06:00
buildtools use temporary file for srcmap instead of on-disk file 2022-08-14 01:04:58 -06:00
src use temporary file for srcmap instead of on-disk file 2022-08-14 01:04:58 -06:00
static fix modal and start planning polygon creation 2022-08-14 00:56:03 -06:00
LICENSE add readme and license file 2022-08-13 14:41:48 -06:00
README.md add skeleton for most UI elements, implement cirlces 2022-08-13 15:40:38 -06:00

onyx/scry

about

onyx/scry is a lightweight map annotation and location data management and sharing tool built using leaflet and typescript. 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 - basically do whatever you want with it but leave my name on it.