mapping-component-package-jp 0.0.24 → 0.0.26

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/dist/index.d.ts CHANGED
@@ -220,6 +220,7 @@ declare class MapOverlayManager {
220
220
  RenderRegions(regionLocations: any[], properties: any, farmLocations: any[], icon: any): void;
221
221
  RenderBackgroundFields(locations: any[], properties: any): void;
222
222
  RenderSAAdministrative(saAdministrativeJson: any[], selectedSAProvince: number, selectedSADM: number, selectedSALM: number, selectedSAWard: number, offsetX: number, offsetY: number, vMapWidth: number, isDashboard: boolean): void;
223
+ RenderSACadastral(saCadastralJson: any, offsetX: number, offsetY: number, vmWidth: number, isDashboard: boolean, fitBounds: boolean): void;
223
224
 
224
225
  // Shape Selection and Management
225
226
  selectShape(shapeId: string | number, selectedStyle: any, unselectedStyle: any): void;