niney 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.d.ts +49 -0
  2. package/index.js +4091 -0
  3. package/package.json +15 -0
package/index.d.ts ADDED
@@ -0,0 +1,49 @@
1
+ export const AggressiveSelectFeatureCommand: any;
2
+ export const AnimationTimer: any;
3
+ export const Bounds: any;
4
+ export const BoundsModel: any;
5
+ export const CenterScale: any;
6
+ export const CSSConverter: any;
7
+ export const CSVConverter: any;
8
+ export const EmptyFeatureCommand: any;
9
+ export const Envelope: any;
10
+ export const EnvelopeModel: any;
11
+ export const Feature: any;
12
+ export const FeatureModel: any;
13
+ export const FeatureType: any;
14
+ export const Filter: any;
15
+ export const FilterModel: any;
16
+ export const FocusModel: any;
17
+ export const GeometryCollection: any;
18
+ export const Geometry: any;
19
+ export const GeometryTools: any;
20
+ export const JSONConverter: any;
21
+ export const Layer: any;
22
+ export const LineString: any;
23
+ export const Loader: any;
24
+ export const MapController: any;
25
+ export const MapFeatureModel: any;
26
+ export const PanSpeedTimer: any;
27
+ export const Point: any;
28
+ export const Polygon: any;
29
+ export const Property: any;
30
+ export const PropertyType: any;
31
+ export const SelectFeatureCommand: any;
32
+ export const SelectionModel: any;
33
+ export const SRS: any;
34
+ export const SVGConverter: any;
35
+ export const Tile: any;
36
+ export const TileModel: any;
37
+ export const Timer: any;
38
+ export const ToggleSelectFeatureCommand: any;
39
+ export const ToURLFeatureCommand: any;
40
+ export const URLClassificationConverter: any;
41
+ export const URLFilterConverter: any;
42
+ export const UTFGridModel: any;
43
+ export const VectorTile: any;
44
+ export const VectorTileModel: any;
45
+ export const WKTConverter: any;
46
+ export const WMSInfo: any;
47
+ export const WMSModel: any;
48
+ export const WMSProtocol: any;
49
+ export const ZoomLevel: any;