1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jan 11, 2025 — Jan 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:webglearth/webglearth More... about 13 years ago
api/: Implemented similar set of extended parameters for the .setPosition() as for the .flyTo() More... about 13 years ago
api/editablepolygon.js: Possibility to destroy with .destroy() + API More... about 13 years ago
api/exports/exports.js: Possibility to remove markers with app.removeMarker(marker) method More... about 13 years ago
we/ui/editablepolygon.js: Minor addition to the previous commit More... about 13 years ago
we/ui/editablepolygon.js: Do not enable the PolyIcon unless it actually has img.src set More... about 13 years ago
we/scene/clipstack.js + we/scene/earth.js: Minor comment fix. More... about 13 years ago
we/scene/earth.js: Earth.getBestAvailablePixelColor(lat, lng) + API (#7) More... about 13 years ago
we/scene/cameraanimator.js: #6: FlyTo: Adjustment when used in Tilted view More... about 13 years ago
we/: #5: Rendering pause/resume in API More... about 13 years ago
we/scene/polygon.js: #4: Polygon overlapping testing + modified demo app More... about 13 years ago
we/ui/markers/abstractmarker.js: #3: Draggers removed from DOM More... about 13 years ago
we/ui/markers/polyicon.js + API: #2: Callback on polygon and icon (implementation cannot use the basic .onclick event on the PolyIcon element because of pointer-events:none. We have to do manual testing.) More... about 13 years ago
we/canvas2image.js + API: #1: Screenshot API adjustment More... about 13 years ago
we/shaders/earth-vs.glsl: Use the sine approximation based on Taylor series to avoid precision errors on certain Intel GPUs More... about 13 years ago
we/scene/polygon.js + we/ui/editablepolygon.js: Use polygon centroid for PolyIcon positioning rather than simple average + export the centroid calculation to the API. More... about 13 years ago
weapp.json, weapp_debug.json: Use the Bing Maps key in the deployed application. More... about 13 years ago
weapp/main.js: Removed forgotten code for polygon testing More... about 13 years ago
Merge branch 'polygon-editing' More... about 13 years ago
we/canvas2image.js: At least (very) basic support for downloading screenshots in Safari browsers More... about 13 years ago
we/ui/markers/polyicon.js: Improved PolyIcon scaling based only on the camera distance and the reference height (+ added maxHeight). More... about 13 years ago
we/ui/editablepolygon.js: Bugfix for click-to-add always firing onclick event + improved demo. More... over 13 years ago
api/polygon.html: Minor bugfix More... over 13 years ago
we/scene/miniglobe.js: Possible idea for a fix for the Mac MiniGlobe problem. Probably won't help, but it's always better to properly resize the viewport. More... over 13 years ago
we/scene/polygon.js: Point-in-polygon testing + polygon.onClick(..) (-> picking) implementation in the API + updated demo More... over 13 years ago
we/ui/editablepolygon.js: Exposed addPoint(), movePoint() and removePoint() through the API + sample usage of addPoint() and movePoint(); More... over 13 years ago
we/scene/polygon.js: When there is a self-intersecting polygon with 4 points, modify the point ordering to solve the problem, rather than having invalid polygon. More... over 13 years ago
we/shaders/miniglobe-vs.glsl: MiniGlobe disappearing fix. More... over 13 years ago
we/scene/scene.js: Do not register pointer events on copyright notices (solves frequent accidental text highlighting during dragging), but DO register point events on <a> elements. More... over 13 years ago
we/scene/miniglobe.js: MiniGlobe now has it's own canvas and when screenshots are made, it is render with higher z-index than all the markers. More... over 13 years ago