@@ -29,8 +29,8 @@ module ChartMap =
29
29
[<Optional; DefaultParameterValue( null ) >] ? Zmin ,
30
30
[<Optional; DefaultParameterValue( null ) >] ? Zmax ) =
31
31
32
- TraceMap .initChoroplethMap (
33
- TraceMapStyle .ChoroplethMap(
32
+ TraceGeo .initChoroplethMap (
33
+ TraceGeoStyle .ChoroplethMap(
34
34
Locations= locations,
35
35
Z= z,
36
36
?Text= Text,
@@ -102,8 +102,8 @@ module ChartMap =
102
102
[<Optional; DefaultParameterValue( null ) >] ? Fillcolor
103
103
) =
104
104
105
- TraceMap .initScatterGeo(
106
- TraceMapStyle .ScatterGeo(
105
+ TraceGeo .initScatterGeo(
106
+ TraceGeoStyle .ScatterGeo(
107
107
mode = mode ,
108
108
Longitudes = longitudes ,
109
109
Latitudes = latitudes ,
@@ -176,8 +176,8 @@ module ChartMap =
176
176
) =
177
177
let longitudes , latitudes = Seq.unzip lonlat
178
178
179
- TraceMap .initScatterGeo(
180
- TraceMapStyle .ScatterGeo(
179
+ TraceGeo .initScatterGeo(
180
+ TraceGeoStyle .ScatterGeo(
181
181
mode = mode ,
182
182
Longitudes = longitudes ,
183
183
Latitudes = latitudes ,
@@ -248,8 +248,8 @@ module ChartMap =
248
248
[<Optional; DefaultParameterValue( null ) >] ? Fillcolor
249
249
) =
250
250
251
- TraceMap .initScatterGeo(
252
- TraceMapStyle .ScatterGeo(
251
+ TraceGeo .initScatterGeo(
252
+ TraceGeoStyle .ScatterGeo(
253
253
mode = mode ,
254
254
?Locations = locations ,
255
255
?GeoJson = GeoJson ,
@@ -314,8 +314,8 @@ module ChartMap =
314
314
315
315
let changeMode = StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
316
316
317
- TraceMap .initScatterGeo(
318
- TraceMapStyle .ScatterGeo(
317
+ TraceGeo .initScatterGeo(
318
+ TraceGeoStyle .ScatterGeo(
319
319
mode = changeMode StyleParam.Mode.Markers ,
320
320
Longitudes = longitudes ,
321
321
Latitudes = latitudes ,
@@ -379,8 +379,8 @@ module ChartMap =
379
379
let changeMode = StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
380
380
let longitudes , latitudes = Seq.unzip lonlat
381
381
382
- TraceMap .initScatterGeo(
383
- TraceMapStyle .ScatterGeo(
382
+ TraceGeo .initScatterGeo(
383
+ TraceGeoStyle .ScatterGeo(
384
384
mode = changeMode StyleParam.Mode.Markers ,
385
385
Longitudes = longitudes ,
386
386
Latitudes = latitudes ,
@@ -443,8 +443,8 @@ module ChartMap =
443
443
444
444
let changeMode = StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
445
445
446
- TraceMap .initScatterGeo(
447
- TraceMapStyle .ScatterGeo(
446
+ TraceGeo .initScatterGeo(
447
+ TraceGeoStyle .ScatterGeo(
448
448
mode = changeMode StyleParam.Mode.Markers ,
449
449
?Locations = locations ,
450
450
?GeoJson = GeoJson ,
@@ -522,8 +522,8 @@ module ChartMap =
522
522
StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
523
523
>> StyleParam.ModeUtils.showMarker ( isShowMarker)
524
524
525
- TraceMap .initScatterGeo(
526
- TraceMapStyle .ScatterGeo(
525
+ TraceGeo .initScatterGeo(
526
+ TraceGeoStyle .ScatterGeo(
527
527
mode = changeMode StyleParam.Mode.Lines,
528
528
Longitudes = longitudes ,
529
529
Latitudes = latitudes ,
@@ -598,8 +598,8 @@ module ChartMap =
598
598
>> StyleParam.ModeUtils.showMarker ( isShowMarker)
599
599
let longitudes , latitudes = Seq.unzip lonlat
600
600
601
- TraceMap .initScatterGeo(
602
- TraceMapStyle .ScatterGeo(
601
+ TraceGeo .initScatterGeo(
602
+ TraceGeoStyle .ScatterGeo(
603
603
mode = changeMode StyleParam.Mode.Lines,
604
604
Longitudes = longitudes ,
605
605
Latitudes = latitudes ,
@@ -674,8 +674,8 @@ module ChartMap =
674
674
StyleParam.ModeUtils.showText ( TextPosition.IsSome || TextFont.IsSome)
675
675
>> StyleParam.ModeUtils.showMarker ( isShowMarker)
676
676
677
- TraceMap .initScatterGeo(
678
- TraceMapStyle .ScatterGeo(
677
+ TraceGeo .initScatterGeo(
678
+ TraceGeoStyle .ScatterGeo(
679
679
mode = changeMode StyleParam.Mode.Lines,
680
680
Locations = locations ,
681
681
?GeoJson = GeoJson ,
@@ -731,8 +731,8 @@ module ChartMap =
731
731
[<Optional; DefaultParameterValue( null ) >] ? Fillcolor
732
732
) =
733
733
734
- TraceMap .initScatterMapbox(
735
- TraceMapStyle .ScatterMapbox(
734
+ TraceMapbox .initScatterMapbox(
735
+ TraceMapboxStyle .ScatterMapbox(
736
736
mode = mode ,
737
737
Longitudes = longitudes ,
738
738
Latitudes = latitudes ,
@@ -1079,8 +1079,8 @@ module ChartMap =
1079
1079
[<Optional; DefaultParameterValue( null ) >] ? ZMax
1080
1080
) =
1081
1081
1082
- TraceMap .initChoroplethMapbox (
1083
- TraceMapStyle .ChoroplethMapbox (
1082
+ TraceMapbox .initChoroplethMapbox (
1083
+ TraceMapboxStyle .ChoroplethMapbox (
1084
1084
Z = z,
1085
1085
Locations = locations,
1086
1086
GeoJson = geoJson,
@@ -1128,8 +1128,8 @@ module ChartMap =
1128
1128
[<Optional; DefaultParameterValue( null ) >] ? ZMid ,
1129
1129
[<Optional; DefaultParameterValue( null ) >] ? ZMax
1130
1130
) =
1131
- TraceMap .initDensityMapbox(
1132
- TraceMapStyle .DensityMapbox(
1131
+ TraceMapbox .initDensityMapbox(
1132
+ TraceMapboxStyle .DensityMapbox(
1133
1133
Longitudes = lon,
1134
1134
Latitudes = lat,
1135
1135
?Z = Z,
0 commit comments