Skip to content

Commit

Permalink
Deployed 5ddca6d with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
3liz-bot committed Jan 18, 2024
1 parent 85685e2 commit 93a0ef5
Show file tree
Hide file tree
Showing 11 changed files with 127 additions and 73 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


<link rel="icon" href="/lizmap-pgrouting-module/media/logo.png">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-8.5.10">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-8.5.10">



Expand Down
60 changes: 40 additions & 20 deletions CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="canonical" href="https://docs.3liz.org/lizmap-pgrouting-module/CHANGELOG/">

<link rel="icon" href="../media/logo.png">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-8.5.10">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-8.5.10">



Expand Down Expand Up @@ -171,7 +171,7 @@


<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
<a href="../../" class="md-tabs__link">
docs.3liz.org
</a>
</li>
Expand Down Expand Up @@ -294,7 +294,7 @@


<li class="md-nav__item">
<a href="../" class="md-nav__link">
<a href="../../" class="md-nav__link">
docs.3liz.org
</a>
</li>
Expand Down Expand Up @@ -407,9 +407,23 @@
Unreleased
</a>

<nav class="md-nav" aria-label="Unreleased">
</li>

<li class="md-nav__item">
<a href="#109-2024-01-18" class="md-nav__link">
1.0.9 - 2024-01-18
</a>

<nav class="md-nav" aria-label="1.0.9 - 2024-01-18">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed" class="md-nav__link">
Fixed
</a>

</li>

<li class="md-nav__item">
<a href="#changed" class="md-nav__link">
Changed
Expand All @@ -431,7 +445,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed" class="md-nav__link">
<a href="#fixed_1" class="md-nav__link">
Fixed
</a>

Expand All @@ -458,7 +472,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_1" class="md-nav__link">
<a href="#fixed_2" class="md-nav__link">
Fixed
</a>

Expand All @@ -485,7 +499,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_2" class="md-nav__link">
<a href="#fixed_3" class="md-nav__link">
Fixed
</a>

Expand All @@ -505,7 +519,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_3" class="md-nav__link">
<a href="#fixed_4" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -545,7 +559,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_4" class="md-nav__link">
<a href="#fixed_5" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -619,7 +633,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_5" class="md-nav__link">
<a href="#fixed_6" class="md-nav__link">
Fixed
</a>

Expand All @@ -639,7 +653,7 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#fixed_6" class="md-nav__link">
<a href="#fixed_7" class="md-nav__link">
Fixed
</a>

Expand All @@ -666,7 +680,7 @@
</li>

<li class="md-nav__item">
<a href="#fixed_7" class="md-nav__link">
<a href="#fixed_8" class="md-nav__link">
Fixed
</a>

Expand Down Expand Up @@ -720,13 +734,19 @@

<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">#</a></h1>
<h2 id="unreleased">Unreleased<a class="headerlink" href="#unreleased" title="Permanent link">#</a></h2>
<h2 id="109-2024-01-18">1.0.9 - 2024-01-18<a class="headerlink" href="#109-2024-01-18" title="Permanent link">#</a></h2>
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">#</a></h3>
<ul>
<li>Fix: <code>copy-route</code> button not visible when active with Lizmap 3.7</li>
</ul>
<h3 id="changed">Changed<a class="headerlink" href="#changed" title="Permanent link">#</a></h3>
<ul>
<li>Update QGIS test project to 3.28 for Lizmap 3.7</li>
<li>Add a localized string for the dock title instead of <code>pgRouting</code></li>
<li>Fix some typo</li>
</ul>
<h2 id="108-2023-07-11">1.0.8 - 2023-07-11<a class="headerlink" href="#108-2023-07-11" title="Permanent link">#</a></h2>
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">#</a></h3>
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">#</a></h3>
<ul>
<li>Fix: correct built JS</li>
<li>Install assets outside the assets/ directory, as it is reserved to Lizmap.</li>
Expand All @@ -736,7 +756,7 @@ <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permane
<ul>
<li>Rename pgrouting.umd.cjs to pgrouting.umd.js for better web server support</li>
</ul>
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">#</a></h3>
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">#</a></h3>
<ul>
<li>Fix rights on pgrouting schema sequences to allow the user to set or reset
the PostgreSQL sequences when re-importing edges and nodes</li>
Expand All @@ -746,12 +766,12 @@ <h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permane
<ul>
<li>Improve the style of the route and start, intermediate &amp; end points</li>
</ul>
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">#</a></h3>
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">#</a></h3>
<ul>
<li>Geometry saved to local storage &amp; WKT exported - Export all the missing nodes.</li>
</ul>
<h2 id="105-2023-06-29">1.0.5 - 2023-06-29<a class="headerlink" href="#105-2023-06-29" title="Permanent link">#</a></h2>
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">#</a></h3>
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">#</a></h3>
<ul>
<li>Upgrade method - Overwrite the existing JavaScript and CSS files by the new versions
when running the upgrade.</li>
Expand All @@ -766,7 +786,7 @@ <h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permane
<li>Docs - Adapt the SQL import example to the new field names of the BDTOPO road datasource.</li>
</ul>
<h2 id="103-2023-06-27">1.0.3 - 2023-06-27<a class="headerlink" href="#103-2023-06-27" title="Permanent link">#</a></h2>
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">#</a></h3>
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">#</a></h3>
<ul>
<li>Handle other map projections than <code>4326</code> and <code>3857</code></li>
</ul>
Expand All @@ -793,13 +813,13 @@ <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent lin
<li>Copy the geometry which has been computed, Lizmap Web Client 3.7 only. Useful for pasting geometry when editing</li>
<li>Installable into the future Lizmap 3.7</li>
</ul>
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">#</a></h3>
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">#</a></h3>
<ul>
<li>Fix the button "Reverse edges" to respect the routing direction</li>
<li>Improve robustness</li>
</ul>
<h2 id="031-2022-12-15">0.3.1 - 2022-12-15<a class="headerlink" href="#031-2022-12-15" title="Permanent link">#</a></h2>
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">#</a></h3>
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">#</a></h3>
<ul>
<li>Improve compatibility with Lizmap 3.6</li>
</ul>
Expand All @@ -808,7 +828,7 @@ <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent lin
<ul>
<li>Experimental compatibility with Lizmap 3.6</li>
</ul>
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">#</a></h3>
<h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">#</a></h3>
<ul>
<li>The module is now compatible with Lizmap 3.5.6</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="canonical" href="https://docs.3liz.org/lizmap-pgrouting-module/CONTRIBUTING/">

<link rel="icon" href="../media/logo.png">
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-8.5.10">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-8.5.10">



Expand Down Expand Up @@ -171,7 +171,7 @@


<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
<a href="../../" class="md-tabs__link">
docs.3liz.org
</a>
</li>
Expand Down Expand Up @@ -294,7 +294,7 @@


<li class="md-nav__item">
<a href="../" class="md-nav__link">
<a href="../../" class="md-nav__link">
docs.3liz.org
</a>
</li>
Expand Down
Loading

0 comments on commit 93a0ef5

Please sign in to comment.