WME Utils - Google Link Enhancer

Adds some extra WME functionality related to Google place links.

Versión del día 11/04/2025. Echa un vistazo a la versión más reciente.

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v2022.08.10.001 10/08/2022 Reverting to previous GLE release In 2022.08.09.001 release, issues with most places showing up with blue highlight. Need to figure out how to merge the hover highlighting changes from that release into the current one without breaking things.
  • v2022.08.09.001 09/08/2022 Fixed most GLE hover highlighting.
  • v2022.08.09.001 09/08/2022 Fixed most GLE hover highlighting.
  • v2022.08.08.001 08/08/2022 Fix for existing ext providers (thanks DaveAcincy!)
  • v2022.08.08.001 08/08/2022 Fix for existing ext providers (thanks DaveAcincy!)
  • v2021.07.27.001 27/07/2021 Update GoogleLinkEnhancer.js Fixes for WME update - W.map.displayProjection removed, changing to W.map.getOLMap().displayProjection
  • v2021.07.27.001 27/07/2021 Update GoogleLinkEnhancer.js Fixes for WME update - W.map.displayProjection removed, changing to W.map.getOLMap().displayProjection
  • v2020.08.16.001 17/08/2020 Update GoogleLinkEnhancer.js
  • v2020.08.16.001 17/08/2020 Update GoogleLinkEnhancer.js
  • v2020.08.12.001 12/08/2020 Add support for Temp Closures from Places API, Merge pull request #4 from abelter/master Add support for Temp Closures from Places API
  • v2020.08.12.001 12/08/2020 Add support for Temp Closures from Places API, Merge pull request #4 from abelter/master Add support for Temp Closures from Places API
  • v2020.05.22.001 01/06/2020 Update GoogleLinkEnhancer.js
  • v2020.05.22.001 01/06/2020 Update GoogleLinkEnhancer.js
  • v2020.05.22.001 22/05/2020 Update GoogleLinkEnhancer.js
  • v2020.05.22.001 22/05/2020 Update GoogleLinkEnhancer.js
  • v2020.03.18.001 18/03/2020 Disable "closed Google place" feature Temporarily disable feature due to proliferation of "temporarily closed" places in Google
  • v2020.03.18.001 18/03/2020 Disable "closed Google place" feature Temporarily disable feature due to proliferation of "temporarily closed" places in Google
  • v2019.11.20.001 20/11/2019 Update GoogleLinkEnhancer.js
  • v2019.11.20.001 20/11/2019 Update GoogleLinkEnhancer.js
  • v2019.03.28.002 28/03/2019 Update GLE error messages
  • v2019.03.28.002 28/03/2019 Update GLE error messages
  • v2019.03.28.001 28/03/2019 trying another new api key
  • v2019.03.28.001 28/03/2019 trying another new api key
  • v2019.03.27.001 27/03/2019 api updates and a couple refactors, GLE api error timeout 10sec, version bump
  • v2019.03.27.001 27/03/2019 api updates and a couple refactors, GLE api error timeout 10sec, version bump
  • v2019.03.25.001 25/03/2019 Reinstate old api method of looking up google links
  • v2019.03.25.001 25/03/2019 Reinstate old api method of looking up google links
  • v2019.03.14.002 14/03/2019 remove debugger line
  • v2019.03.14.002 14/03/2019 remove debugger line
  • v2019.03.14.001 14/03/2019 first attempt at new google api for GLE, Enabled everything but red/cyan/purple map highlights for now, version # bump
  • v2019.03.14.001 14/03/2019 first attempt at new google api for GLE, Enabled everything but red/cyan/purple map highlights for now, version # bump
  • v2019.02.27.001 28/02/2019 Restore drawing of point/line on Google link search result mouseover
  • v2019.02.27.001 28/02/2019 Restore drawing of point/line on Google link search result mouseover
  • v2019.01.16.001 17/01/2019 Update Google Link Enhancer to show duplicate links on the map.
  • v2019.01.16.001 17/01/2019 Update Google Link Enhancer to show duplicate links on the map.
  • v2018.08.18.001 18/08/2018 Update GoogleLinkEnhancer.js Added debug logging when "NOT_FOUND" links are added to the cache. Attempting to figure out why some places are showing up with purple highlights for some people, but not others (and not consistently).
  • v2018.08.18.001 18/08/2018 Update GoogleLinkEnhancer.js Added debug logging when "NOT_FOUND" links are added to the cache. Attempting to figure out why some places are showing up with purple highlights for some people, but not others (and not consistently).
  • v2018.04.11.001 12/04/2018 Updated to use UTF16 compression (necessary in FF). Fixed bug with error handling if loading compressed cache fails.
  • v2018.04.10.002 10/04/2018 Update GoogleLinkEnhancer.js Fixing function definition
  • v2018.04.10.001 10/04/2018 Update GoogleLinkEnhancer.js Updating to handle latest WME changes
  • v2018.03.25.003 25/03/2018 2018.03.25.003 Had meter and kilometer labels reversed.
  • v2018.03.25.002 25/03/2018 2018.03.25.002 Add error handling when loading a corrupted link cache.
  • v2018.03.25.001 25/03/2018 2018.03.25.001 Adds label to indicate distance to Google POI when it's off screen.
  • v2018.03.16.002 16/03/2018 Update GoogleLinkEnhancer.js version # bump
  • v2018.03.16.001 16/03/2018 Update GoogleLinkEnhancer.js Splits the dotted yellow line at the map extent, to prevent drawing a line across the country (or world)
  • v2018.03.16.001 16/03/2018 Update GoogleLinkEnhancer.js Added yellow dotted line between Waze place and Google POI. Changed OpenLayers to OL.
  • v2018.03.14.001 14/03/2018 Update GoogleLinkEnhancer.js Fixed cleanup of expired links in cache (wasn't working previously, so cache would continue to grow)
  • v2018.03.12.001 13/03/2018 Update GoogleLinkEnhancer.js Swap yellow and orange highlights, to be consistent with Magic duplicate link highlights. Fix bug when displaying auto-complete highlights.
  • v2018.03.09.001 09/03/2018 Update GoogleLinkEnhancer.js Add a check for _linkCache === null after loading. Got a report of an error where it was null, so crashing WME functions when doing callbacks. Need to add error checking.
  • v2018.03.07.001 07/03/2018 Update GoogleLinkEnhancer.js Added "too far" (cyan) flag. Added strings for internationalization. Added magenta and cyan colors to link fields in edit panel.

Ver todas las versiones del script.

长期地址
遇到问题?请前往 GitHub 提 Issues。