Place Harmonizer

Harmonizes, formats, and locks a selected place

Mint 2017.04.03.. Lásd a legutóbbi verzió

/* global I18n */
/* global OpenLayers */
/* global $ */
/* global W */
/* global GM_info */
/* global require */
/* global performance */
/* global OL */
/* global _ */
// ==UserScript==
// @name		 Place Harmonizer
// @namespace 	 https://greasyfork.org/en/users/19426-bmtg
// @version		1.1.26
// @description  Harmonizes, formats, and locks a selected place
// @author	   WMEPH development group
// @include         https://editor-beta.waze.com/*editor/*
// @include         https://www.waze.com/*editor/*
// @exclude          https://www.waze.com/*user/editor/*
// @grant	   none


// ==/UserScript==
(function () {
	// item = W.selectionManager.selectedItems[0].model
	alert('This version of WME Place Harmonizer is no longer supported. Please visit the WME forums to install the new version. https://www.waze.com/forum/viewtopic.php?f=819&t=215657');
	
})();