Greasy Fork is available in English.

WME

Helper class for Greasy Fork plugins for Waze Map Editor

이 스크립트는 직접 설치해서 쓰는 게 아닙니다. 다른 스크립트가 메타 명령 // @require https://update.greasyfork.org/scripts/452563/1218878/WME.js(으)로 포함하여 쓰는 라이브러리입니다.

개발자
Anton Shevchuk
버전
0.0.3
생성
2022-10-06
갱신
2023-07-12
라이선스
MIT

WME

Tiny class for Greasy Fork plugins for Waze Map Editor

Require Script

// @require https://greasyfork.org/scripts/452563-wme/code/WME.js

Methods

  • WME.getVenues(except = []) – return Array of venues, except some categories
  • WME.getSegments(except = []) – return Array of segments, except some road types
  • WME.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 null
  • WME.getSelectedNodes() – return Array of the selected nodes models, which you can edit(!)

Links

Author homepage: http://anton.shevchuk.name/
Script homepage: https://github.com/AntonShevchuk/wme
GreasyFork: https://greasyfork.org/en/scripts/452563-wme