You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a gap between the wiki and the source code.
The wiki contains some explanations about specific classes, and, of course, the source contains everything. I don't see the relationship between classes. I’m having trouble grasping a basic theory of operation.
Example: what is the difference (or relationship) between the Map, Glop, and Viewport?
In particular, what is difference between Map.draw() and Glop.draw();
The text was updated successfully, but these errors were encountered:
Viewport manages the rectangle that is being viewed through the browser window frame, and because Cartagen typically works in vector tiles, it also tracks the vector tiles which intersect with the browser viewport frame, so we can do efficient "culling" of data to render.
There is a gap between the wiki and the source code.
The wiki contains some explanations about specific classes, and, of course, the source contains everything. I don't see the relationship between classes. I’m having trouble grasping a basic theory of operation.
Example: what is the difference (or relationship) between the Map, Glop, and Viewport?
In particular, what is difference between Map.draw() and Glop.draw();
The text was updated successfully, but these errors were encountered: