Skip to content

Commit

Permalink
Deploying to gh-pages from @ d2c8e29 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 7, 2024
1 parent 609226d commit 3cc4acd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion layers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5873,7 +5873,7 @@ <h3 id="text-variable-anchor">text-variable-anchor<a class="headerlink" href="#t
</tbody>
</table>
<h3 id="text-variable-anchor-offset">text-variable-anchor-offset<a class="headerlink" href="#text-variable-anchor-offset" title="Permanent link">&para;</a></h3>
<p><em><a href="#layout">Layout</a> property. Optional <a href="variableAnchorOffsetCollection.md">variableAnchorOffsetCollection</a>. Requires <code>text-field</code>. Supports <a href="../expressions/#interpolate">interpolate</a> expressions.</em></p>
<p><em><a href="#layout">Layout</a> property. Optional. Requires <code>text-field</code>. Supports <a href="../expressions/#interpolate">interpolate</a> expressions.</em></p>
<p>To increase the chance of placing high-priority labels on the map, you can provide an array of <code>text-anchor</code> locations, each paired with an offset value. The renderer will attempt to place the label at each location, in order, before moving on to the next location+offset. Use <code>text-justify: auto</code> to choose justification based on anchor position. </p>
<p>The length of the array must be even, and must alternate between enum and point entries. i.e., each anchor location must be accompanied by a point, and that point defines the offset when the corresponding anchor location is used. Positive offset values indicate right and down, while negative values indicate left and up. Anchor locations may repeat, allowing the renderer to try multiple offsets to try and place a label using the same anchor. </p>
<p>When present, this property takes precedence over <code>text-anchor</code>, <code>text-variable-anchor</code>, <code>text-offset</code>, and <code>text-radial-offset</code>. </p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,67 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/deprecations/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/expressions/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/glyphs/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/layers/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/light/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/root/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/sky/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/sources/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/sprite/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/terrain/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/transition/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.maplibre.org/maplibre-style-spec/types/</loc>
<lastmod>2024-05-06</lastmod>
<lastmod>2024-05-07</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ <h3 id="cluster">cluster<a class="headerlink" href="#cluster" title="Permanent l
<p><em>Optional <a href="../types/#boolean">boolean</a>. Defaults to <code>false</code>.</em></p>
<p>If the data is a collection of point features, setting this to true clusters the points by radius into groups. Cluster groups become new <code>Point</code> features in the source with additional properties:
* <code>cluster</code> Is <code>true</code> if the point is a cluster
* <code>cluster_id</code> A unqiue id for the cluster to be used in conjunction with the <a href="https://maplibre.org/maplibre-gl-js-docs/api/sources/#geojsonsource#getclusterexpansionzoom">cluster inspection methods</a>
* <code>cluster_id</code> A unqiue id for the cluster to be used in conjunction with the <a href="https://maplibre.org/maplibre-gl-js/docs/API/classes/GeoJSONSource/#getclusterexpansionzoom">cluster inspection methods</a>
* <code>point_count</code> Number of original points grouped into this cluster
* <code>point_count_abbreviated</code> An abbreviated point count</p>
<h3 id="clusterradius">clusterRadius<a class="headerlink" href="#clusterradius" title="Permanent link">&para;</a></h3>
Expand Down

0 comments on commit 3cc4acd

Please sign in to comment.