Changes between Version 15 and Version 16 of Help/Plugin/MapWithAI


Ignore:
Timestamp:
2024-02-27T19:32:05+01:00 (12 months ago)
Author:
leni
Comment:

add TranslatedPages; wikitr:/ . : and Back to - numbers

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/MapWithAI

    v15 v16  
     1[[TranslatedPages]]
     2
     3
    14= MapWithAI =
    25Allows the use of MapWithAI data in JOSM.
    36== Features == #Features
    4 * Located in **[[Action/Download|Download Data]]**: Download arbitrary data (non-cropped at this time) in the `Download from MapWithAI API` tab -- ''note that you cannot download multiple MapWithAI layers''
    5 * Located in **[[Menu/Data|data menu]]**
     7* Located in **[wikitr:/Help/Action/Download Download Data]**: Download arbitrary data (non-cropped at this time) with the `Download from MapWithAI API` checkbox -- ''note that you cannot download multiple MapWithAI layers''
     8* Located in **[wikitr:/Help/Menu/Data data menu]**:
    69 * **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).
    710{{{#!comment
     
    1114 * **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).
    1215* [#RemoteControl Remote Control] + [#UploadHooks Upload Hooks]
    13 * Map paint style
     16* Map paint style:
    1417 * Automatically added by the plugin
    1518 * Can be automatically toggled on/off with the `MapWithAI` layer (this requires the `MapWithAI` plugin)
     
    4346== Installation
    4447=== Mandatory
    45 1. see [[Help/Preferences/Plugins]] for details)
     481. see [wikitr:/Help/Preferences/Plugins Preferences > Plugins] for details.
    4649=== Paintstyle (Plugin should automatically add and enable it)
    47 1. Start JOSM
    48 2. Open JOSM Preferences
    49 3. Go to `Map Settings` (the globe with a grid over it)
    50 4. Go to `Map Paint Styles`
    51 5. Add `MapWithAI` from the `Available style` list
    52 6. Press OK
     501. Start JOSM.
     511. Open JOSM Preferences.
     521. Go to [wikitr:/Help/Preferences/MapPaintPreference Map Paint Styles]
     531. Add `MapWithAI` from the `Available style` list.
     541. Press OK.
    5355== Basic Usage ==#BasicUsage
    5456Please note that the screen shots were taken with `Expert Mode` checked in JOSM preferences. You may not see all the actions available without that check, the missing actions may be buggy or for a niche audience.
    55571. Prepare the area of interest as usual by downloading OSM data and choosing a background imagery.
    56 2. Download data from MapWithAI by going to the `Data` -> `MapWithAI: Download Data`. The default keyboard shortcut is **`Ctrl+R`** (`Cmd+R` on Mac).
     581. Download data from MapWithAI by going to the `Data` -> `MapWithAI: Download Data`. The default keyboard shortcut is **`Ctrl+R`** (`Cmd+R` on Mac).
    5759 \\
    5860 [[Image(GetData.png, alt=Download Data, center, 80%, link=)]]\\
    5961 \\
    60  This simply uses the OSM data boundaries for the MapWithAI download too.
    61  If several data layers are loaded, a dialog will ask from which layer the data boundaries should give the target for the MapWithAI download.
     62 This simply uses the OSM data boundaries for the MapWithAI download too.\\
     63 If several data layers are loaded, a dialog will ask from which layer the data boundaries should give the target for the MapWithAI download. \\
    6264 MapWithAI holds all of its data in one single layer.
    6365{{{#!comment
     
    6668
    67693. Switch to the `MapWithAI` layer if it is not already activated.
    68 4. Select objects to add to the topmost OSM data layer.
    69 5. Add the selected objects by going to `Data` -> `MapWithAI: Add selected data` (default keyboard shortcut is **`Shift+A`**)
     703. Select objects to add to the topmost OSM data layer.
     713. Add the selected objects by going to `Data` -> `MapWithAI: Add selected data` (default keyboard shortcut is **`Shift+A`**).
    7072
    7173[[Image(SaveData.png, alt=Add selected data, center, 80%, link=)]]
     
    106108
    107109=== Changeset tags === #ChangesetTags
    108  * `mapwithai`: The count of OSM objects added and still present from the MapWithAI layer (splits and deletions may cause this to be inaccurate)
    109  * `mapwithai:options`: A semi-colon (`;`) separated list of non-default options
     110 * `mapwithai`: The count of OSM objects added and still present from the MapWithAI layer (splits and deletions may cause this to be inaccurate).
     111 * `mapwithai:options`: A semi-colon (`;`) separated list of non-default options:
    110112  * `version`: The version of the MapWithAI plugin. Added in case there is a severe bug so it can be blacklisted.
    111   * `task`: The bounding box for a task, if one is detected
     113  * `task`: The bounding box for a task, if one is detected.
    112114  * `maxadd`: The maximum number of MapWithAI objects that were permitted to be added per operation. `<1` indicates that the user was able to add any number of objects (may indicate an undocumented import).
    113115  * `url`: Shows non-default urls. Always the last `mapwithai:option`.
     
    119121=== Building ===
    120122[https://gitlab.com/gokaart/JOSM_MapWithAI/wikis/Building-and-Testing Building and Testing]
     123
     124
     125----
     126Back to [wikitr:/Plugins#JOSMdocu Plugin Help] \\
     127Back to [wikitr:/Help Main Help]