Script for partnerhub

for anyone use waze partner hub, this script for you

Adds a small button in footer toolbar of wme to open the reporting tool of the partnerhub in the same coords you are.

this script is an update for the script of (EdwardNavarro) which become outdated now since 2021

4 Likes

This works as a bookmark if someone wants it that way.

javascript:(function(){var center_lonlat=OpenLayers.Layer.SphericalMercator.inverseMercator(Waze.map.getCenter().lon,Waze.map.getCenter().lat);window.open('https://waze.com/partnerhub/map-tool?lon=‘+center_lonlat.lon+’&lat='+center_lonlat.lat);})();