Skip to content

Support url template with {z}/{x}/{y}#16956

Merged
ahocevar merged 2 commits into
openlayers:mainfrom
francbartoli:feature/support-zxy-oapitiles
Jul 2, 2025
Merged

Support url template with {z}/{x}/{y}#16956
ahocevar merged 2 commits into
openlayers:mainfrom
francbartoli:feature/support-zxy-oapitiles

Conversation

@francbartoli

Copy link
Copy Markdown

Fixes #16954

Comment thread src/ol/source/ogcTileUtil.js Outdated
@github-actions

github-actions Bot commented Jul 2, 2025

Copy link
Copy Markdown

📦 Preview the website for this branch here: https://deploy-preview-16956--ol-site.netlify.app/.

@ahocevar ahocevar force-pushed the feature/support-zxy-oapitiles branch from d3cc15f to 5351565 Compare July 2, 2025 15:34

@ahocevar ahocevar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @francbartoli

@ahocevar ahocevar merged commit 9d5a52b into openlayers:main Jul 2, 2025
8 checks passed
y: localContext.tileRow,
},
context,
);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This only take care of situation where API use z/x/y but in theory the spec is more open that this. That's said I don't see a better solution for now

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 this pull request may close these issues.

Support {z}/{x}/{y} schema for OGC Tiles

3 participants