WME Street to River PLUS

This script create a new river landmark in waze map editor (WME). It transforms the the geometry of a new unsaved street to a polygon.

< 脚本 WME Street to River PLUS 的反馈

提问 / 留言

§
发布于:2014-10-05

Waze.Feature.Vector.Landmark

hello,

First of all, in old time , Street to River show me the way to create some script for Waze.

In the new version of WME, create landmark have change (perhaps due to place)

I have found a workaround for the add landmark problem.
In the old manner, we do this
//var landmark = new Waze.Feature.Vector.Landmark(polygon,{categories:typeLandmak, name: nameLandmak});

In new WME, this manner work for me
var landmark = new WazeFeatureVectorLandmark() ;
landmark.geometry = polygon;
landmark.attributes.name = nameLandmak;
landmark.attributes.categories = typeLandmak;

I pretty sure it will work for you

A+

§
发布于:2014-10-09

Thanks!!!! You put me on the right direction

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址