Changeset 1683856
- Timestamp:
- 06/23/2017 12:26:31 AM (9 years ago)
- File:
-
- 1 edited
-
travel-maps/trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
travel-maps/trunk/readme.txt
r1683851 r1683856 1 1 === Plugin Name === 2 Contributors: liuyang2 Contributors: YangLiu 3 3 Tags: maps, baidu, travel, route 4 4 Requires at least: 3.7 … … 16 16 , then insert the map with a shortcode. 17 17 18 With Travel Baidu Maps you can generate a map with multiple locations and a route.18 With Travel Baidu Maps you can generate a map with multiple locations, a route, hyper links and pictures. 19 19 20 The motive is that China mainland user cannot access Google map, so they could not use these map plugins 21 based on Google API, but the map plugins based on Baidu API is a little limited. 20 22 21 23 Basic Usage with shortcodes : … … 24 26 or you can find it in the current page after clicking "Publish" button. 25 27 26 [btmap id="333"] 27 28 [btmap id="id"] 28 29 Options : 29 - id : unique id for travel map30 - id : unique id for a travel map, such as 333 30 31 31 32 … … 45 46 1. Scroll up or down to scale the map, or click the button within the map, the setting data will change too. 46 47 1. Click on "Show Marker Details" if you wish to see the details visible at start. 48 1. Change the "Back Color" if you wanna the color of that marker and the route ending into it. 47 49 1. The content of name and description for a marker supports HTML, so you could imbed some small image and or hyper link. 48 50 … … 50 52 51 53 1. Click on "Add in travel route" if you wish to find it in the travel route. 54 55 Set Travel Map general setting: 56 1. Baidu Developers API key, used to access Baidu map API. 57 1. Default route color, you can specify it to make your first marker looks with this default color. 58 1. Default time to show detail after clicking marker, if a marker is set to show no detail at default, you can click 59 it to show detail, then you can click the detial area to hide it and show the marker again. But as my test result shows, 60 user cannot hide the detail in iPhone, so I added this option, to let the detail automatically hide after clicking. 52 61 53 62 … … 58 67 59 68 60 1. Upload `travel- baidu-maps.zip` to the `/wp-content/plugins/` directory or add the plugin via wordpress plugin repository.69 1. Upload `travel-maps.zip` to the `/wp-content/plugins/` directory or add the plugin via wordpress plugin repository. 61 70 1. Activate the plugin through the 'Plugins' menu in WordPress. 62 71 1. Enter your Baidu Developer API key in the settings page.
Note: See TracChangeset
for help on using the changeset viewer.