Skip to content

Commit 3a53639

Browse files
committed
Delete separate zoom capability and combine with pan and re-centre, as they are all so closely related they should really be discussed together.
1 parent 14a958e commit 3a53639

File tree

1 file changed

+4
-70
lines changed

1 file changed

+4
-70
lines changed

index.html

Lines changed: 4 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,8 +1704,7 @@ <h4>Reposition or scale a map to find more context for the displayed locations</
17041704

17051705
<h5>Required capabilities</h5>
17061706
<ul data-ucr-role="required-capabilities">
1707-
<li><a href="#capability-pan-map-or-re-centre-map"></a></li>
1708-
<li><a href="#capability-zoom-map-in-or-out"></a></li>
1707+
<li><a href="#capability-pan-zoom-or-re-centre-map"></a></li>
17091708
</ul>
17101709
</section>
17111710

@@ -1739,8 +1738,7 @@ <h5>Required capabilities</h5>
17391738
<ul data-ucr-role="required-capabilities">
17401739
<li>As a custom application feature:
17411740
<ul>
1742-
<li><a href="#capability-pan-map-or-re-centre-map"></a></li>
1743-
<li><a href="#capability-zoom-map-in-or-out"></a></li>
1741+
<li><a href="#capability-pan-zoom-or-re-centre-map"></a></li>
17441742
</ul>
17451743
</li>
17461744
</ul>
@@ -5192,8 +5190,8 @@ <h5>Conclusion</h5>
51925190
</ul>
51935191
</section>
51945192

5195-
<section id="capability-pan-map-or-re-centre-map" data-ucr-role="capability">
5196-
<h4>Pan a map or re-centre a map</h4>
5193+
<section id="capability-pan-zoom-or-re-centre-map" data-ucr-role="capability">
5194+
<h4>Pan, zoom, or re-centre a map</h4>
51975195
<p>
51985196
Description to follow
51995197
</p>
@@ -5256,70 +5254,6 @@ <h5>Conclusion</h5>
52565254
</ul>
52575255
</section>
52585256

5259-
<section id="capability-zoom-map-in-or-out" data-ucr-role="capability">
5260-
<h4>Zoom a map in or out</h4>
5261-
<p>
5262-
Description to follow
5263-
</p>
5264-
<p class="issue discussion" data-number="68">
5265-
Discuss this section on GitHub.
5266-
</p>
5267-
5268-
<h5>Existing implementations</h5>
5269-
<p>
5270-
Existing implementation support:
5271-
</p>
5272-
<dl data-ucr-role="implementation-notes">
5273-
<!-- Use dt elements to name the implementation, using the id string to create an auto-link.
5274-
Give details about what is/isn't supported in the dd element,
5275-
starting with a link to one of the implementation levels.
5276-
List full implementations first.
5277-
Group implementations (multiple dt for the same dd) when they have the same support.
5278-
-->
5279-
<dt>google-maps-api</dt>
5280-
<dt>bing-maps-api</dt>
5281-
<dt>apple-mapkit-js-api</dt>
5282-
<dt>mapbox-gl-api</dt>
5283-
<dt>leaflet-api</dt>
5284-
<dt>open-layers-api</dt>
5285-
<dt>d3-geographies-api</dt>
5286-
<dd><a>not applicable</a>:
5287-
<!-- details about what is/isn't supported -->
5288-
</dd>
5289-
</dl>
5290-
5291-
<h5>Supported use cases</h5>
5292-
<ul data-ucr-role="capability-uses"><!-- auto-generated from use case required capabilities --></ul>
5293-
5294-
<h5>Uses beyond mapping</h5>
5295-
<p>
5296-
ToDo
5297-
</p>
5298-
5299-
<h5>Related web specifications</h5>
5300-
<p>
5301-
<!-- Any existing/proposed specs that address similar needs or otherwise interact.
5302-
Include links with proper ReSpec references. -->
5303-
</p>
5304-
5305-
<h5>Conclusion</h5>
5306-
<!-- Cost, benefits, and recommendation on whether this should be a requirement.
5307-
Should include an `<a>` element with attribute `data-ucr-role="conclusion"`
5308-
whose text content or `data-lt` value matches one of the conclusions (requirement, enhancement, impractical, undecided).
5309-
See examples.
5310-
-->
5311-
<p>
5312-
Based on the limited data, we are <a data-ucr-role="conclusion">undecided</a> about whether this should be a requirement.
5313-
</p>
5314-
<ul data-ucr-role="conclusion-notes">
5315-
<!-- bullet-point notes summarizing implementation details / blocking issues.
5316-
Add tags to the start of a point with an empty `<a data-ucr-role="tag"></a>` where the text content or href matches a tag `id` value. -->
5317-
<li><a data-ucr-role="tag" href=""></a>
5318-
<!-- short summary of how the tag applies -->
5319-
</li>
5320-
</ul>
5321-
</section>
5322-
53235257
<section id="capability-map-events" data-ucr-role="capability">
53245258
<h4>Subscribe to notifications of map events</h4>
53255259
<p>

0 commit comments

Comments
 (0)