Maybe it’s not the first time that we ask this question (there’re 48 pages !) :
It’s a choice that there is no “apply” button for map notes ?
A request : when we paste GPS coordonates (Standard or Waze), can you accept TAB separators in addittion of spaces, because when the coordonates comes for spreadsheet, PIE don’t want it.
Unfortunately it is not possible. No class is exposed for modifying the geometry of map comments like there is for Places. I tried the same class used to modify Place geometry but it just created all kinds of weird bugs in WME and the geometry wouldn’t save.
Can you send me an example? I can test if it can be parsed out easily (would only be possible for the Waze format).
-82.82207974603278 40.481389876288304
-82.82212325033213 40.4810734014335
-82.82265007605747 40.48108308028563
-82.82269167361076 40.48141779605053
After a paste from a spreadsheet (with tabulations) :
Fixing the parking lot estimator tool.
Only creating the parking lot estimator tool drawing layers when the tool is active - previously were always created, which added 2 more layers to the total in use, which reduces the amount of total workable layers. Layers are created/removed as they are/not needed.
Making the area Place Waze coordinate parsing more versatile.