Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
olc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Byers
olc
Merge requests
!11
Resolve "Update README.md"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update README.md"
9-update-readme-md
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
David Byers
requested to merge
9-update-readme-md
into
master
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
#9 (closed)
Edited
4 years ago
by
David Byers
0
0
Merge request reports
Compare
master
version 1
ffbf3772
4 years ago
master (base)
and
latest version
latest version
b0a57d7a
2 commits,
4 years ago
version 1
ffbf3772
1 commit,
4 years ago
1 file
+
33
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
33
−
1
Options
@@ -13,6 +13,38 @@ would refer to the same set of coordinates.
For details about open location code and implementations in other
languages, see https://github.com/google/open-location-code.
## Installing
To use
`olc`
you will need Emacs 25.1 or newer. To use the compound
code functions you will also need to install
`request`
. You have two
options: installing from MELPA or installing from source.
### Installing from MELPA
This is the easiest option. Load
`package`
and add MELPA to your
`init.el`
or
`.emacs`
::
(require 'package)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
Then::
M-x package-refresh-contents
M-x package-install RET olc RET
Complete instructions for adding instructions at
<https://melpa.org/#/getting-started>
.
### Installing from source
If you download or clone the repository from https://gitlab.liu.se,
then you can install by running
`make`
in the top-level directory of
the source, and manually copying the
`.el`
,
`.elc`
, and
`.info`
files
to your preferred location.
## Description
This package implements an open location code library for emacs. It
@@ -60,7 +92,7 @@ Recovery using latitude and longitude as reference:
"9C3W9QCJ+2VX"
````
Recovery using a geographical reference (requires
`request
s
`
and uses
Recovery using a geographical reference (requires
`request`
and uses
the OpenStreetMap API):
````
Loading