Thanks to visit codestin.com
Credit goes to github.com

Skip to content

thattemperature/eaf-map

 
 

Repository files navigation

EAF Map

This repository provides the EAF OpenStreetMap application for the Emacs Application Framework.

Load application

Install EAF first, then add below code in your emacs config:

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-map)

Gaode Map API

If you have Gaode Map API Key, put fill key in ~/.emacs.d/eaf/map/gaode_api_key.txt, then eaf-map will use Gaode API instead OpenStreetMap API, API's response is much faster in China.

The keybinding of EAF Map.

Key Event
<f12> open_devtools
a add_place
d delete_place
x sort_places
o open_map
s save_map
r reload_map
t js_toggle_distance_tip
- js_zoom_out
= js_zoom_in
j js_move_up
k js_move_down
h js_move_left
l js_move_right

About

OpenStreetMap application for EAF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 46.4%
  • Python 39.1%
  • Emacs Lisp 12.1%
  • JavaScript 2.1%
  • CSS 0.3%