I have noticed that roads that are set to Unknown direction are not picked up by the script as missing speed limits. Would it be possible to have it detect this as well?
The .WKT export now encloses the POLYGON with GEOMETRYCOLLECTION( ).
I don’t know enough about the standard to know if that is “allowed”, but imports of this .WKT into this and other applications fail until I remove GEOMETRYCOLLECTION( ).
Thank you for posting that. Maybe that can be added to the OP to clarify? I was having the same issue and the whole “drawing” thing was throwing me off as I was looking in the tab area itself, not thinking about the WME toolbar.
Same thing here. I create an area, I assume any generic type, parking lot, park or whatever. Draw its extents and don’t save. The problem is I still have the area editing tools on the left and no MSL tab until I off-click that area. Then it says to select an area when I hit scan. So how do I select an area that is not saved and then click scan when the tab is not visible?
Click off the area so your tabs return to the left side. Go to the MSL tab.
Toward the bottom there is a “Add Custom Area” section. In there, give your area a name. Then click “add” just below that entry box. You will get a prompt to confirm undoing your changes, hit yes. This will add the area, with your custom name, to the scan option list. Now you can select your custom area and scan.
Great script. It’s really helped. It would be nice to have an additional column that showed the number of segments in the PL. This would help us go after the areas where there are a lot of segments.
I’ve been adding the function numbSegs(pl) {return pl.split(‘&segments=’)[1].split(‘,’).length} to the spreadsheet but it would be helpful if it was already there.
I realize I could expand the PL column and just visually scan the list but this would make it more convenient.