Helper class for Greasy Fork plugins for Waze Map Editor
이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyfork.org/scripts/452563/1619574/WME.js을(를) 사용하여 포함하는 라이브러리입니다.
Tiny class for Greasy Fork plugins for Waze Map Editor
// @require https://greasyfork.org/scripts/452563-wme/code/WME.js
WME.getVenues(except = []) – return Array of venues, except some categoriesWME.getSegments(except = []) – return Array of segments, except some road typesWME.getSelected() – return Array of the selected models, which you can edit(!)WME.getSelectedVenue() – return model of the selected venue, which you can edit(!)WME.getSelectedVenues() – return Array of the selected venues models, which you can edit(!)WME.getSelectedSegment() – return model of the selected segment, which you can edit(!)WME.getSelectedSegments() – return Array of the selected segments models, which you can edit(!)WME.getSelectedNode() – return model of the selected node, which you can edit(!), or nullWME.getSelectedNodes() – return Array of the selected nodes models, which you can edit(!)Author homepage: https://anton.shevchuk.name/
Author pet projects: https://hohli.com/
Script homepage: https://github.com/AntonShevchuk/wme
GreasyFork: https://greasyfork.org/en/scripts/452563-wme