ym-gis-2d 1.0.10 → 1.0.12
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/assets/main.css +26 -2
- package/capabilities/index.js +1 -1
- package/controls/ControlManager.js +1 -1
- package/controls/IControlOptions.d.ts +1 -0
- package/controls/IControlOptions.d.ts.map +1 -1
- package/controls/LegendControl.d.ts +35 -0
- package/controls/LegendControl.d.ts.map +1 -0
- package/controls/LegendControl.js +1 -0
- package/controls/LegendControl.js.map +1 -0
- package/controls/MousePositionControl.js +1 -1
- package/controls/SwipeLayerControl.js +1 -1
- package/conver/kml/geoJSONToKml.js +1 -1
- package/conver/kml/index.js +1 -1
- package/conver/kml/kmlToGeoJSON.js +1 -1
- package/entity/Feature.js +1 -1
- package/entity/GeometryType.js +1 -1
- package/entity/layer/IMapService.d.ts +15 -0
- package/entity/layer/IMapService.d.ts.map +1 -1
- package/entity/legend/IGraphicSymbol.d.ts +15 -0
- package/entity/legend/IGraphicSymbol.d.ts.map +1 -0
- package/entity/legend/IGraphicSymbol.js +1 -0
- package/entity/legend/IGraphicSymbol.js.map +1 -0
- package/entity/legend/ILegend.d.ts +20 -0
- package/entity/legend/ILegend.d.ts.map +1 -0
- package/entity/legend/ILegend.js +1 -0
- package/entity/legend/ILegend.js.map +1 -0
- package/entity/legend/ILineSymbol.d.ts +23 -0
- package/entity/legend/ILineSymbol.d.ts.map +1 -0
- package/entity/legend/ILineSymbol.js +1 -0
- package/entity/legend/ILineSymbol.js.map +1 -0
- package/entity/legend/IPointSymbol.d.ts +32 -0
- package/entity/legend/IPointSymbol.d.ts.map +1 -0
- package/entity/legend/IPointSymbol.js +1 -0
- package/entity/legend/IPointSymbol.js.map +1 -0
- package/entity/legend/IPolygonSymbol.d.ts +31 -0
- package/entity/legend/IPolygonSymbol.d.ts.map +1 -0
- package/entity/legend/IPolygonSymbol.js +1 -0
- package/entity/legend/IPolygonSymbol.js.map +1 -0
- package/entity/legend/IRule.d.ts +20 -0
- package/entity/legend/IRule.d.ts.map +1 -0
- package/entity/legend/IRule.js +1 -0
- package/entity/legend/IRule.js.map +1 -0
- package/entity/legend/ISymbol.d.ts +22 -0
- package/entity/legend/ISymbol.d.ts.map +1 -0
- package/entity/legend/ISymbol.js +1 -0
- package/entity/legend/ISymbol.js.map +1 -0
- package/feature/FeatureManager.js +1 -1
- package/index.js +1 -1
- package/interaction/Draw.js +1 -1
- package/interaction/InteractionManager.js +1 -1
- package/interaction/Select.js +1 -1
- package/layers/ArcgisDynamicLayer.js +1 -1
- package/layers/ArcgisFeatureLayer.js +1 -1
- package/layers/ArcgisTileLayer.js +1 -1
- package/layers/ArcgisWMSLayer.js +1 -1
- package/layers/ArcgisWMTSLayer.js +1 -1
- package/layers/GeoserverVectorTile.js +1 -1
- package/layers/GeoserverWFSLayer.js +1 -1
- package/layers/GeoserverWMSLayer.js +1 -1
- package/layers/GeoserverWMTSLayer.js +1 -1
- package/layers/LayerManager.js +1 -1
- package/layers/TDTLayer.js +1 -1
- package/mapView/Map.d.ts.map +1 -1
- package/mapView/Map.js +1 -1
- package/mapView/Map.js.map +1 -1
- package/mapView/View.js +1 -1
- package/package.json +1 -1
- package/plot/Plot.js +1 -1
- package/plot/geometry/point/Point.js +1 -1
- package/plot/geometry/polygon/BasePolygon.js +1 -1
- package/plot/geometry/polygon/Circle.js +1 -1
- package/plot/geometry/polygon/Polygon.js +1 -1
- package/plot/geometry/polygon/RectAngle.js +1 -1
- package/plot/geometry/polyline/BaseLine.js +1 -1
- package/plot/geometry/polyline/Polyline.js +1 -1
- package/style/PointStyleFormat.js +1 -1
- package/style/PolygonStyleFormat.js +1 -1
- package/style/PolylineStyleFormat.js +1 -1
- package/style/StyleManager.js +1 -1
- package/style/common.js +1 -1
- package/style.css +1 -1
- package/utils/ArrayUtil.js +1 -1
- package/utils/AxiosUtil.js +1 -1
- package/utils/EsriUtil.js +1 -1
- package/utils/GeometryUtil.js +1 -1
- package/utils/LayerUtil.d.ts +13 -0
- package/utils/LayerUtil.d.ts.map +1 -1
- package/utils/LayerUtil.js +1 -1
- package/utils/LayerUtil.js.map +1 -1
- package/utils/RegisterProjUtil.js +1 -1
- package/utils/ResolutionUtil.js +1 -1
- package/utils/StringUtil.js +1 -1
- package/utils/StyleUtil.js +1 -1
- package/utils/UrlUtil.js +1 -1
- package/utils/XmlUtil.js +1 -1
- package/utils/format/CQL.js +1 -1
- package/utils/format/IsMatchCql.js +1 -1
- package/utils/plug/canvas/ImageCache.js +1 -1
- package/utils/plug/canvas/PinBuilder.js +1 -1
- package/utils/plug/canvas/PinIcon.js +1 -1
- package/utils/plug/canvas/writeTextToCanvas.js +1 -1
- package/utils/tasks/esri/Identify.js +1 -1
- package/utils/tasks/esri/Query.js +1 -1
- package/utils/tasks/esri/Task.js +1 -1
- package/utils/tasks/geoserver/QueryTask.js +1 -1
- package/utils/tasks/index.js +1 -1
- package/ym-gis-2d.es.js +1 -1
- package/ym-gis-2d.umd.js +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.