[Pkg-javascript-commits] [leaflet] annotated tag v0.2 created (now 8b315d9)
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 20:09:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag v0.2
in repository leaflet.
at 8b315d9 (tag)
tagging 0800c241c125e69140b191c79c478ac334d07563 (commit)
replaces v0.1
tagged by Mourner
on Fri Jun 17 19:50:05 2011 +0300
- Log -----------------------------------------------------------------
Version 0.2
Carl Meyer (3):
Fixed MultiPolygon bug in GeoJSON support.
Fixed mis-spelling of Path.VML.js in deps.js.
Added setStyle method for MultiPolyLine and MultiPolygon.
H. Westphal (1):
Allow creation of empty L.LatLngBounds
Jason Davies (1):
Add noWrap option to TileLayer.
Jason Sanford (2):
Adding options to L.Map.locate that follows the PositionOptions spec for the W3C Geolocation API. You can now pass "enableHighAccuracy" and "maximumAge" to get fresh, accurate positions.
Adding private _redraw method. This should fix #124
Matt Spence (2):
Added documentation for marker draggable
Added documentation for marker draggable
Max Ogden (1):
fixing typo
Miroff (1):
Fixed issue #84 Panning is really slow under HTC Hero (Android 2.2)
Mourner (180):
Merge remote branch 'origin/gh-pages' into HEAD
remove default index
docs files
docs files
Merge branch 'master' into HEAD
add forkme badge
update docs
github and twitter icons
tweet and facebook like buttons, font fix
update docs
rename API reference to Documentation
fix scrolled document mouse position bug
update Facebook description
Merge branch 'master' into HEAD
Fork -> Source
update docs
docs table of contents
Point docs
update description, remove arrows
update description
update contents layout
table of contents styling
update toc
update docs
Merge branch 'master' into HEAD
zoom animation refactoring and fixing, at last smooth zoom works like
merge, update docs
features page
update docs
Merge branch 'master' into HEAD
Merge remote branch 'origin/gh-pages' into HEAD
Merge branch 'master' into HEAD
features update
minor tweak
minor fixes
more tweaks
new domain settings
update link on tweet/fb buttons
Merge branch 'master' into HEAD
zoom control
Merge branch 'master' into HEAD
Merge branch 'master' into HEAD
increase map size
fix occasional error message in TileLayer.js under mobile webkit
touch zoom fix, should improve #32 a lot
update docs
update docs
update features
Merge branch 'master' into HEAD
Merge branch 'master' into HEAD
fix merge mistake
fix merge mistake
Merge remote branch 'origin/gh-pages' into HEAD
Merge branch 'master' into HEAD
fix merge error
add attrib control to homepage
update popup docs, fixes #37
fix merge
attribution control docs
examples initial commit
events docs
more event docs
more event docs, tidy up toc
tidy up
Merge branch 'master' into HEAD
facebook image
improve mobile example
SVG handling bugfix, fixes #47
Merge remote branch 'origin/gh-pages' into HEAD
revert accidental commit
temporarily disable zoom animation on Android (until it gets stable),
Merge branch 'master' into HEAD
more Map options docs
Bump version
fix clearing tile background on zoom
remove console.log
Changelog added
Implemented L.TileLayer.WMS (EPSG:3857 only), fixes #50
Merge remote branch 'origin/master'
WMS refactoring
changelog heading
Fixed a bug related to img {max-width: 100%} rule in Firefox
issue links in changelog
Improved geolocation error handling, explicit timeout, fixes #61
changelog cleanup
Fix closed polylines not appearing on the map
revert accidental debug commit
logo in readme
another logo in readme try
zoom-dependent Circle; fixed one is now called CircleMarker, fixes #44
set world view on locateAndSetView failure
Marker setLatLng, fixes #5
dom mouseenter/mouseleave, map mouseover/mousemove/mouseout events
ie8 vml fix, mouseover/mousemove/mouseout events for stuff
fix accidentally broken mousewheel
minor ImageOverlay refactoring, onRemove, fixes #8
fix double click zoom when popup is opened on click, fixes #48
fix VML paths cursor if clickable
small vml cleanup
opera fixes
fix map occasionally breaking while zooming on iOS, fixes #32
TileLayer opacity option
several marker bugfixes, fixes #66
update closure compiler
fixed build script typo, reported in #61
Merge branch 'master' of git at github.com:CloudMade/Leaflet.git
popup animation in Firefox/Opera, fixes #21
update changelog
Poly addLatLng, setLatLngs, spliceLatLngs methods, fixes #74
minor Polyline methods improvements
LatLngBounds#contains(LatLng), Bounds#contains(Point), fixes #76
tile layer refactoring
canvas tile layer
TileLayer.Canvas
Merge branch 'tms' of https://github.com/tmcw/Leaflet into tmcw-tms
Merge branch 'tmcw-tms'
update changelog
fix accidentally broken tiles in IE6-8, fix SVG in IE9, fixes #83
fix WMS tiles not loading near date line
title option for markers, fixes #86
blue marble wms example
started work on projections
fix tile loading regression, fixes #87, fixes #91
improve projections support, add EPSG:3395 (real mercator)
forgot to add several source files
update changelog
fix accidental global var
fix whitespace
update changelog
fix tile opacity in IE, fixes #90
update build
fix regression in Circle, fixes #92
revert android fix as it prevents clicks on iphone :(
reverted htc hero fix
fix TileLayer.Canvas regression
Merge remote branch 'origin/master'
cleanup
minor attribution improvement
async option in TileLayer.Canvas
fix bug with some tiles not loading in tms layer, fixes #97
Merge remote branch 'origin/master'
improve debug handling
fix map div absolute position bug, fixes #100
fix bug with some tiles not loading, fixes #97, update changelog
fix popup setContent, fixes #94
#96
fix bug with click propagation on popup close button, fixes #99
Popup now accepts HTML element as content too, fixes #9
fix bug with removing/readding tile layers
more TileLayer onRemove fix
updated BSD license
TileLayer setOpacity method, fixes #102
fix scrollWheelZoom date line issue, part of #105
fix potential memory leak, closes #107
added LayerGroup and FeatureGroup layers
add MultiPolygon and MultiPolyline layers
GeoJSON (finally!), setStyle for paths
update build and changelog, closes #77, closes #13
cleanup changelog
more detailed example
popup fixes, marker setIcon
update basic example using FeatureGroup
moved CircleMarker radius to options, 10 by default
Supposedly fixed error on iOS 3, closes #113
pass options to locateAndSetView
update changelog
Fix L variable definition, closes #122
minor Path refactoring, update build after Jason commits
minor GeoJSON refactoring, reverse option in coordsToLatLngs
CSS cleanup (thanks to CSSLint)
improve typograhy
remove slow and unnecessary code from zoom anim logic, related to #123
update changelog
fix HTC Hero panning, closes #84 (hopefully)
improve mobile webkit click responsiveness, fix clicks in Android 2.1
don't use setTimeout on drag for browsers without requestAnimFrame
add tap tolerance for better mobile usability, update changelog
parse string coordinates in GeoJSON, closes #136
fix panning on Android 3, closes #121
opera mobile fixes, closes #138
Tom MacWright (2):
Adding a makefile for non-Windows machines
Adding TMS support to Leaflet with a scheme: 'tms' option.
Vladimir Agafonkin (13):
github generated gh-pages branch
Update Changelog (WMS)
Merge pull request #71 from maxogden/patch-1
Merge pull request #79 from tmcw/makefile
Merge pull request #89 from Miroff/master
Merge pull request #95 from snc/latlngbounds-patch-1
Merge pull request #98 from antonj/master
Merge pull request #114 from carljm/geojson-multipolygon
Merge pull request #115 from carljm/deps-pathvml
Merge pull request #116 from carljm/multipoly-setstyle
Merge pull request #119 from JasonSanford/master
Merge pull request #128 from JasonSanford/master
Merge pull request #134 from jasondavies/tile-nowrap
antonj (2):
Dynamically determine path of scripts to include in include.js
Fix null pointer error leaflet-include.js
mourner (48):
Merge branch 'master' into HEAD
update features
update features
features update
popup docs
update docs
more docs, style update
website design update
Minor tweaks
cross-browser CSS3 styles
minor logo tweak
design tweaks
minor tweaks
add beautiful logo, update design (thanks to Ksenia)
small tweaks
bigger shadow
favicon
favicon fix
Merge branch 'gh-pages' of https://github.com/msaspence/Leaflet into msaspence-gh-pages
minor marker docs update
docs update
examples
Merge remote branch 'origin/master' into HEAD
first example
Merge branch 'master' into HEAD
first example finished
titles update
initial mobile example
Merge branch 'master' into HEAD
mobile example
mobile example finished
Merge remote branch 'origin/projections' into HEAD
finished projections improvement
Merge remote branch 'origin/master'
fix whitespace
update changelog
typo
fix accidental global variable
Revert getTarget-related refactoring, fixes #87 (IE8 error)
accidentally merged gh-pages into master, removing this stuff :(
update build after carljm's fixes
fix global map var regression, closes #117
update build after Jason additions
improve panning performance considerably, closes #130
update build
fix license whitespace
update changelog
fix typo
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list