Greasy Fork

来自缓存

WME Utils - Google Link Enhancer

Adds some extra WME functionality related to Google place links.

这些是代码更新过的版本。 显示所有版本

  • v2022.08.10.001 2022-08-10 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 2022-08-09 Fixed most GLE hover highlighting.
  • v2022.08.09.001 2022-08-09 Fixed most GLE hover highlighting.
  • v2022.08.08.001 2022-08-08 Fix for existing ext providers (thanks DaveAcincy!)
  • v2022.08.08.001 2022-08-08 Fix for existing ext providers (thanks DaveAcincy!)
  • v2021.07.27.001 2021-07-27 Update GoogleLinkEnhancer.js Fixes for WME update - W.map.displayProjection removed, changing to W.map.getOLMap().displayProjection
  • v2021.07.27.001 2021-07-27 Update GoogleLinkEnhancer.js Fixes for WME update - W.map.displayProjection removed, changing to W.map.getOLMap().displayProjection
  • v2020.08.16.001 2020-08-17 Update GoogleLinkEnhancer.js
  • v2020.08.16.001 2020-08-17 Update GoogleLinkEnhancer.js
  • v2020.08.12.001 2020-08-12 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 2020-08-12 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 2020-06-01 Update GoogleLinkEnhancer.js
  • v2020.05.22.001 2020-06-01 Update GoogleLinkEnhancer.js
  • v2020.05.22.001 2020-05-22 Update GoogleLinkEnhancer.js
  • v2020.05.22.001 2020-05-22 Update GoogleLinkEnhancer.js
  • v2020.03.18.001 2020-03-18 Disable "closed Google place" feature Temporarily disable feature due to proliferation of "temporarily closed" places in Google
  • v2020.03.18.001 2020-03-18 Disable "closed Google place" feature Temporarily disable feature due to proliferation of "temporarily closed" places in Google
  • v2019.11.20.001 2019-11-20 Update GoogleLinkEnhancer.js
  • v2019.11.20.001 2019-11-20 Update GoogleLinkEnhancer.js
  • v2019.03.28.002 2019-03-28 Update GLE error messages
  • v2019.03.28.002 2019-03-28 Update GLE error messages
  • v2019.03.28.001 2019-03-28 trying another new api key
  • v2019.03.28.001 2019-03-28 trying another new api key
  • v2019.03.27.001 2019-03-27 api updates and a couple refactors, GLE api error timeout 10sec, version bump
  • v2019.03.27.001 2019-03-27 api updates and a couple refactors, GLE api error timeout 10sec, version bump
  • v2019.03.25.001 2019-03-25 Reinstate old api method of looking up google links
  • v2019.03.25.001 2019-03-25 Reinstate old api method of looking up google links
  • v2019.03.14.002 2019-03-14 remove debugger line
  • v2019.03.14.002 2019-03-14 remove debugger line
  • v2019.03.14.001 2019-03-14 first attempt at new google api for GLE, Enabled everything but red/cyan/purple map highlights for now, version # bump
  • v2019.03.14.001 2019-03-14 first attempt at new google api for GLE, Enabled everything but red/cyan/purple map highlights for now, version # bump
  • v2019.02.27.001 2019-02-28 Restore drawing of point/line on Google link search result mouseover
  • v2019.02.27.001 2019-02-28 Restore drawing of point/line on Google link search result mouseover
  • v2019.01.16.001 2019-01-17 Update Google Link Enhancer to show duplicate links on the map.
  • v2019.01.16.001 2019-01-17 Update Google Link Enhancer to show duplicate links on the map.
  • v2018.08.18.001 2018-08-18 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 2018-08-18 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 2018-04-12 Updated to use UTF16 compression (necessary in FF). Fixed bug with error handling if loading compressed cache fails.
  • v2018.04.10.002 2018-04-10 Update GoogleLinkEnhancer.js Fixing function definition
  • v2018.04.10.001 2018-04-10 Update GoogleLinkEnhancer.js Updating to handle latest WME changes
  • v2018.03.25.003 2018-03-25 2018.03.25.003 Had meter and kilometer labels reversed.
  • v2018.03.25.002 2018-03-25 2018.03.25.002 Add error handling when loading a corrupted link cache.
  • v2018.03.25.001 2018-03-25 2018.03.25.001 Adds label to indicate distance to Google POI when it's off screen.
  • v2018.03.16.002 2018-03-16 Update GoogleLinkEnhancer.js version # bump
  • v2018.03.16.001 2018-03-16 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 2018-03-16 Update GoogleLinkEnhancer.js Added yellow dotted line between Waze place and Google POI. Changed OpenLayers to OL.
  • v2018.03.14.001 2018-03-14 Update GoogleLinkEnhancer.js Fixed cleanup of expired links in cache (wasn't working previously, so cache would continue to grow)
  • v2018.03.12.001 2018-03-13 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 2018-03-09 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 2018-03-07 Update GoogleLinkEnhancer.js Added "too far" (cyan) flag. Added strings for internationalization. Added magenta and cyan colors to link fields in edit panel.

显示脚本的所有版本