Installed leaflet in extlib
authorJoar Wandborg <git@wandborg.com>
Tue, 10 Jan 2012 00:54:37 +0000 (01:54 +0100)
committerJoar Wandborg <git@wandborg.com>
Wed, 25 Jan 2012 22:42:04 +0000 (23:42 +0100)
commitc5ba5b0456a711d157e317f220e9c739226e7f50
tree2800568ac8e484649a978e0fe7e682a8bcfe20d4
parentc47a03b909ecd97cab5b144d0cab007b62b92a90
Installed leaflet in extlib
96 files changed:
extlib/leaflet/CHANGELOG.md [new file with mode: 0644]
extlib/leaflet/LICENSE [new file with mode: 0644]
extlib/leaflet/README.md [new file with mode: 0644]
extlib/leaflet/debug/control/map-control.html [new file with mode: 0644]
extlib/leaflet/debug/css/mobile.css [new file with mode: 0644]
extlib/leaflet/debug/css/screen.css [new file with mode: 0644]
extlib/leaflet/debug/geojson/geojson-sample.js [new file with mode: 0644]
extlib/leaflet/debug/geojson/geojson.html [new file with mode: 0644]
extlib/leaflet/debug/leaflet-include.js [new file with mode: 0644]
extlib/leaflet/debug/map/canvas.html [new file with mode: 0644]
extlib/leaflet/debug/map/map-mobile.html [new file with mode: 0644]
extlib/leaflet/debug/map/map.html [new file with mode: 0644]
extlib/leaflet/debug/map/wms-marble.html [new file with mode: 0644]
extlib/leaflet/debug/map/wms.html [new file with mode: 0644]
extlib/leaflet/debug/vector/route.js [new file with mode: 0644]
extlib/leaflet/debug/vector/vector-mobile.html [new file with mode: 0644]
extlib/leaflet/debug/vector/vector.html [new file with mode: 0644]
extlib/leaflet/spec/runner.html [new file with mode: 0644]
extlib/leaflet/spec/suites/LeafletSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/SpecHelper.js [new file with mode: 0644]
extlib/leaflet/spec/suites/core/ClassSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/core/EventsSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/core/UtilSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/dom/DomEventSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/dom/DomUtilSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/geo/LatLngBoundsSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/geo/LatLngSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/geo/ProjectionSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/geometry/BoundsSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/geometry/PointSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/geometry/TransformationSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/layer/TileLayerSpec.js [new file with mode: 0644]
extlib/leaflet/spec/suites/map/MapSpec.js [new file with mode: 0644]
extlib/leaflet/src/Leaflet.js [new file with mode: 0644]
extlib/leaflet/src/control/Control.Attribution.js [new file with mode: 0644]
extlib/leaflet/src/control/Control.Zoom.js [new file with mode: 0644]
extlib/leaflet/src/control/Control.js [new file with mode: 0644]
extlib/leaflet/src/core/Browser.js [new file with mode: 0644]
extlib/leaflet/src/core/Class.js [new file with mode: 0644]
extlib/leaflet/src/core/Events.js [new file with mode: 0644]
extlib/leaflet/src/core/Util.js [new file with mode: 0644]
extlib/leaflet/src/dom/DomEvent.DoubleTap.js [new file with mode: 0644]
extlib/leaflet/src/dom/DomEvent.js [new file with mode: 0644]
extlib/leaflet/src/dom/DomUtil.js [new file with mode: 0644]
extlib/leaflet/src/dom/Draggable.js [new file with mode: 0644]
extlib/leaflet/src/dom/transition/Transition.Native.js [new file with mode: 0644]
extlib/leaflet/src/dom/transition/Transition.Timer.js [new file with mode: 0644]
extlib/leaflet/src/dom/transition/Transition.js [new file with mode: 0644]
extlib/leaflet/src/geo/LatLng.js [new file with mode: 0644]
extlib/leaflet/src/geo/LatLngBounds.js [new file with mode: 0644]
extlib/leaflet/src/geo/crs/CRS.EPSG3395.js [new file with mode: 0644]
extlib/leaflet/src/geo/crs/CRS.EPSG3857.js [new file with mode: 0644]
extlib/leaflet/src/geo/crs/CRS.EPSG4326.js [new file with mode: 0644]
extlib/leaflet/src/geo/crs/CRS.js [new file with mode: 0644]
extlib/leaflet/src/geo/projection/Projection.LonLat.js [new file with mode: 0644]
extlib/leaflet/src/geo/projection/Projection.Mercator.js [new file with mode: 0644]
extlib/leaflet/src/geo/projection/Projection.SphericalMercator.js [new file with mode: 0644]
extlib/leaflet/src/geo/projection/Projection.js [new file with mode: 0644]
extlib/leaflet/src/geometry/Bounds.js [new file with mode: 0644]
extlib/leaflet/src/geometry/LineUtil.js [new file with mode: 0644]
extlib/leaflet/src/geometry/Point.js [new file with mode: 0644]
extlib/leaflet/src/geometry/PolyUtil.js [new file with mode: 0644]
extlib/leaflet/src/geometry/Transformation.js [new file with mode: 0644]
extlib/leaflet/src/handler/DoubleClickZoom.js [new file with mode: 0644]
extlib/leaflet/src/handler/Handler.js [new file with mode: 0644]
extlib/leaflet/src/handler/MapDrag.js [new file with mode: 0644]
extlib/leaflet/src/handler/MarkerDrag.js [new file with mode: 0644]
extlib/leaflet/src/handler/ScrollWheelZoom.js [new file with mode: 0644]
extlib/leaflet/src/handler/ShiftDragZoom.js [new file with mode: 0644]
extlib/leaflet/src/handler/TouchZoom.js [new file with mode: 0644]
extlib/leaflet/src/layer/FeatureGroup.js [new file with mode: 0644]
extlib/leaflet/src/layer/GeoJSON.js [new file with mode: 0644]
extlib/leaflet/src/layer/ImageOverlay.js [new file with mode: 0644]
extlib/leaflet/src/layer/LayerGroup.js [new file with mode: 0644]
extlib/leaflet/src/layer/Popup.js [new file with mode: 0644]
extlib/leaflet/src/layer/marker/Icon.js [new file with mode: 0644]
extlib/leaflet/src/layer/marker/Marker.Popup.js [new file with mode: 0644]
extlib/leaflet/src/layer/marker/Marker.js [new file with mode: 0644]
extlib/leaflet/src/layer/tile/TileLayer.Canvas.js [new file with mode: 0644]
extlib/leaflet/src/layer/tile/TileLayer.WMS.js [new file with mode: 0644]
extlib/leaflet/src/layer/tile/TileLayer.js [new file with mode: 0644]
extlib/leaflet/src/layer/vector/Circle.js [new file with mode: 0644]
extlib/leaflet/src/layer/vector/CircleMarker.js [new file with mode: 0644]
extlib/leaflet/src/layer/vector/MultiPoly.js [new file with mode: 0644]
extlib/leaflet/src/layer/vector/Path.Popup.js [new file with mode: 0644]
extlib/leaflet/src/layer/vector/Path.VML.js [new file with mode: 0644]
extlib/leaflet/src/layer/vector/Path.js [new file with mode: 0644]
extlib/leaflet/src/layer/vector/Polygon.js [new file with mode: 0644]
extlib/leaflet/src/layer/vector/Polyline.js [new file with mode: 0644]
extlib/leaflet/src/map/Map.js [new file with mode: 0644]
extlib/leaflet/src/map/ext/Map.Control.js [new file with mode: 0644]
extlib/leaflet/src/map/ext/Map.Geolocation.js [new file with mode: 0644]
extlib/leaflet/src/map/ext/Map.PanAnimation.js [new file with mode: 0644]
extlib/leaflet/src/map/ext/Map.Popup.js [new file with mode: 0644]
extlib/leaflet/src/map/ext/Map.ZoomAnimation.js [new file with mode: 0644]
mediagoblin/static/extlib/leaflet [new symlink]