0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 11 days ago. based on code collected 12 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
whitespace 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 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 More... over 11 years ago
add proper mercator projection for all geometry More... over 11 years ago
update title/doc More... over 11 years ago
support dynamic/function-based feature colors More... over 11 years ago
fix layer sorting (scale to 0-1 for webgl) More... over 11 years ago
initial WebGL implementation initial breakout of rendering into separate classes for canvas and webgl More... over 11 years ago
list of common locations More... over 11 years ago
better compatibility for Canvas.context.setLineDash 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 More... over 11 years ago
make tile_min and tile_max properties of tile More... over 11 years ago
factor out GeoJSON coordinate transforms and rendering support more types (properly rendering MultiLineString now) 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 More... over 11 years ago
support default line size option More... over 11 years ago
add support for specifying lat-lng on URL More... over 11 years ago
stray lines More... over 11 years ago
add link to source on github More... over 11 years ago
Update README.md More... over 11 years ago
initial commit (removed WIP label-rendering code for now) More... over 11 years ago
Initial commit More... over 11 years ago