Skip to content

Commit

Permalink
Change button wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Sep 19, 2024
1 parent c621d81 commit 49d6f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h1>Convert Google Maps saved places to Organic Maps</h1>
<p>You can retrieve a <code>Saved Places.json</code> file by navigating to "Your data in Maps" in your Google Account settings, then pressing "Download your Maps data."</p>
<p>Read about why Organic Maps is <a href="https://news.itsfoss.com/organic-maps/" target="_blank">the open-source offline map you need to ditch Google Maps</a>.</p>
<form id="kmlForm" class="form-group">
<label for="json">Upload <code>Saved Places.json</code></label>
<label for="json">Select <code>Saved Places.json</code></label>
<input type="file" id="json" name="json"><br>
<button type="button" class="btn" id="generateBtn" onclick="generateKMZ()" disabled>Generate KMZ</button>
</form>
Expand Down

0 comments on commit 49d6f90

Please sign in to comment.