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

Open Graph Protocol extension #193

Open
Malvoz opened this issue Jun 23, 2021 · 0 comments
Open

Open Graph Protocol extension #193

Malvoz opened this issue Jun 23, 2021 · 0 comments

Comments

@Malvoz
Copy link
Member

Malvoz commented Jun 23, 2021

The Open Graph Protocol (OGP) is the de-facto standard for describing resources for sharing.

MapML can define a new map object (and relevant properties) allowing authors to mark up documents with metadata describing maps to be displayed on social sharing sites.

Example metadata:

<meta property="og:map:projection" content="CBMTILE">
<meta property="og:map:zoom" content="15">
<meta property="og:map:latitude" content="45.4215">
<meta property="og:map:longitude" content="-75.6972">
<meta property="og:map:layer" content="https://geogratis.gc.ca/mapml/en/cbmtile/cbmt/">
<!-- optionally multiple layer sources -->
<meta property="og:map:alt" content="Ottawa, Capital of Canada">
@Malvoz Malvoz changed the title OGP integration Open Graph Protocol extension Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant