openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
mapzen_tangram
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
11 days
ago. based on code collected
12 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 160 of 160
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
whitespace
Brett Camper
More...
over 11 years ago
increase max zoom to 20 works well for webgl, but have seen zooms > 18 cause seams in canvas, so may want to vary per-renderer
Brett Camper
More...
over 11 years ago
add (commented out) preserveDrawingBuffer flag, which is needed for gl.readPixels, and could be used for feature selection in the future
Brett Camper
More...
over 11 years ago
add proper mercator projection for all geometry
bcamper
More...
over 11 years ago
update title/doc
bcamper
More...
over 11 years ago
support dynamic/function-based feature colors
bcamper
More...
over 11 years ago
fix layer sorting (scale to 0-1 for webgl)
bcamper
More...
over 11 years ago
initial WebGL implementation initial breakout of rendering into separate classes for canvas and webgl
bcamper
More...
over 11 years ago
list of common locations
bcamper
More...
over 11 years ago
better compatibility for Canvas.context.setLineDash
Brett Camper
More...
over 11 years ago
support polygons with holes in them: render to a separate offscreen canvas, using Canvas composite operations ('destination-out') to cut the holes out of the initial polygon, then copy back to the main canvas
Brett Camper
More...
over 11 years ago
make tile_min and tile_max properties of tile
Brett Camper
More...
over 11 years ago
factor out GeoJSON coordinate transforms and rendering support more types (properly rendering MultiLineString now)
Brett Camper
More...
over 11 years ago
- add 'feature selection' on mouseover: - build a collision map for each tile by rendering to a separate offscreen canvas - generate a random 24-bit RGB color value for each geometry, keep a hash of color->geometry pairs - render the geometry to the collision map using that color - on mouseover, get the pixel value of the collision map, and check the hash to see if it matches a geometry - display nam info for any matching geometry - added POI rendering
Brett Camper
More...
over 11 years ago
support default line size option
Brett Camper
More...
over 11 years ago
add support for specifying lat-lng on URL
Brett Camper
More...
over 11 years ago
stray lines
Brett Camper
More...
over 11 years ago
add link to source on github
Brett Camper
More...
over 11 years ago
Update README.md
Brett Camper
More...
over 11 years ago
initial commit (removed WIP label-rendering code for now)
Brett Camper
More...
over 11 years ago
Initial commit
Brett Camper
More...
over 11 years ago
←
1
2
…
152
153
154
155
156
157
158
159
160
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree