Skip to content
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

Closed
kkaefer opened this issue Mar 9, 2013 · 4 comments
Closed

Figure out why Agg drops small geometries #2

kkaefer opened this issue Mar 9, 2013 · 4 comments

Comments

@kkaefer
Copy link
Contributor

kkaefer commented Mar 9, 2013

Skia:

out-skia

Agg:

out-agg

@kkaefer
Copy link
Contributor Author

kkaefer commented Mar 9, 2013

Skia (left) vs. Agg (right)

out-skia out-agg

@springmeyer
Copy link
Contributor

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?

@kkaefer
Copy link
Contributor Author

kkaefer commented Mar 9, 2013

Ah, that explains it; I implemented the "fast renderer", but I should've used the regular one?

@kkaefer kkaefer mentioned this issue Mar 10, 2013
@kkaefer
Copy link
Contributor Author

kkaefer commented Mar 14, 2013

Switched to the more accurate line rendering.

@kkaefer kkaefer closed this as completed Mar 14, 2013
lucaswoj pushed 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
ai-santos added a commit to ai-santos/mapbox-gl-js that referenced this issue Apr 13, 2017
# This is the 1st commit message:
Stylelint works for application

# This is the commit message mapbox#2:

WIP modify lint-css script in package.json

# This is the commit message mapbox#3:

Ammend warning for lint-css npm script
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants