all repos — onyx @ e67f0058faf7643e0123c66ab708501186bd0757

minimal map annotation and location data sharing tool

slight edit to readme
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmMBbgMACgkQO3+8IhRO
Y5izNA/6AjR5ACPB73cyy/QXrDJ5gl6NF0pdOUatrl0LYaAh6FHkkr3rh5X3Z1j9
v31Y1Ga59c1UjY9TNFJuAcNOr0NHGBNxCKaKFOHtHOn03tmj/Ln/S7ZeFuONNCqK
8qFF7zZ3pOfuwbcaWqdoOot1CBKQEQE9F7Ohvwhk4Img0HEp8WUxH4nMmMiKz3XV
91KTyl+hGc6ZUefRzillhk7R/LmSoWjVjcGteakz24z5/Spno3aTj/jzc1tCW1do
g7uS0NpXZf6WK5gIlIrE/EL2wdn8mlOuGCIS9t4Zh8F3hCxMEPLPNrU4tPRMpcGS
wF2k4LOkH7V2qQ165V7/Q7/JWCGX2CPoIoEeijQXN+SBK22uxBHzNo3fjdKRhNci
JpiFefIsU/89Gik9bHlTZoZxUQMiWH5HYznYDAUB8FlDLb1OYgiFebIXbO8ZO+Ig
8bKHfaMDmj6tmczL0Tlj13q2FhjfsD8PuWVDrx8ajKgM1lkir7+S+EcduXth7Tin
KB7XM4ER6jl/cRzfzqR82F0jJkAxFCEYKu+Zn8G3Tqgga9eOt4Z09AcHX1eW/uWC
T/uD7cIGEk+k9m46v/7ELGvPLbOAJsc2hNI5aFcW3PAaUYrB1bAyjAnTfalcZINc
sHuTk0rAF43vn2j5janJm1ZO3lxs4enwASuw0WrcrcRVjam6ffo=
=YBu0
-----END PGP SIGNATURE-----
commit

e67f0058faf7643e0123c66ab708501186bd0757

parent

d47d221fe5ed36960946605e0977c6647e792605

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -2,11 +2,11 @@ # 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 from or exported to 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. +`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 from or exported to 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 (and of course geolocation if you opt in). ## usage -When you launch the application for the first time, it will ask for your current location to set the `home` point. If you deny permission or it can't determinte your location, you can set it later via the menu and the map will zoom out to fit the entire Earth. +When you launch the application for the first time (and subsequent times if you don't set `home`), it will ask for your current location to set the `home` point. If you deny permission or it can't determinte your location, you can set it later via the menu and the map will zoom out to fit the entire Earth. Along the bottom is the control bar, containing the following buttons:

@@ -34,7 +34,7 @@ In the Overlay Creation window, you can set a name and optionally a description for the overlay. For circles, you also set the radius in meters, which defaults to 500. Pressing the `OK` button saves the overlay to the map.

### Overlay Management -Opening the menu shows a list of all overlays organized by type; clicking on any overlay brings up the `Overlay Detail` window. At the bottom of the menu are also three buttons: +Opening the menu shows a list of all overlays organized by type; clicking on any overlay brings up the Overlay Detail window. At the bottom of the menu are also three buttons: - `Set Home`: Sets the `home` point to the center of the current map view. - `Import`: Opens the Import window to import overlay data from JSON format.