mapping-component-package-jp 0.3.0 → 0.4.0
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/package.json
CHANGED
|
@@ -4000,12 +4000,12 @@ export class MapOverlayManager {
|
|
|
4000
4000
|
});
|
|
4001
4001
|
}
|
|
4002
4002
|
|
|
4003
|
-
_this.RenderGSGPRegions = function(gpRegionsJson, gsJson, selectedRegion, offsetX, offsetY, vMapWidth, isDashboard) {
|
|
4004
|
-
GSGPRegions_DrawProductionRegions(gpRegionsJson, gsJson, selectedRegion, offsetX, offsetY, vMapWidth, isDashboard);
|
|
4003
|
+
_this.RenderGSGPRegions = function(gpRegionsJson, gsJson, selectedRegion, offsetX, offsetY, vMapWidth, isDashboard, countryIso2) {
|
|
4004
|
+
GSGPRegions_DrawProductionRegions(gpRegionsJson, gsJson, selectedRegion, offsetX, offsetY, vMapWidth, isDashboard, countryIso2);
|
|
4005
4005
|
}
|
|
4006
4006
|
|
|
4007
|
-
_this.RenderGSProvinces = function(provincesJson, gsJson, selectedProvince, offsetX, offsetY, vMapWidth, isDashboard) {
|
|
4008
|
-
GSProvinces_DrawProvinces(provincesJson, gsJson, selectedProvince, offsetX, offsetY, vMapWidth, isDashboard);
|
|
4007
|
+
_this.RenderGSProvinces = function(provincesJson, gsJson, selectedProvince, offsetX, offsetY, vMapWidth, isDashboard, countryIso2) {
|
|
4008
|
+
GSProvinces_DrawProvinces(provincesJson, gsJson, selectedProvince, offsetX, offsetY, vMapWidth, isDashboard, countryIso2);
|
|
4009
4009
|
}
|
|
4010
4010
|
|
|
4011
4011
|
_this.RenderGSWithinRadius = function(gsJson, fieldLat, fieldLng, offsetX, offsetY, radius) {
|