GuageGlass wrote:When I have run into the problem of not being able to edit due to rank restrictions I have gone back to the Live Map and navigated to the problem area clicked on the map and chose to report a problem and entered the details. That way the issue is posted on the map and not hidden in the forums.
Why is this not an option on the editable map so that a person wouldn't have to leave the edit map to enter the details about what needs to be done?
Also with the new rank permissions I don't think the wording underneath the cones in the edit map has been updated to reflect the correct mile radius. For example my rank shows (2) but the wording underneath the cones still says 1 mile and not 4 miles...
The number of cones is not your editing rank. Your editing rank is the number in parentheses next to your name that you'll see when you highlight a segment that you've edited.
The whole problem of two different ranking systems (editing rank, and cones) is about to be consolidated. Look for that in the coming weeks.
As far as your posting a UR in Livemap, that's only effective if another higher ranked editor comes across it. The Waze Champs team has been hitting the Unlock Request forum very hard, and you'll get a much quicker response by posting there. But meanwhile, here's a little script you can put onto your bookmarks toolbar to bring you straight from WME to the same spot in Livemap with the click of a button.
- Code: Select all
javascript:(function(){var center_lonlat=new OpenLayers.LonLat(wazeMap.center.lon,wazeMap.center.lat);center_lonlat.transform(new OpenLayers.Projection ('EPSG:900913'),new OpenLayers.Projection('EPSG:4326'));window.open('http://www.waze.com/livemap/?zoom='+(wazeMap.zoom<5 ? wazeMap.zoom+11 : 15)+'&lon='+center_lonlat.lon+'&lat='+center_lonlat.lat,'LiveMap');})();

