summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/leaflet.js/layer/vector/index.js
blob: 2373a419108b2feb3baa64371b362ddc59de0a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export {Renderer} from './Renderer';
export {Canvas, canvas} from './Canvas';
import {SVG, create, pointsToPath, svg} from './SVG';
SVG.create = create;
SVG.pointsToPath = pointsToPath;
export {SVG, svg};
import './Renderer.getRenderer';	// This is a bit of a hack, but needed because circular dependencies

export {Path} from './Path';
export {CircleMarker, circleMarker} from './CircleMarker';
export {Circle, circle} from './Circle';
export {Polyline, polyline} from './Polyline';
export {Polygon, polygon} from './Polygon';
export {Rectangle, rectangle} from './Rectangle';