forked from elasticrash/ngx.leaflet.component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
40 lines (40 loc) · 1.52 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
"use strict";
var map_1 = require("./map/map");
var attribution_1 = require("./map/attribution/attribution");
var scale_1 = require("./map/scale/scale");
var zoom_1 = require("./map/zoom/zoom");
var layer_1 = require("./layer/layer");
var image_overlay_1 = require("./imageoverlay/image-overlay");
var marker_1 = require("./marker/marker");
var circle_1 = require("./circle/circle");
var polygon_1 = require("./polygon/polygon");
var polyline_1 = require("./polyline/polyline");
var geojson_1 = require("./geojson/geojson");
var popup_1 = require("./popup/popup");
var group_1 = require("./group/group");
var map_service_1 = require("./services/map.service");
var group_service_1 = require("./services/group.service");
var popup_service_1 = require("./services/popup.service");
var globalId_service_1 = require("./services/globalId.service");
var helper_service_1 = require("./services/helper.service");
exports.CandTLeafletComponent = [
map_1.LeafletElement,
attribution_1.AttributionControl,
scale_1.ScaleControl,
zoom_1.ZoomControl,
layer_1.LayerElement,
image_overlay_1.ImageOverlayElement,
marker_1.MarkerElement,
circle_1.CircleElement,
polygon_1.PolygonElement,
polyline_1.PolylineElement,
geojson_1.GeoJsonElement,
popup_1.PopupElement,
group_1.LeafletGroup
];
exports.CandTLeafletService = [map_service_1.MapService,
group_service_1.GroupService,
popup_service_1.PopupService,
globalId_service_1.GuidService,
helper_service_1.HelperService];
//# sourceMappingURL=index.js.map