Manage your saved coordinates locally
tutorial.mp4
I want to save coordinates data, whether it's places that i've visited or someone's address. Back then, i'm using Google Maps, or QGIS to store this data, but i'm quite unsatisfied.
- Click the blue button
- Click the coordinate on the map
- Click the green button to continue adding new data, click the red button to cancel
- Add coordinate's note. Type something
- Click the green button to save
Export data from Google Map and store locally in sakumaps
- Open Google Maps, find your place, right click, click the coordinate data. Your (lat,lon) data will be copied to clipboard
- Open Sakumaps, press
Ctrl+.
, paste your (lat,lon) data. - Click the blue button and proceed as usual
- Open sakumaps by using Chromium-based browser. Right click anywhere, click developer tools.
- Click "application" tab, click "indexedDB" pane.
- You can delete your data here.
Sometimes you just want to see the spatial distribution of your collected coordinates data, without distractions. Press Ctrl+,
to hide the basemap. Press it once more to show it back.
Different color for different type of coordinates? Sure. Just modify the async function ref()
source code.
- Leaflet.js : Basemap renderer, add new point
- Dexie.js : IndexedDB Wrapper
- Sharex : Screen capture software used to create this documentation.