<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>GeoJSONic Field Notes</title>
    <link>https://geojsonic.com/blog</link>
    <description>Offline location journal for iPhone — built for no signal and weak coverage, where Apple Maps and Google Maps fail. Mapbox globe, real GeoJSON on your phone, share as PDF.</description>
    <language>en-us</language>
    <lastBuildDate>Wed, 08 Jul 2026 12:00:00 GMT</lastBuildDate>
    <atom:link href="https://geojsonic.com/blog/rss.xml" rel="self" type="application/rss+xml"/>
    <image>
      <url>https://geojsonic.com/icon.png</url>
      <title>GeoJSONic Field Notes</title>
      <link>https://geojsonic.com/blog</link>
    </image>
    <item>
      <title>Share is a PDF</title>
      <link>https://geojsonic.com/blog/share-is-a-pdf</link>
      <guid isPermaLink="true">https://geojsonic.com/blog/share-is-a-pdf</guid>
      <pubDate>Wed, 08 Jul 2026 12:00:00 GMT</pubDate>
      <description>In the next update, sharing a note gives you one file that&apos;s two things at once — a beautiful field report anyone can read, and a lossless, importable copy of the note itself. Here&apos;s the idea behind it.</description>
      <content:encoded><![CDATA[<p>I&#39;ve been building something I&#39;m genuinely excited about for the next update, and it started with a small, annoying problem: <strong>how do you share a note with someone who doesn&#39;t have the app?</strong></p>
<p>The old answer was a <code>.geojson</code> file. Perfect for you — it&#39;s the real data, lossless, standard. Useless for your mom. She opens it and sees a wall of coordinates.</p>
<p>I could have made a &quot;pretty&quot; export that throws the data away, and a &quot;real&quot; export that throws the pretty away, and made you choose. Instead I asked a better question: what if it didn&#39;t have to be a choice?</p>
<h2>One file, two layers</h2>
<p>When you share a note in the next version, you get a <strong>PDF</strong>. Just a PDF — the most universal document there is. Your mom opens it on any phone, any computer, and sees a clean field report: a map with your route or your pins drawn on it, your photos, your words, the date and place. She reads it like a page. She doesn&#39;t need to know what GeoJSON is, or that your app exists.</p>
<p>But tucked <em>inside</em> that same PDF is the whole note — the original <code>.geojson</code>, byte-for-byte, plus every original photo, video, and voice memo, embedded as real file attachments. When someone with GeoJSONic opens that PDF, the app pulls the note back out, perfectly, and drops it into their journal. Nothing lost. Same coordinates, same media, same everything.</p>
<blockquote>
<p>The document your mom reads and the data your app imports are the same file. You never choose between beautiful and lossless — you get both.</p>
</blockquote>
<p>This isn&#39;t a hack. Embedding files inside a PDF is part of the standard (it&#39;s how archival PDF/A-3 works). I spent a full day proving the round-trip before I wrote a line of the feature: share a note, extract the embedded data with a completely separate tool, and confirm it came out identical to the original down to the last byte. It did.</p>
<h2>It scales to your whole journal</h2>
<p>Because the data streams into the file instead of loading all at once, this works for a single note <em>and</em> for a full backup that&#39;s gigabytes of video. Your entire journal becomes one self-describing PDF: a cover page with the stats, and every note and clip embedded inside, ready to restore. One file that is your life on a map — readable by anyone, owned by you.</p>
<h2>Free to share, honest about the map</h2>
<p>There are two flavors, and the difference is about keeping the free tier free. A <strong>free share</strong> draws its map with Apple&#39;s own MapKit — so sharing never costs me anything and never will. The richer <strong>report</strong>, with the full 3D-style basemap, rides along with Pro. Same PDF idea either way; the free one just uses a free map.</p>
<p>That&#39;s the through-line for everything I build: your stuff should be yours, portable, and readable without asking permission — including when you hand it to someone else. A PDF turned out to be the most honest way to do that. It&#39;s coming soon.</p>
<p><a href="https://apps.apple.com/us/app/geojsonic/id6777511441">Download GeoJSONic on the App Store →</a></p>
]]></content:encoded>
      <category>What&apos;s coming</category>
    </item>
    <item>
      <title>No cloud, on purpose</title>
      <link>https://geojsonic.com/blog/no-cloud-on-purpose</link>
      <guid isPermaLink="true">https://geojsonic.com/blog/no-cloud-on-purpose</guid>
      <pubDate>Tue, 07 Jul 2026 12:00:00 GMT</pubDate>
      <description>Every other app in this category is a front-end for a database you&apos;ll never see. GeoJSONic doesn&apos;t have one, and never will. That&apos;s not a missing feature — it&apos;s the whole design.</description>
      <content:encoded><![CDATA[<p>I spent years moving a company off other people&#39;s platforms. WordPress that got hacked, then a managed host, then a headless setup, then finally something we controlled end to end. The lesson stuck: <strong>the moment your data lives on someone else&#39;s computer, it stops being fully yours.</strong> They set the terms. They change them. They get bought, or breached, or bored.</p>
<p>So when I built a place to keep the places in my life, I built it the opposite way.</p>
<h2>GeoJSONic has no backend</h2>
<p>There&#39;s no account. No sign-up. No server that receives your notes, because there is no server. When you write a note, it&#39;s saved on your phone, as a file, in the app&#39;s own storage. I never see it. I <em>couldn&#39;t</em> see it if I wanted to — there&#39;s nowhere for it to go.</p>
<p>This isn&#39;t a privacy setting you toggle. It&#39;s the architecture. The free app never even makes a network connection for your data. A few features ask a service a narrow question — a coordinate goes to Apple to turn into a place name or a weather reading — and the answer comes back and gets stored in <em>your</em> file. That&#39;s it. No profile, no ad SDK, no tracking you across apps you&#39;ve never heard of.</p>
<h2>Why give up the easy money?</h2>
<p>Because the easy money is the trap. The reason so many apps are &quot;free&quot; is that you&#39;re the product — your locations, your habits, your attention, packaged and sold. A map of everywhere you&#39;ve been is about the most valuable thing you could hand a company, and most map apps are built to collect exactly that.</p>
<p>I didn&#39;t want to be in that business. I wanted to make something I&#39;d trust with my own family&#39;s whereabouts. You can&#39;t do that and also be quietly monetizing the data. So I don&#39;t. GeoJSONic makes money the old-fashioned way: the journal and the online globe are free; some people pay a few dollars a month for offline maps and the field tools that ride with them. That pays for the map tiles. The end.</p>
<blockquote>
<p>A map of your life is too important to keep on someone else&#39;s computer.</p>
</blockquote>
<h2>What you get for it</h2>
<p>Permanence. Your journal outlives the app, the company, and me. It&#39;s a standard file you can read, back up, and open in other tools forever. If I get hit by a bus, your notes are fine.</p>
<p>And a kind of quiet you can&#39;t fake. No feed refreshing for your attention. No &quot;someone viewed your location.&quot; No algorithm deciding which of your memories to show you. Just your notebook, on your phone, where you left it.</p>
<p>That&#39;s not a limitation I&#39;m apologizing for. It&#39;s the reason the thing exists.</p>
<p><a href="https://apps.apple.com/us/app/geojsonic/id6777511441">Download GeoJSONic on the App Store →</a></p>
]]></content:encoded>
      <category>Why it exists</category>
    </item>
    <item>
      <title>The journal you own</title>
      <link>https://geojsonic.com/blog/the-journal-you-own</link>
      <guid isPermaLink="true">https://geojsonic.com/blog/the-journal-you-own</guid>
      <pubDate>Mon, 06 Jul 2026 12:00:00 GMT</pubDate>
      <description>GeoJSONic is an offline location journal for iPhone — the places in your life, captured with no signal and kept in a file that&apos;s yours. Here&apos;s what that actually means.</description>
      <content:encoded><![CDATA[<p>There are a hundred apps that will hold your memories, as long as you hand them over. You post the photo, you drop the pin, you write the caption — and it all goes to live on someone else&#39;s computer, wrapped in someone else&#39;s terms, shown back to you between ads.</p>
<p>GeoJSONic is the other thing. It&#39;s a field journal for the places in your life, and it works like a notebook does: you write in it, it&#39;s yours, and nobody else is in the room.</p>
<h2>A note is a place, and everything around it</h2>
<p>Open the app, tap +, and you&#39;ve pinned where you are. Write what happened. Add a photo, a video, a voice memo. The app quietly records the context of the moment along with it — the coordinate, the elevation, your heading and speed, the local time, the place name, even a snapshot of the weather. Not so it can profile you. So that years from now the note still <em>means</em> something: where you stood, and what the world was doing when you stood there.</p>
<p>You don&#39;t need a signal for any of it. That&#39;s the whole point. The best places are usually the ones with no bars — the trailhead, the back forty, the middle of the drive. GeoJSONic captures there and asks nothing of the network.</p>
<h2>The file is the feature</h2>
<p>Here&#39;s the part that matters most, and it&#39;s the part no other app will tell you: <strong>your journal is a plain file, and you can hold it.</strong></p>
<p>Every note is a GeoJSON Feature — an open standard (RFC 7946), the same format working cartographers and open-data projects use. Your words and the sensor reading of the moment live side by side in the file, in plain text you could read with your own eyes. Back up your entire journal as a single <code>.geojson</code> and open it anywhere. There&#39;s no export that loses something, because there&#39;s nothing to export <em>from</em> — the file on disk already is the journal.</p>
<p>That means no lock-in. If GeoJSONic vanished tomorrow, your notes wouldn&#39;t. They&#39;d still be sitting there, readable, yours.</p>
<h2>See it on the globe</h2>
<p>The free app is complete — capture, keep, share, and <em>see</em> your life on a 3D globe. Every note as a pin, your routes and scouted areas drawn in place; spin the earth and watch your years accumulate. No paywall between you and the map.</p>
<p><strong>GeoJSONic Pro</strong> is for the parts that cost real money to run in the field: download whole map areas so the globe works with no signal, satellite imagery for ground truth, and the measurement workflow when you&#39;re scouting a boundary or writing a field report. The split is honest — free is the journal and the online map; Pro is the maps that work when the bars disappear.</p>
<h2>Who it&#39;s for</h2>
<p>People who go places and want to remember them truthfully — the property owner walking a fence line, the hunter marking a stand, the family on a long drive, anyone who&#39;d rather keep a real journal than feed a feed.</p>
<p>It&#39;s the offline location journal you own. Not a service you rent. A notebook you keep.</p>
<p><a href="https://apps.apple.com/us/app/geojsonic/id6777511441">Download GeoJSONic on the App Store →</a></p>
]]></content:encoded>
      <category>What it does</category>
    </item>
  </channel>
</rss>
