Changes between Version 2 and Version 3 of Help/Plugin/MapWithAI


Ignore:
Timestamp:
2019-11-14T02:00:14+01:00 (6 years ago)
Author:
taylor.smock
Comment:

Add feature list

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/MapWithAI

    v2 v3  
     1= Features
     2* Located in **[[Menu/Data|data menu]]**
     3 * **MapWithAI: Download data**: Download MapWithAI data from the current download area (if more than one layer, a dialog will ask for a layer to be selected). This is dependent upon configured URLs (defaults to MapWithAI).
     4 * **MapWithAI: Download arbitrary data** ''([wikitr:/Help/ExpertMode expert mode] only)'': Download MapWithAI data inside an arbitrary bounding box, optionally cropping to the bounding box. The bounding box defaults to the current map view. This is also dependent upon configured URLs.
     5 * **MapWithAI: Add selected data**: Add the selected data from the MapWithAI data layer to a OSM Data Layer
     6 * **MapWithAI: Attempt to merge potentially duplicate ways** ''([wikitr:/Help/ExpertMode expert mode] only)'': Attempt to merge potentially duplicate ways. Done automatically for MapWithAI data, but is available for other uses (may or may not work as expected).
     7* [#Remotecontrol Remote Control]
     8* Upload Hooks
     9 * `mapwithai`: The count of OSM objects added and still present from the MapWithAI layer (splits and deletions may cause this to be inaccurate)
     10 * `mapwithai:options`: A semi-colon (`;`) separated list of non-default options
     11  * `version`: The version of the MapWithAI plugin. Added in case there is a severe bug so it can be blacklisted.
     12  * `task`: The bounding box for a task, if one is detected
     13  * `maxadd`: The maximum number of MapWithAI objects that are permitted to be added per operation. `<1` allows any number of objects to be added.
     14  * `url`: Shows non-default urls. Always the last `mapwithai:option`.
     15* [/Styles/MapWithAI PaintStyle]
     16 * Automatically added by the plugin
     17 * Can be automatically toggled on/off with the `MapWithAI` layer (this requires the `MapWithAI` plugin)
     18 * Can show `new`, `modified`, or `pre-existing` MapWithAI data (depends upon the `source` tag).
     19* Live counter of objects added with `MapWithAI`
     20* [/wiki/Help/Preferences/Plugins Preferences]
     21 * Set MapWithAI url(s)
     22 * Choose whether or not MapWithAI automatically switches layers
     23 * Choose how many features you want to add per action
     24 * Choose whether or not to merge buildings with address nodes (note: this only applies to buildings that will have one ''and only one'' address inside it)
     25 * Change tags ''([wikitr:/Help/ExpertMode expert mode] only)'' that you want to be replaced. For example, `highway=residential` can become `disused:highway=road`.
    126= Installation
    227== Mandatory
    3 1. Start JOSM
    4 2. Open JOSM Preferences
    5 3. Go to `Plugins` (the plug going into a socket)
    6 
    7 [[Image(Preferences.png, alt=JOSM Preferences)]]
    8 
    9 4. Search for `mapwithai` (`rapid` also works)
    10 5. Install the `MapWithAI` Plugin
    11 6. Press OK
    12 
    13 [[Image(Installation.png, alt=Plugin Preferences)]]
     281. see [[Help/Preferences/Plugins]] for details)
    1429== Paintstyle (Plugin should automatically add and enable it)
    15301. Start JOSM