Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Rationalize URL vs Tileset handling #5358

Merged
merged 3 commits into from
Jun 15, 2016
Merged

[core] Rationalize URL vs Tileset handling #5358

merged 3 commits into from
Jun 15, 2016

Conversation

jfirebaugh
Copy link
Contributor

A tile source can either specify a URL to TileJSON, or inline TileJSON. Use variant<std::string, Tileset> in TileSource to represent that reality.

While here, cherry pick the removal of unused Tileset attributes from #5286.

@jfirebaugh jfirebaugh force-pushed the source-api branch 4 times, most recently from 1f22955 to 10a9f9e Compare June 14, 2016 23:47
A tile source can either specify a URL to TileJSON, or inline TileJSON.
latitude and longitude were reversed. Fortunately they were not used.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant