Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Conversation

@bugra9
Copy link

@bugra9 bugra9 commented Jul 17, 2022

Related issue: #510

Copy link
Contributor

@mtehver mtehver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added some suggestions and few places that need addressing.

- Used request.method instead of 'GET' in network/HTTPClientEmscriptenImpl.cpp.
- Set headers to http request in network/HTTPClientEmscriptenImpl.cpp.
- Used 'std::atomic<bool>' type for '_needRedraw' variable in MapView.
- Set alpha, depth and stencil to 1. (SDK uses alpha channel, depth buffer and stencil buffer.) (Fixed 3d model transparency issue.)
- Removed double click handler.
- Added additional EmscriptenInput namespace in ui/EmscriptenInput.(h/cpp)
- Changed raster map url with cartocdn.
Added text and popup example.
Implemented OffscreenCanvas usage.
Added vector tile event listener example.
@bugra9
Copy link
Author

bugra9 commented Oct 23, 2022

@mtehver, I implemented your suggestions and updated the demo site. Additionally, the listeners now work.

@bugra9 bugra9 requested a review from mtehver November 8, 2022 08:07
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.

2 participants