Mark Tehver
Mark Tehver
The following shader fails to execute correctly, the loop never terminates: ``` #version 430 layout(location = 0) out float _30; void main() { float _37; _37 = 0.5; for (int...
The option would probably work through CartoVectorTileLayer by setting a 'nutiparameter' automatically, like map language. The setting is global and affects the size of all texts. The setting would be...
ScreenSize is set asynchronously using the main queue on iOS and as a result screen map conversion functions do not work properly in methods like viewDidLoad. A workaround is to...
SDK 4.1 ignores all image-filter attributes in CartoCSS. The main reason is rendering performance, as image filters are expensive. For better compatibility and better integration with Builder, at least some...
Use case: style editor. SDK should provide meaningful feedback that can be displayed to the user if CartoCSS contains errors.
Suggested virtual packageId format: bbox(120.22, 50.33, 122.44, 51.45, minzoom=2, maxzoom=9) Both minzoom/maxzoom are optional with 0/14 default values.