Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Jan 11, 2024
1 parent ae56ba6 commit 42ef0fc
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itowns/dev/dist/itowns.js

Large diffs are not rendered by default.

41 changes: 40 additions & 1 deletion itowns/dev/docs/api/Provider/URLBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3>
<span class="type"><a onclick="window.parent.goTo('api/Geographic/Extent.html','api/Geographic/Extent')" title="Extent">Extent</a></span>,

source:
<span class="type"><a onclick="window.parent.goTo('api/Source/Source.html','api/Source/Source')" title="Source">Source</a></span>
<span class="type">Object</span>


)
Expand Down Expand Up @@ -115,6 +115,45 @@ <h4>Parameters</h4>





<ul class="params">

<li>
<code>source.crs</code>




</li>

<li>
<code>source.bboxDigits</code>




</li>

<li>
<code>source.url</code>




</li>

<li>
<code>source.axisOrder</code>




</li>

</ul>


</li>

</ul>
Expand Down
17 changes: 17 additions & 0 deletions itowns/dev/docs/api/Source/WFSSource.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,23 @@ <h3>



<div class="property">
<h3>
<span class="property-name">bboxDigits</span>
: <span class="type">string</span>
</h3>


<div class="description">
<p>The bbox digits precision used in URL</p>
</div>

</div>

<hr/>



<div class="property">
<h3>
<span class="property-name">vendorSpecific</span>
Expand Down
17 changes: 17 additions & 0 deletions itowns/dev/docs/api/Source/WMSSource.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,23 @@ <h3>



<div class="property">
<h3>
<span class="property-name">bboxDigits</span>
: <span class="type">string</span>
</h3>


<div class="description">
<p>The bbox digits precision used in URL</p>
</div>

</div>

<hr/>



<div class="property">
<h3>
<span class="property-name">vendorSpecific</span>
Expand Down

0 comments on commit 42ef0fc

Please sign in to comment.