Update documentation

This commit is contained in:
Edward Betts 2021-07-23 14:38:46 +02:00
parent 641490f4ea
commit 92dc8f4bb2
1 changed files with 14 additions and 8 deletions

View File

@ -12,13 +12,20 @@
<p>Zoom in or search for an area to work on.</p>
<p>The map will show at most 400 items, if there are more then you need to zoom in before you can start editing.</p>
<p>The map will show at most 400 items, if there are more then you need to
zoom in before you can start editing.</p>
<p>Wikidata items appear on the map as red or green markers. Items not linked for OSM appear in red, those that are linked appear in green. The map shows the location of Wikidata tagged OSM objects with a yellow pin.</p>
<p>Wikidata items appear on the map as red or green markers. Items not
linked for OSM appear in red, those that are linked appear in green. The
map shows the location of Wikidata tagged OSM objects with a yellow
pin.</p>
<p>There are controls to filter what appears on the map. You have the option to hide Wikidata items that are already tagged on OSM. The type filter allows you to adjust what types of Wikidata item are displayed.</p>
<p>There are controls to filter what appears on the map. You have the
option to hide Wikidata items that are already tagged on OSM. The type
filter allows you to adjust what types of Wikidata item are displayed.</p>
<p>Click on a marker to show details of the Wikidata item and find nearby possible OSM matches.</p>
<p>Click on a marker to show details of the Wikidata item and find nearby
possible OSM matches.</p>
<h2>Known faults</h2>
@ -30,7 +37,8 @@
<dd>
<dt>OSM/Wikidata link status numbers don't match current view</dt>
<dd>
<p>The item type counts update to only include items in the current view. The OSM/Wikidata link status should do the same, but don't currently.</p>
<p>The item type counts update to only include items in the current view.
The OSM/Wikidata link status should do the same, but don't currently.</p>
</dd>
<dt>It should be possible to hide items with a given item type</dt>
<dd>
@ -58,9 +66,7 @@
<h4>List of nearby possible OSM matches</h4>
<ol>
<li>Only OSM objects within the current map view are shown.</li>
<li>The list is only filtered on OSM tags/keys from the Wikidata item. There is no filtering by name, street address or identifier.</li>
<li>Matching linear features, like streets and waterways, could be improved. It should be possible to select a way then automatically select other connected ways with the same name.</li>
<li>Street matching includes filtering by name. Other Wikidata items are only filtered on OSM tags/keys from the item, not by name, street address or identifier.</li>
<li>The list of OSM objects shows name and street addresses but not identifiers.</li>
<li>Unnamed boundary ways that are part of a relation should be hidden by default.</li>
<li>The code that identifiers OSM object types could be more precise. For example a mosque is labelled as a 'place of worship', it should be labelled as a mosque.</li>