One tap
Capture the place, not just the moment
A single tap grabs your GPS fix, elevation, accuracy, speed, and heading — then quietly enriches it with the place name, your timezone, and the weather right where you stood.
A field journal that speaks GeoJSON
Walk somewhere worth remembering and tap once — signal or no signal. GeoJSONic captures the moment and the place — GPS, elevation, weather, the name of where you stood — and writes it as honest GeoJSON you actually own.
No signal? No problem.
Most journaling apps quietly assume you're online — they stall, spin on a sync, or drop what you wrote the moment the bars disappear. GeoJSONic is built the other way around: capturing a note never needs a connection — your words, GPS fix, and elevation are saved on the spot, anywhere on Earth. And the map keeps working offline, too, across every place you've already pulled up.

01
Positioning is satellite-based — it needs no cell tower, no Wi-Fi, not a single bar. Your exact coordinates and elevation are captured deep in the backcountry, on a plane, or abroad with data switched off.
02
Every note is written straight to your device the instant you tap. No spinner, no upload queue, no account to log into. Nothing waits on a connection, and nothing can be lost to one.
03
The two online touches — the weather and the place name — fill in when you have signal and quietly sit out when you don't. The note saves cleanly either way.
One tap
A single tap grabs your GPS fix, elevation, accuracy, speed, and heading — then quietly enriches it with the place name, your timezone, and the weather right where you stood.
RFC 7946
Notes are stored as honest GeoJSON Features on disk — not a proprietary blob. Import and export losslessly. Open them in any GIS tool. Your journal is yours to keep.
Write freely
Write in Markdown, file with tags, attach photos. Location is always optional — a note made with GPS off still saves, geometry simply null. Nothing is ever lost.
Pro
Unlock a fluid 3D Mapbox globe — satellite, standard, night, or outdoors — and fly from a note to the exact spot it was written. It stays smooth offline across the areas you have already explored; downloadable regions for brand-new places are on the way.
No lock-in
Not an export. Not an approximation. The file on disk is a GeoJSON
Feature, with your words and the sensor reading of the moment living
side by side in properties. Back up your whole journal as a
single .geojson file anytime.
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-94.3683, 36.8689, 342.4]
},
"properties": {
"title": "Spring on the bluff trail",
"date": "2026-04-18T07:52:11Z",
"placeName": "Neosho, MO",
"timeZone": "America/Chicago",
"weather": { "condition": "Partly Cloudy", "temperatureC": 14.2 },
"elevation": 342.4,
"horizontalAccuracy": 4.9,
"course": 271.0,
"tags": ["trail", "morning", "spring"]
}
}