Be-Prepared / Be-Prepared.github.io

Handy PWA filled with useful tools.
Other
0 stars 0 forks source link

Add Plus Codes #4

Open fidian opened 3 months ago

fidian commented 3 months ago

Open Location Code (plus codes) https://github.com/google/open-location-code/tree/main/js

Resolution of 10 gets you close, 11 is a 3m by 3m square, and 12 is about as good as I would expect.

Allow entering any shortened code and use the current location to find the nearest point for that short code.

Shortened plus codes can use the city name afterwards. Use the existing major city table.

This repo is a similar version that only goes up to 10 digits. https://www.npmjs.com/package/pluscodes

fidian commented 3 months ago

May need a shared modal and service for getting the location within a reasonable amount of time, showing the user a modal during this period, then handling success and errors. See #8 for a related ticket.