Skip to content

use ST_TileEnvelope to generate tiles#24

Open
ioionu wants to merge 1 commit into
corteva:masterfrom
ioionu:Use_ST_TileEnvelope
Open

use ST_TileEnvelope to generate tiles#24
ioionu wants to merge 1 commit into
corteva:masterfrom
ioionu:Use_ST_TileEnvelope

Conversation

@ioionu

@ioionu ioionu commented Mar 29, 2021

Copy link
Copy Markdown

model.vector_tiles = vector_tiles
base_mvt_view.model = model
request = MagicMock(query_params={"tile": "2/1/1"})
# request = MagicMock(query_params={"tile": "2/1/1"})

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.

I think this comment can be removed.

request.GET.dict().pop.assert_called_with("offset", None)

# TODO: fix this assertion.
# request.GET.dict().pop.assert_called_with("offset", None)

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.

Is this still TODO?

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.

2 participants