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

feat(lambda-tiler): move all routes to route handler #2354

Merged
merged 3 commits into from
Jul 25, 2022

Conversation

blacha
Copy link
Member

@blacha blacha commented Jul 22, 2022

No description provided.

blacha added 2 commits July 25, 2022 09:16

Verified

This commit was signed with the committer’s verified signature. The key has expired.
blacha Blayne Chard
wip

Verified

This commit was signed with the committer’s verified signature. The key has expired.
blacha Blayne Chard
@blacha blacha force-pushed the feat/route-handler branch from 8a0c327 to c1b8750 Compare July 24, 2022 21:16
@blacha blacha marked this pull request as ready for review July 24, 2022 22:07
@blacha blacha requested a review from a team as a code owner July 24, 2022 22:07
@@ -0,0 +1,126 @@
// import { ConfigProvider, ConfigProviderMemory } from '@basemaps/config';
Copy link
Contributor

Choose a reason for hiding this comment

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

Heaps of comment out imports.

import { styleJson } from './tile.style.json.js';
import { wmts } from './tile.wmts.js';
import { tileXyz } from './tile.xyz.js';
// import { LambdaHttpRequest, LambdaHttpResponse } from '@linzjs/lambda';
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we still need to keep this for later?

Verified

This commit was signed with the committer’s verified signature. The key has expired.
blacha Blayne Chard
@Wentao-Kuang
Copy link
Contributor

This is quite large branch, let merge this first and see how it goes.

@kodiakhq kodiakhq bot merged commit 4896e7c into master Jul 25, 2022
@kodiakhq kodiakhq bot deleted the feat/route-handler branch July 25, 2022 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants