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

Use platform::request() only to obtain data #23

Closed
kkaefer opened this issue Jan 30, 2014 · 1 comment
Closed

Use platform::request() only to obtain data #23

kkaefer opened this issue Jan 30, 2014 · 1 comment

Comments

@kkaefer
Copy link
Contributor

kkaefer commented Jan 30, 2014

Currently, the platform::request() is also responsible for generating the URL (which should be part of the stylesheet), and for parsing the data tile. Instead, we should make this a generic HTTP request function and do all the processing directly in the renderer. This involves creating threads for parsing the data tiles in the renderer itself too.

The purpose of this is to have better control on parsing and the associated threads, as well as being able to use platform::request() to request JSON and sprite images too.

kkaefer added a commit that referenced this issue Jan 30, 2014
@kkaefer
Copy link
Contributor Author

kkaefer commented Jan 31, 2014

Completed in c7b012b

@kkaefer kkaefer closed this as completed Jan 31, 2014
@kkaefer kkaefer mentioned this issue Jan 31, 2014
6 tasks
This was referenced Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant