Linux 软件免费装

WP Geo - Mashup Toolkit

开发者 RavanH
更新时间 2013年5月14日 20:44
捐献地址: 去捐款
PHP版本: 2.8 及以上
WordPress版本: 3.4.2

标签

google map geo geo mashup mashup wp geo

下载

0.1 0.2 0.3 0.4 0.5

详情介绍:

This lightweight toolkit currently constists of 3 plugins to extend WP Geo with missing features and facilitate easy migration from Geo Mashup. The extentions, which can be activated seperately, are: Mashup Map is an extention to allow you to continue using the Geo Mashup shortcodes [geo_mashup_map] and [geo_mashup_show_on_map_link] that are on your posts and pages already -OR- use the shortcode [wp_geo_mashup] where you want the map to appear. See FAQ for extended parameters. Detect Coordinates is an extention that tries to detect coordinates in post/page content when publishing via the WP backend, Postie or during Import and converts found coordinates to WP Geo readable post meta entries. Import from Geo Mashup searches the database for Geo Mashup tables and convert the geo information to WP Geo readable post meta entries. Simply activate and deactivate this plugin again... it has done its job upon activation. NOTE: It does NOT create or remove any database tables or remove old Geo Mashup data. If there is NO Geo Mashup data found, nothing will be done at all. WP Geo Mashup Toolkit requires:
  1. the http://wordpress.org/extend/plugins/wp-geo/ plugin to be installed, activated and configured
  2. the WP Geo option Show map on to have a checkmark at Pages if you are going to use the shortcode in a page and/or Posts if you intend on using it in a post.
If any of these requirements are not met, the Mashup Map extention will replace the shortcode with nothing!

安装:

  1. Install, activate and configure WP Geo.
  2. Then install this toolkit either by downloading the zip file and uploading the content to your wp-content/plugins/ folder OR use the Plugins > Add New installation process (search for mashup map) from within the WP back-end.
  3. Activate the tools you need for your site.

升级注意事项:

0.5 qTranslate compatibility.

常见问题:

How can I tweak the look of my mashup map

The mashup map will look according to the default options you have set on Settings > WP Geo but there are several parameters you can use to make the mashup map behave differently:

  • type (G_NORMAL_MAP/G_SATELLITE_MAP/G_HYBRID_MAP/G_PHYSICAL_MAP)to change the map type
  • markers (large/small/dot) to define the marker icon size (default: small)
  • lastmarker (large/small/dot) for the marker icon size or the latest post (default: large)
  • width and height (npx/n%)to set the dimensions of the mashup map (default: WP Geo settings)
  • align (none,left,right) to float the map (default: none)
  • polylines (Y/N) to connect the geo points with a line (default: WP Geo settings)
  • polyline_colour (#FFFFFF) to set the color of the connecting line (default: WP Geo settings)
  • overview (Y/N) controls the overview map in the bottom left corner (default: Y)
The shortcode also accepts some of the parameters discussed on WordPress Codex to customize the WordPress query to retrieve the posts with their geo-locations:
  • category_name (category-slug) to limit the points to one particular category (default: all)
  • cat (n/-n/n,n,...) to limit the points to or exclude points from particular categories, referenced by tag_ID number (use negative sign before the number for exclusion) (default: )
  • numberposts (-1/0/n) to limit the number of points to the latest x number of posts/pages where -1 is unlimited, 0 is default to the WP settings and n is any other number (default: -1)
  • post_type (post/page/custom/any) to limit the query to a certain type of posts (default: any)
  • post_status (publish/private/draft/future/any) to determine which post to display based on status (default: publish)
  • orderby (ID/menu_order/post_date/modified/name/rand/title/type...) to order the geo locations (default: post_date)
  • order (ASC/DESC) determine ascending or descending order (default: DESC)
Example: [wp_geo_mashup polylines=Y markers=dot type=G_PHYSICAL_MAP overview=N]

更新日志:

0.5 0.4 0.3 0.2 0.1