Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation notes for #capability-declarative-map #237

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2524,17 +2524,20 @@ <h5>Existing implementations</h5>
in addition to the mapping library JavaScript.
</p>
<dl data-ucr-role="implementation-notes">
<!-- Use dt elements to name the implementation, using the id string to create an auto-link.
Give details about what is/isn't supported in the dd element,
starting with a link to one of the implementation levels.
List full implementations first.
Group implementations (multiple dt for the same dd) when they have the same support.
-->
<dt>short-name-embed</dt>
<dt>short-name-api</dt>
<dd><a>full support|supported, with limitations|partial support|no support|not applicable</a>:
TO DO<!-- details about what is/isn't supported -->
</dd>
<dt>openstreetmap-embed</dt>
<dt>bing-maps-embed</dt>
<dt>google-maps-embed</dt>
<dt>mapbox-embed</dt>
<dd><a>supported, with limitations</a>: (as described above)</dd>
<dt>leaflet-api</dt>
<dt>open-layers-api</dt>
<dt>tomtom-sdk</dt>
<dt>google-maps-api</dt>
<dt>bing-maps-api</dt>
<dt>apple-mapkit-js-api</dt>
<dt>mapbox-gl-api</dt>
<dt>d3-geographies-api</dt>
<dd><a>not applicable</a>: JavaScript libraries require scripting and cannot be utilized with HTML code alone.</dd>
Malvoz marked this conversation as resolved.
Show resolved Hide resolved
</dl>

<h5>Supported use cases</h5>
Expand Down