Skip to content

Commit

Permalink
Deployed 38b25fe with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Nov 13, 2024
1 parent aced6e4 commit 3409f70
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
Binary file added images/geozones_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions mwp-geozones/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#example-validation" class="md-nav__link">
<span class="md-ellipsis">
Example validation
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1377,6 +1386,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#example-validation" class="md-nav__link">
<span class="md-ellipsis">
Example validation
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1549,6 +1567,46 @@ <h3 id="editor">Editor<a class="headerlink" href="#editor" title="Permanent link
<p><img alt="mwp geozones" src="../images/geozones_05.png" width="50%" /></p>
<p>With multiple zones loaded (or created), the user can switch between zones using the <code>&lt;</code> and <code>&gt;</code> icons.</p>
<p><img alt="mwp geozones" src="../images/geozones_06.png" width="50%" /></p>
<h3 id="example-validation">Example validation<a class="headerlink" href="#example-validation" title="Permanent link">#</a></h3>
<p>In the following image, from left to right</p>
<table>
<thead>
<tr>
<th>Zone Id</th>
<th>Colour</th>
<th>Characteristics</th>
<th>Validity</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>Red</td>
<td>Counter-clockwise</td>
<td>Valid</td>
</tr>
<tr>
<td>1</td>
<td>Green</td>
<td>Clockwise</td>
<td>Invalid</td>
</tr>
<tr>
<td>2</td>
<td>Red, fill</td>
<td>Counter-clockwise, "complex"</td>
<td>Invalid</td>
</tr>
<tr>
<td>3</td>
<td>Green, fill</td>
<td>Counter-clockwise, concave</td>
<td>Valid</td>
</tr>
</tbody>
</table>
<p>Invalid zones are reported with the "Check Valdity" or "Upload to FC" options.</p>
<p><img alt="mwp geozones" src="../images/geozones_10.png" /></p>
<h2 id="zone-colours">Zone Colours<a class="headerlink" href="#zone-colours" title="Permanent link">#</a></h2>
<p><a href="https://github.com/stronnag/mwptools">mwp</a> sets line and fill characteristics for GeoZones according to the zone's <code>type</code> and <code>action</code>.</p>
<p>The default values are set as:</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 3409f70

Please sign in to comment.