內容簡介
WordPress 的移動編輯器應用程式有一個選項可以自動將所有文章進行地理編碼。
這很好用,但並不是很容易編輯或在地圖上顯示這些信息。
當前功能:
從文章編輯畫面編輯移動應用程式提供的位置。
顯示具有地理位置信息的最新的 x (可配置數量) 篇文章的小工具 (異步加載)。
自動查找新文章的地區。
在 REST API 中公開每篇文章的“地理”對象,包括“緯度”、“經度”和“地區”。
來自wordpress.com 的移動應用程式文章自動設置 geo_public。
我想要的東西:
手動批量地對舊文章進行地理編碼。
使用短代码或其他方式在地圖上顯示地理編碼的文章。
注意事項
如果您喜歡本外掛程式,請請我喝杯啤酒
本外掛程式有問題嗎?在 Github 上報告問題
開發時我們使用 Github 和 Grunt 進行更輕鬆的部署。如果您在克隆的存儲庫中運行 npm install 和 grunt build,它將產生一個構建文件夾。這個文件夾包含運行外掛程式所需的所有文件。
外掛標籤
開發者團隊
原文外掛簡介
The mobile editor app for WordPress has an option to automatically geocode all the posts.
This works great but doesn’t really allow for easy editing or show this information on for instance a map.
Current features:
Editing the location provided by the mobile app from the post edit screen.
Showing a widget with the latest x (configurable number) posts that have a geolocation (loads async).
Automatically looking up the locality of a new post.
Exposing a ‘geo’ object for each post in the REST api with ‘latitude’, ‘longitude’ and ‘locality’.
Posts from the mobile app connected through wordpress.com get the geo_public set automatically.
Things that are on my wish list are:
Manually bulk geocoding old posts.
Displaying the geocoded posts on a map with a shortcode or something.
Notes
If you like the plugin buy me a beer
Something wrong with this plugin? Report issue on Github
For development we use Github in combination with Grunt for easier deployment. If you run npm install and grunt build in the cloned repository it will produce a build folder. This folder contains all the files needed to run the plugin.
