Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed May 31, 2024
1 parent 1de0d43 commit 778ebb2
Show file tree
Hide file tree
Showing 101 changed files with 428 additions and 453 deletions.
16 changes: 8 additions & 8 deletions dist/en/main/apidoc/module-ol_VectorTile-VectorTile.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,15 +354,15 @@ <h5>Returns:</h5>
<div class="anchor" id="getFeatures">
</div>
<h4 class="name">
getFeatures<span class="signature">()</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Array&lt;<a href="module-ol_Feature.html#~FeatureLike">FeatureLike</a>>}</span>
getFeatures<span class="signature">()</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Array.&lt;FeatureType>}</span>



</h4>

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js">VectorTile.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js#L84">line 84</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js#L87">line 87</a>
</div>

</div>
Expand Down Expand Up @@ -444,15 +444,15 @@ <h5>Returns:</h5>
<div class="anchor" id="getFormat">
</div>
<h4 class="name">
getFormat<span class="signature">()</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{<a href="module-ol_format_Feature-FeatureFormat.html">module:ol/format/Feature~FeatureFormat</a>.&lt;(Class.&lt;<a href="module-ol_Feature-Feature.html">module:ol/Feature~Feature</a>>|Class.&lt;<a href="module-ol_render_Feature-RenderFeature.html">module:ol/render/Feature~RenderFeature</a>>)>}</span>
getFormat<span class="signature">()</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{<a href="module-ol_format_Feature-FeatureFormat.html">FeatureFormat</a>&lt;FeatureToFeatureClass&lt;FeatureType>>}</span>



</h4>

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js">VectorTile.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js#L75">line 75</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js#L78">line 78</a>
</div>

</div>
Expand Down Expand Up @@ -634,7 +634,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js">VectorTile.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js#L123">line 123</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js#L126">line 126</a>
</div>

</div>
Expand Down Expand Up @@ -685,7 +685,7 @@ <h4 class="name">
<td class="type">


<span class="param-type">Array&lt;<a href="module-ol_Feature.html#~FeatureLike">FeatureLike</a>></span>
<span class="param-type">Array.&lt;FeatureType></span>



Expand Down Expand Up @@ -761,7 +761,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js">VectorTile.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js#L133">line 133</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/VectorTile.js#L136">line 136</a>
</div>

</div>
Expand Down Expand Up @@ -811,7 +811,7 @@ <h4 class="name">
<td class="type">


<span class="param-type"><a href="module-ol_featureloader.html#~FeatureLoader">FeatureLoader</a></span>
<span class="param-type"><a href="module-ol_featureloader.html#~FeatureLoader">FeatureLoader</a>&lt;FeatureType></span>



Expand Down
16 changes: 8 additions & 8 deletions dist/en/main/apidoc/module-ol_format_EsriJSON-EsriJSON.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h3 class="subsection-title">Methods</h3>
<div class="anchor" id="readFeature">
</div>
<h4 class="name">
readFeature<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{FeatureClassToFeature&lt;T>}</span>
readFeature<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{FeatureClassToFeature&lt;FeatureClassType> | Array&lt;FeatureClassToFeature&lt;FeatureClassType>>}</span>

<span class="inherited"><a href="module-ol_format_JSONFeature-JSONFeature.html#readFeature">inherited</a></span>

Expand Down Expand Up @@ -553,7 +553,7 @@ <h5>Returns:</h5>
<div class="anchor" id="readFeatures">
</div>
<h4 class="name">
readFeatures<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Array&lt;FeatureClassToFeature&lt;T>>}</span>
readFeatures<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Array&lt;FeatureClassToFeature&lt;FeatureClassType>>}</span>

<span class="inherited"><a href="module-ol_format_JSONFeature-JSONFeature.html#readFeatures">inherited</a></span>

Expand All @@ -563,7 +563,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L56">line 56</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L54">line 54</a>
</div>

</div>
Expand Down Expand Up @@ -831,7 +831,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L95">line 95</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L93">line 93</a>
</div>

</div>
Expand Down Expand Up @@ -1098,7 +1098,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L120">line 120</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L118">line 118</a>
</div>

</div>
Expand Down Expand Up @@ -1247,7 +1247,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L142">line 142</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L140">line 140</a>
</div>

</div>
Expand Down Expand Up @@ -1821,7 +1821,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L164">line 164</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L162">line 162</a>
</div>

</div>
Expand Down Expand Up @@ -2395,7 +2395,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L186">line 186</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L184">line 184</a>
</div>

</div>
Expand Down
24 changes: 12 additions & 12 deletions dist/en/main/apidoc/module-ol_format_GeoJSON-GeoJSON.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h4 class="name">
<td class="type">


<span class="param-type">FeatureClassToFeature</span>
<span class="param-type">FeatureClassType</span>

| undefined

Expand Down Expand Up @@ -396,7 +396,7 @@ <h3 class="subsection-title">Methods</h3>
<div class="anchor" id="readFeature">
</div>
<h4 class="name">
readFeature<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{FeatureClassToFeature&lt;T>}</span>
readFeature<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{FeatureClassToFeature&lt;FeatureClassType> | Array&lt;FeatureClassToFeature&lt;FeatureClassType>>}</span>

<span class="inherited"><a href="module-ol_format_JSONFeature-JSONFeature.html#readFeature">inherited</a></span>

Expand Down Expand Up @@ -664,7 +664,7 @@ <h5>Returns:</h5>
<div class="anchor" id="readFeatures">
</div>
<h4 class="name">
readFeatures<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Array&lt;FeatureClassToFeature&lt;T>>}</span>
readFeatures<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Array&lt;FeatureClassToFeature&lt;FeatureClassType>>}</span>

<span class="inherited"><a href="module-ol_format_JSONFeature-JSONFeature.html#readFeatures">inherited</a></span>

Expand All @@ -674,7 +674,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L56">line 56</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L54">line 54</a>
</div>

</div>
Expand Down Expand Up @@ -942,7 +942,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L95">line 95</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L93">line 93</a>
</div>

</div>
Expand Down Expand Up @@ -1209,7 +1209,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L120">line 120</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L118">line 118</a>
</div>

</div>
Expand Down Expand Up @@ -1358,7 +1358,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L142">line 142</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L140">line 140</a>
</div>

</div>
Expand Down Expand Up @@ -1644,7 +1644,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js">format/GeoJSON.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js#L231">line 231</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js#L236">line 236</a>
</div>

</div>
Expand Down Expand Up @@ -1932,7 +1932,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L164">line 164</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L162">line 162</a>
</div>

</div>
Expand Down Expand Up @@ -2218,7 +2218,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js">format/GeoJSON.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js#L273">line 273</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js#L278">line 278</a>
</div>

</div>
Expand Down Expand Up @@ -2506,7 +2506,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L186">line 186</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L184">line 184</a>
</div>

</div>
Expand Down Expand Up @@ -2792,7 +2792,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js">format/GeoJSON.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js#L293">line 293</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/GeoJSON.js#L298">line 298</a>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_format_GeoJSON.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h5 class="subsection-title">Properties:</h5>
<td class="type">


<span class="param-type">FeatureClassToFeature</span>
<span class="param-type">FeatureClassType</span>

| undefined

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h3 class="subsection-title">Methods</h3>
<div class="anchor" id="readFeature">
</div>
<h4 class="name">
readFeature<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{FeatureClassToFeature&lt;T>}</span>
readFeature<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{FeatureClassToFeature&lt;FeatureClassType> | Array&lt;FeatureClassToFeature&lt;FeatureClassType>>}</span>



Expand Down Expand Up @@ -496,15 +496,15 @@ <h5>Returns:</h5>
<div class="anchor" id="readFeatures">
</div>
<h4 class="name">
readFeatures<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Array&lt;FeatureClassToFeature&lt;T>>}</span>
readFeatures<span class="signature">(source, <span class="optional">options</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Array&lt;FeatureClassToFeature&lt;FeatureClassType>>}</span>



</h4>

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L56">line 56</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L54">line 54</a>
</div>

</div>
Expand Down Expand Up @@ -770,7 +770,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L95">line 95</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L93">line 93</a>
</div>

</div>
Expand Down Expand Up @@ -1035,7 +1035,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L120">line 120</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L118">line 118</a>
</div>

</div>
Expand Down Expand Up @@ -1182,7 +1182,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L142">line 142</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L140">line 140</a>
</div>

</div>
Expand Down Expand Up @@ -1468,7 +1468,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L164">line 164</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L162">line 162</a>
</div>

</div>
Expand Down Expand Up @@ -1754,7 +1754,7 @@ <h4 class="name">

<div class="tag-source">
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js">format/JSONFeature.js</a>,
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L186">line 186</a>
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/JSONFeature.js#L184">line 184</a>
</div>

</div>
Expand Down
Loading

0 comments on commit 778ebb2

Please sign in to comment.