| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ export class AddressMatchService extends CommonServiceBase { | |||
| 30 | 30 | scope: me, | |
| 31 | 31 | processCompleted: callback, | |
| 32 | 32 | processFailed: callback | |
| 33 | - }, | ||
| 33 | + } | ||
| 34 | 34 | }); | |
| 35 | 35 | addressMatchService.code(me.url + '/geocoding', params); | |
| 36 | 36 | return me; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -979,7 +979,7 @@ export var AnalystSizeUnit = SuperMap.AnalystSizeUnit = { | |||
| 979 | 979 | "KILOMETER": "Kilometer", | |
| 980 | 980 | "YARD": "Yard", | |
| 981 | 981 | "FOOT": "Foot", | |
| 982 | - "MILE": "Mile", | ||
| 982 | + "MILE": "Mile" | ||
| 983 | 983 | }; | |
| 984 | 984 | /** | |
| 985 | 985 | * @name StatisticAnalystMode | |
@@ -1011,6 +1011,5 @@ export var StatisticAnalystMode = SuperMap.StatisticAnalystMode = { | |||
| 1011 | 1011 | */ | |
| 1012 | 1012 | export var SummaryType = SuperMap.SummaryType = { | |
| 1013 | 1013 | "SUMMARYMESH": "SUMMARYMESH", | |
| 1014 | - "SUMMARYREGION": "SUMMARYREGION", | ||
| 1015 | - | ||
| 1014 | + "SUMMARYREGION": "SUMMARYREGION" | ||
| 1016 | 1015 | }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments