Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download baidu_map-7.x-1.0.tar.gztar.gz 25.18 KB
MD5: 42e692ac27ca21ef1ee33de42d05a160
SHA-1: c6c92eec547fd68b652a51b88f787dda41919a6a
SHA-256: 427b217db741f8d41b893593ee09c8bd87d076b1da52ddd5360675dcd3946447
Download baidu_map-7.x-1.0.zipzip 34.09 KB
MD5: 59b8e9fe2d18eae3a2ac23cf23c3d12f
SHA-1: e6301a4bf47a5bc42440746491505f4abcd24883
SHA-256: 8e12ea8795a6e1d499737deeb2f7452519f8b8883976325febd3b98f3d9ea323

Release notes

Initial stable release after going through the project application process at #2128839: [D7] Baidu Map.

Complete log of the changes:

  • Issue #2128019 by xiukun.zhou: Replaced regular expression for the validation of the Baidu Map API key, used in 3 different file, with a constant variable.
  • Issue #2128019] by xiukun.zhou: More coding strandards and best practices fixes: Added missing call to t() and modified GeoJSON.js file Doc comment block.
  • Issue #2128019 by xiukun.zhou: Added missing calls to t() and modified views plugin render() returned string to sanitize variables.
  • Issue #2142917 by xiukun.zhou: Modified Baidu Map API Key validation to allow 24 alphanumeric characters.
  • Issue #2128019 by xiukun.zhou: Modified placeholders in drupal_set_message to filter text to be displayed.
  • Issue #2128019 by xiukun.zhou: Fixed a small coding standards issue in Doc comment block introduced in previous commit 69b8d65.
  • Issue #2133779 by xiukun.zhou: Added validation for the Geofield field settings to prevent selection of the Baidu Geocoder if no Baidu Map API Key was configured.
  • Issue #2128019 by xiukun.zhou: More fixes for Coding Standards issues reported by PAReview: related with README.txt files character encoding, added at 1b17f16.
  • Issue #2128793 by DYdave: Added the README.txt files for the baidu_map and baidu_map_geofield modules.
  • Issue #2128019 by xiukun.zhou: More fixes for Coding Standards issues reported by PAReview: related with views.inc file in .info and keys of the array to attach JS in .module.
  • Issue #2128019 by xiukun.zhou: More fixes for Coding Standards issues reported by PAReview.
  • Issue #2128019 by xiukun.zhou: First round of fixes for Coding Standards issues reported by PAReview.
  • Issue #2128009 by xiukun.zhou: Added Javascript examples.js file for developers to extend Baidu Map JS default behavior.
  • Issue #2127893 by DYdave: Adding uninstall function to remove variable geocoder_baidu_delay added in commit 740b8d9.
  • Issue #2127915 by xiukun.zhou: Improved support for addressfield format for Chinese addresses to be geocoded with Baidu Map.
  • Issue #2127893 by DYdave: Added customizable delay between Baidu geocoding requests to avoid OVER_QUERY_LIMIT due to more than 5 requests in a second in Baidu Geocoder.
  • Issue #2127877 by xiukun.zhou: Modified Baidu Geocoder to allow filtering of Geocoded results based on returned precision.
  • Issue #2127861 by DYdave: Added support for Views to be displayed with Baidu Map.
  • Issue #2127849 by xiukun.zhou: Added support for Automatic Zoom and Center for all values to display in Map's Viewport.
  • Issue #2127837 by DYdave: Added Variable module integration.
  • Issue #2127831 by xiukun.zhou: Added support for more display options in Geofield Baidu Map display formatter settings form.
  • Issue #2127829 by DYdave: Added requirements validation warning if Baidu Map API Key is not properly configured.
  • Issue #2127819 by xiukun.zhou: Fixed conflict with Geofield Map GeoJSON JS function by changing the name in Geofield Baidu Map to BaiduMapGeoJSON.
  • Issue #2127815 by DYdave: Added support for GEOPHP Geometries and all Geofield Widgets by adding a new file GeoJSON.js.
  • Issue #2127811 by xiukun.zhou: Added theme function to allow overridding default entity label displayed in Markers' InfoWindow.
  • Issue #2127807 by DYdave: Added new CSS file for the InfoWindow in accordance to Google's Geofield Map #1966296.
  • Issue #2127803 by xiukun.zhou: Hide Baidu Map and display message if the BM API Key is not configured.
  • Issue #2127795 by DYdave: Added validation for the Baidu Map API Key.
  • Issue #2126913 by xiukun.zhou: Added 'administer baidu map' permission.
  • Issue #2126905 by xiukun.zhou: Added baidu_map.install file with hook_uninstall to remove all variables when modules is uninstalled.
  • Issue #2126889 by xiukun.zhou: Moved admin config form page to baidu_map.admin.inc file.
  • Issue #2126855 By xiukun.zhou: Added Configure link to Modules admin page.
  • Issue #2126839 by xiukun.zhou: Setup the repository, removed the master branch and committed initial code base.
  • Initial commit.
Created by: xiukun.zhou
Created on: 17 Dec 2013 at 10:42 UTC
Last updated: 10 Feb 2020 at 06:51 UTC
Bug fixes
New features

Other releases