This repository provides the EAF OpenStreetMap application for the Emacs Application Framework.
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)
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.
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 |