esri-gl 1.0.0 → 1.0.2
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.
- package/README.md +46 -23
- package/dist/{IdentifyImage-DWBF8K_a.js → IdentifyImage-DmyKcbAv.js} +7 -4
- package/dist/IdentifyImage-DmyKcbAv.js.map +1 -0
- package/dist/{index-CfCttkZx.d.ts → index-DczUYC4z.d.ts} +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1653 -33
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/react-map-gl.d.ts +3 -3
- package/dist/react-map-gl.js +3 -3
- package/dist/react.d.ts +4 -4
- package/dist/react.js +3 -3
- package/dist/{useFeatureService-B0ot0WFz.js → useFeatureService-E9PiUOLP.js} +2 -2
- package/dist/{useFeatureService-B0ot0WFz.js.map → useFeatureService-E9PiUOLP.js.map} +1 -1
- package/dist/{useFeatureService-BmqltfVc.d.ts → useFeatureService-QUqwJcet.d.ts} +1 -1
- package/package.json +6 -5
- package/dist/IdentifyImage-DWBF8K_a.js.map +0 -1
|
@@ -1336,6 +1336,7 @@ interface IdentifyFeaturesOptions {
|
|
|
1336
1336
|
dynamicLayers?: unknown[];
|
|
1337
1337
|
mapExtent?: [number, number, number, number];
|
|
1338
1338
|
imageDisplay?: [number, number, number];
|
|
1339
|
+
dpi?: number;
|
|
1339
1340
|
sr?: string | number;
|
|
1340
1341
|
layerTimeOptions?: Record<string, unknown>;
|
|
1341
1342
|
time?: number[] | Date[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { j as AGOLServiceError, A as ApplyEditsResult, k as AttachmentInfo, B as BatchLayerOperation, l as BetweenFilter, C as ComparisonFilter, m as ComparisonOp, n as DynamicLayer, D as DynamicMapService, a as EditResult, o as EsriDrawingInfo, p as EsriDynamicMapLayerSource, q as EsriRenderer, E as EsriServiceOptions, r as EsriTextSymbol, s as Extent, g as FeatureService, F as FeatureServiceOptions, t as FeatureSet, u as FieldInfo, v as Find, G as GroupFilter, w as IdentifyFeatures, i as IdentifyImage, e as ImageService, c as ImageServiceOptions, x as InFilter, L as LayerFilter, y as LayerInfo, z as LayerLabelingInfo, H as LayerMetadata, J as LayerQueryOptions, K as LayerScaleRange, M as LayerSpecification, N as LayerTimeOptions, O as LayerUpdateEvent, P as LayerUpdateType, Q as LegendInfo, R as LogicalOp, S as MapExportOptions, U as NullFilter, W as PaginatedFeatureCollection, X as Query, Y as RasterSourceOptions, Z as Service, _ as ServiceErrorEvent, $ as ServiceEventType, a0 as ServiceMetadata, a1 as SourceSpecification, a2 as StatisticResult, a3 as Task, T as TiledMapService, a4 as TimeAnimationOptions, h as VectorBasemapStyle, V as VectorBasemapStyleOptions, a5 as VectorSourceOptions, f as VectorTileService, d as VectorTileServiceOptions, a6 as cleanTrailingSlash, a7 as find, a8 as getServiceDetails, a9 as identifyImage, aa as query, ab as updateAttribution } from './index-
|
|
1
|
+
export { j as AGOLServiceError, A as ApplyEditsResult, k as AttachmentInfo, B as BatchLayerOperation, l as BetweenFilter, C as ComparisonFilter, m as ComparisonOp, n as DynamicLayer, D as DynamicMapService, a as EditResult, o as EsriDrawingInfo, p as EsriDynamicMapLayerSource, q as EsriRenderer, E as EsriServiceOptions, r as EsriTextSymbol, s as Extent, g as FeatureService, F as FeatureServiceOptions, t as FeatureSet, u as FieldInfo, v as Find, G as GroupFilter, w as IdentifyFeatures, i as IdentifyImage, e as ImageService, c as ImageServiceOptions, x as InFilter, L as LayerFilter, y as LayerInfo, z as LayerLabelingInfo, H as LayerMetadata, J as LayerQueryOptions, K as LayerScaleRange, M as LayerSpecification, N as LayerTimeOptions, O as LayerUpdateEvent, P as LayerUpdateType, Q as LegendInfo, R as LogicalOp, S as MapExportOptions, U as NullFilter, W as PaginatedFeatureCollection, X as Query, Y as RasterSourceOptions, Z as Service, _ as ServiceErrorEvent, $ as ServiceEventType, a0 as ServiceMetadata, a1 as SourceSpecification, a2 as StatisticResult, a3 as Task, T as TiledMapService, a4 as TimeAnimationOptions, h as VectorBasemapStyle, V as VectorBasemapStyleOptions, a5 as VectorSourceOptions, f as VectorTileService, d as VectorTileServiceOptions, a6 as cleanTrailingSlash, a7 as find, a8 as getServiceDetails, a9 as identifyImage, aa as query, ab as updateAttribution } from './index-DczUYC4z.js';
|
|
2
2
|
export { Map } from 'maplibre-gl';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DynamicMapService, F as FeatureService, a as Find, I as IdentifyFeatures, b as IdentifyImage, c as ImageService, Q as Query, S as Service, T as Task, d as TiledMapService, V as VectorBasemapStyle, e as VectorTileService, f as cleanTrailingSlash, g as find, h as getServiceDetails, i as identifyImage, q as query, u as updateAttribution } from './IdentifyImage-
|
|
1
|
+
export { D as DynamicMapService, F as FeatureService, a as Find, I as IdentifyFeatures, b as IdentifyImage, c as ImageService, Q as Query, S as Service, T as Task, d as TiledMapService, V as VectorBasemapStyle, e as VectorTileService, f as cleanTrailingSlash, g as find, h as getServiceDetails, i as identifyImage, q as query, u as updateAttribution } from './IdentifyImage-DmyKcbAv.js';
|
|
2
2
|
import '@mapbox/tilebelt';
|
|
3
3
|
import 'arcgis-pbf-parser';
|
|
4
4
|
//# sourceMappingURL=index.js.map
|