This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use platform::request() only to obtain data #23
Comments
kkaefer
added a commit
that referenced
this issue
Jan 30, 2014
Completed in c7b012b |
Closed
Closed
This was referenced Jan 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: