-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out why Agg drops small geometries #2
Comments
Agg has a couple line rendered. The 'outline' one is faster but drops points. The 'aa' one is the normal one. On slow cell so I can't look atm which one you are issuing but perhaps it is the outline renderer? |
Ah, that explains it; I implemented the "fast renderer", but I should've used the regular one? |
Closed
Switched to the more accurate line rendering. |
lucaswoj
added a commit
that referenced
this issue
Dec 16, 2016
Add data driven styling capabilities
lucaswoj
pushed a commit
that referenced
this issue
Jan 11, 2017
lucaswoj
pushed a commit
that referenced
this issue
Jan 11, 2017
mollymerp
pushed a commit
that referenced
this issue
Apr 25, 2017
* Add stylelint CLI and Add mapbox class name rule in stylelintrc * # This is a combination of 3 commits. # This is the 1st commit message: Stylelint works for application # This is the commit message #2: WIP modify lint-css script in package.json # This is the commit message #3: Ammend warning for lint-css npm script * Stylelint implemented for application WIP modify lint-css script in package.json Ammend warning for lint-css npm script Add csscolorparser * Add lintx to script file * Took out lintx * Took out lintx * Resolve comments to 4584 PR * Resolve PR comments * Ignore stylelint in .flowconfig and remove true from scripts
jessisena
pushed a commit
to jessisena/mapbox-gl-js
that referenced
this issue
Sep 26, 2017
add data driven style to layoud text-letter-spacing
ansis
added a commit
that referenced
this issue
Aug 21, 2018
ansis
added a commit
that referenced
this issue
Aug 21, 2018
ansis
added a commit
that referenced
this issue
Oct 18, 2018
astojilj
added a commit
that referenced
this issue
Mar 23, 2020
CI: config.yml: public to private in mapbox-gl-js-internal bucket.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Skia:
Agg:
The text was updated successfully, but these errors were encountered: