resources.js 91 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762
  1. /* Copyright© 2000 - 2021 SuperMap Software Co.Ltd. All rights reserved.*/
  2. window.examplesResources = {
  3. "app": "SuperMap iClient 9D",
  4. "nav": {
  5. "home": {
  6. "_name": "Home"
  7. },
  8. "overview": {
  9. "_name": "Overview",
  10. "functions": "Functions",
  11. "compatibility": "Compatibility",
  12. "thirdpatry": "ThirdParty",
  13. "license": "License",
  14. "howToChoose": "How to choose"
  15. },
  16. "leaflet": {
  17. "_name": "for Leaflet"
  18. },
  19. "openlayers": {
  20. "_name": "for OpenLayers"
  21. },
  22. "mapboxgl": {
  23. "_name": "for MapboxGL"
  24. },
  25. "classic": {
  26. "_name": "Classic"
  27. },
  28. "3dwebgl": {
  29. "_name": "3D-WebGL"
  30. },
  31. "component": {
  32. "_name": "Component"
  33. },
  34. "product": {
  35. "_name": "Products",
  36. "introduce": "Introduction",
  37. "update": "iClient 8C Upgrade",
  38. "download": "Download",
  39. "guide": "Guide",
  40. "modules": "Modules",
  41. "dependence": "Dependencies",
  42. "license": "License",
  43. "features": "Features"
  44. },
  45. "guide": {
  46. "_name": "Guide",
  47. "beginning": "Getting Started",
  48. "npm": "npm",
  49. "quickStart": "Quick Start",
  50. "projection": "Projection",
  51. "ie8": "Compatible with IE8",
  52. "mapService": "Map Service",
  53. "dataService": "Data Service",
  54. "spatialAnalystService": "Spatial Analysis Service",
  55. "networkAnalystService": "Network Analysis Service",
  56. "trafficTransferAnalystService": "Traffic Transfer Analysis Service",
  57. "processingService": "Distributed Analysis Services",
  58. "dataFlow": "Data Flow Service",
  59. "addressMatch": "Address Match Service",
  60. "visualization": "Visualization"
  61. },
  62. "examples": {
  63. "_name": "Examples",
  64. "iServer": "iServer",
  65. "iPortal": "iPortal",
  66. "Online": "Online",
  67. "iManager": "iManager",
  68. "Elasticsearch": "Elasticsearch",
  69. "viz": "Visualization",
  70. "plot": "Plot",
  71. "dynamicPlot": "Dynamic Plot",
  72. "map": "Map",
  73. "overlay": "Overlay",
  74. "popup": "Popup",
  75. "query": "Query",
  76. "theme": "Thematic Map",
  77. "analysis": "Analysis",
  78. "clientSpatialAnalyst": "Client Spatial Analysis",
  79. "control": "Control",
  80. "components": "Components",
  81. "OGC": "OGC",
  82. "mapping": "Third Party Map",
  83. "others": "Others",
  84. "3D-WebGL": "3D-WebGL",
  85. "multiCoordSys": "Multiple CRS",
  86. "vuecomponents_mbgl": "Vue - MapboxGL",
  87. "vuecomponents_leaflet": "Vue - Leaflet",
  88. "reactcomponents_mbgl": 'React - MapboxGL',
  89. "h5components": "H5",
  90. "template": 'Templates'
  91. },
  92. "more": {
  93. "_name": "More>>",
  94. "version": {
  95. "_name": "Versions"
  96. },
  97. "get": {
  98. "_name": "Download",
  99. "stable": "Stable",
  100. "releases": "Releases",
  101. "source": " Source Code",
  102. "npm": " npm",
  103. "oldVersions": "Older Versions"
  104. },
  105. "language": {
  106. "_name": "Language"
  107. },
  108. "faq": {
  109. "_name": "FAQ"
  110. }
  111. },
  112. "api": {
  113. "_name": "API",
  114. "doc": "Document"
  115. },
  116. "gallery": {
  117. "_name": "Gallery"
  118. },
  119. "soon": "Coming Soon"
  120. },
  121. "footer": {
  122. "download": "Download",
  123. "faq": "FAQ",
  124. "supermap": "SuperMap",
  125. "dituhui": "Dituhui",
  126. "support": "Technical Resource Center",
  127. "tel": "Tel: ",
  128. "sns": " WebGIS Chinese Technical QQ Group: ",
  129. "sns_tips": " (click to join)",
  130. "sns_full": " (full)",
  131. "contact": "Contact us: ",
  132. "join": "Join us: SuperMap Web Client Team",
  133. "join_tips1": "(Please send email to: ",
  134. "join_tips2": " and attach your resume)",
  135. "copyright": "Copyright © 2000-2020 SuperMap Software Co., Ltd. All rights reserved"
  136. },
  137. "editor": {
  138. "expand": " Expand",
  139. "source": " Source",
  140. "title": "Source Code Editor",
  141. "run": " Run",
  142. "reset": " Reset",
  143. "envTips": "Please run the program in server environment!"
  144. },
  145. "resources": {
  146. "title_iPortalUploadData":"Upload Data",
  147. "title_iPortalRegisterData":"Register Data",
  148. "title_edit_attr":"Edit Attribute",
  149. "title_view_detail":"View detail",
  150. "title_share_setting":"Sharing settings",
  151. "title_confirm_delete_resources":"Confirm resources?",
  152. "title_delete_resources":"Delete resources",
  153. "title_resource_address":"Resource address",
  154. "title_googlelayer":"google layer",
  155. "title_osmlayer":"OSM layer",
  156. "title_binglayer":"Bing layer",
  157. "title_tiledMapLayer4326": "4326 Base Map of SuperMap REST",
  158. "title_tiledMapLayer3857": "3857 Base Map of SuperMap REST",
  159. "title_imageMapLayer3857": "3857 Base Map of SuperMap REST (image)",
  160. "title_imageMapLayer4326": "4326 Base Map of SuperMap REST (image)",
  161. "title_tiledMapLayer_rasterfunction": "SuperMap REST Map Service(rasterfunction)",
  162. "title_addressMatchService": "Address Match Service",
  163. "title_bufferAnalyst1": "Buffer Analysis 1",
  164. "title_bufferAnalyst2": "Buffer Analysis 2",
  165. "title_closestFacilitiesService": "Closest Facilities Analysis Service",
  166. "title_densityAnalystService": "Density Analysis Service",
  167. "title_dynamicSegmentation": "Dynamic Segmentation",
  168. "title_findLocation": "Find Location Analysis",
  169. "title_findMTSPPathsService": "Multi-traveler Analysis",
  170. "title_findMTSPPathsAndTSPPaths": "MTSP Paths and TSP Paths Analysis",
  171. "title_findPath": "Best Path Analysis",
  172. "title_findTSPPaths": "TSP Paths Analysis",
  173. "title_interpolationAnalystByDen": "Interpolation Analysis of Point Density",
  174. "title_interpolationAnalystByGeo": "Interpolation Analysis of Discrete Point",
  175. "title_interpolationAnalystByIDW": "Interpolation Analysis of Inverse Distance Weighted",
  176. "title_interpolationAnalystByKriging": "Interpolation Analysis of Kriging",
  177. "title_interpolationAnalystByRBF": "Interpolation Analysis of Radial Basis Function",
  178. "title_mathExpression": "Math Expression Analysis",
  179. "title_overlayAnalyst": "Overlay Analysis",
  180. "title_routeCalculateMeasure": "Route Calculate Measure Analysis",
  181. "title_routeLocatorLine": "Route Locator Line Analysis",
  182. "title_routeLocatorPoint": "Route Locator Point Analysis",
  183. "title_serviceAreas": "Service Area Analysis",
  184. "title_surfaceAnalyst": "Surface Analysis",
  185. "title_terrainCurvatureCalculation": "Terrain Curvature Calculation Analysis",
  186. "title_thiessenAnalyst": "Thiessen Polygon Analysis",
  187. "title_trafficTransfer": "Traffic Transfer Analysis",
  188. "title_buffersAnalystJobService": "Buffers Analysis Service",
  189. "title_areaMeasure": "Area Measurement",
  190. "title_attribution": "Copyright Control",
  191. "title_changeControlsSkin": "Change Controls Skin",
  192. "title_distanceMeasure": "Distance Measurement",
  193. "title_dragFeature": "Mouse Drag Feature Control",
  194. "title_dragpan": "Drag Map Control",
  195. "title_drawGeometry": "Draw Geometry",
  196. "title_featureSnap": "Edit Feature",
  197. "title_layerSwitcher": "Layer Switcher",
  198. "title_navigation": "Basic Operation Controls for Map",
  199. "title_overviewmap": "Overview Map",
  200. "title_panzoombar": "Translation Zoom Control",
  201. "title_scaleline": "Scale Control",
  202. "title_zoom": "Zoom Control",
  203. "title_zoomBox": "Zoom Box Control",
  204. "title_kernelDensityJobService": "Kernel Density Analysis",
  205. "title_3baidu": "Baidu",
  206. "title_3tianditu": "Tianditu",
  207. "title_3857Map": "Mercator Projection Map",
  208. "title_4326Map": "Latitude and Longitude Map",
  209. "title_changchunMap": "Plane Coordinate System Layer",
  210. "title_coordinateTransformation": "Coordinate Transformation",
  211. "title_dynamiclayers": "Dynamic Layer Operation",
  212. "title_image": "Image Layer",
  213. "title_mapevent": "Map Event",
  214. "title_overlayLayer": "Overlay Layer",
  215. "title_toggleMaps": "Toggle Maps",
  216. "title_translation": "Zoom and Translation",
  217. "title_zoomRange": "Set Zoom Level",
  218. "title_mapVLayerHoneycomb": "MapV Layer Honeycomb",
  219. "title_mapVLayerPolylineSimple": "MapV Simple Line",
  220. "title_GeoJSON": "GeoJSON Data Display",
  221. "title_queryByWFS": "Query by WFS",
  222. "title_wcs": "WCS Layer",
  223. "title_wms": "WMS Layer",
  224. "title_wmtsLayer": "WMTS Layer",
  225. "title_a0mapPrint": "Map A0 Printing",
  226. "title_contextMenu": "Custom Right Button Menu",
  227. "title_coordTransfer": "Get Latitude and Longitude Coordinate",
  228. "title_dynamicPieChart": "Dynamic Pie Chart",
  229. "title_windmap": "D3 Wind Map",
  230. "title_zoomablePacking": "D3 Picker",
  231. "title_eChartGraphBar": "Bar Graph of ECharts",
  232. "title_featureRightClick": "Feature Right Click",
  233. "title_jqueryContextMenu": "JQuery Context Menu",
  234. "title_layerGroup": "Layer Group Control",
  235. "title_mapPrint": "Map printing",
  236. "title_mousestyle": "Mouse Style",
  237. "title_printscreen": "Map Screen Shot",
  238. "title_projection": "Projection Transformation",
  239. "title_rightClick": "Right Click Event of Marker Layer",
  240. "title_setlayerstatus": "Sublayer Control",
  241. "title_graphicSymbolData": "Symbol Drawing of Graphic Layer",
  242. "title_islandMultiPolygonData": "Island Cave and Multi-polygon",
  243. "title_labelVectorLayerData": "Label Vector Layer",
  244. "title_markerLayer": "Marker Layer",
  245. "title_markerLayerEvent": "Supported Events of Marker Layer",
  246. "title_splinesData": "Spline Curve",
  247. "title_telecomIconData": "Telecom Icon Data",
  248. "title_vectorDataEvent": "Click Events of Vector Data",
  249. "title_vectorLayerData": "Basic Vector Graphic",
  250. "title_addfile": "Overlay of Situation Map",
  251. "title_defaultStyle": "Default Style",
  252. "title_drawGeoGraphicObject": "Drawing of Geo Graphic Object",
  253. "title_drawGraphics": "Complex Object",
  254. "title_drawRoute": "Air Route",
  255. "title_dynamicPlot": "Dynamic Plotting",
  256. "title_editPlottingLayer": "Edit Plotting Layer",
  257. "title_filetransfer": "Uploading and Downloading of Situation Map",
  258. "title_loadSymbolLib": "Loading of Symbol Lib",
  259. "title_modifySymbolStyle": "Modify Attributions",
  260. "title_operatePlottingLayer": "Operation of Plotting Layer",
  261. "title_plotGOAnimation": "Posture Deduction",
  262. "title_plotSymbol": "Mouse Plotting",
  263. "title_plotSymbolPerformance": "High Efficiency Layer of Dynamic Plotting",
  264. "title_querySymbolLib": "Symbol Query",
  265. "title_saveload": "Save and Load",
  266. "title_symbolAvoid": "Avoided Area",
  267. "title_symbolExtendProperty": "Custom Properties",
  268. "title_symbolGeometricQuery": "Geometry Query",
  269. "title_plotMovingTarget": "Moving Target Layer",
  270. "title_anchored": "Anchored Popup",
  271. "title_customPopup": "Custom Popup",
  272. "title_infoWindow": "Third Party Information Window",
  273. "title_shadowPopup": "Shadow Popup",
  274. "title_simplePopup": "Simple Popup",
  275. "title_editFeature": "Edit Feature",
  276. "title_fieldStatistic": "Statistic of Field Query",
  277. "title_getFeatureByBounds": "Get Feature by Bounds Query",
  278. "title_getFeatureByBuffer": "Get Feature by Buffer Query",
  279. "title_getFeatureByGeometry": "Get Feature by Geometry Query",
  280. "title_getFeatureByIDs": "Get Feature by ID Query",
  281. "title_getFeatureBySQL": "Get Feature by SQL Query",
  282. "title_gridInfosQuery": "Grid Cell Query",
  283. "title_queryByBounds": "Map Query by Bounds",
  284. "title_queryByDistance": "Map Query by Distance",
  285. "title_queryByGeometry": "Map Query by Geometry",
  286. "title_queryBySQL": "Map Query by SQL",
  287. "title_vectorLayerRegionName": "Interaction Query",
  288. "title_singleObjectQueryJobService": "Single Object Query Analysis",
  289. "title_summaryAttributesJobService": "Summary Attributes Analysis",
  290. "title_SummaryMeshJobService": "Summary Mesh Analysis",
  291. "title_SummaryRegionJobService": "Summary Region Analysis",
  292. "title_GraphBar": "Bar Chart",
  293. "title_Scatter": "scatter chart",
  294. "title_GraphBar3D": "3D Bar Chart",
  295. "title_GraphLine": "Line Chart",
  296. "title_GraphPie": "Pie Chart",
  297. "title_GraphPoint": "Point Chart",
  298. "title_GraphRing": "Ring Chart",
  299. "title_jingjinPopGraph": "Switch of Statistical Charts",
  300. "title_landuseUnique": "Land Use Unique Thematic Map",
  301. "title_popDensityRange": "Population Density Range Thematic Map",
  302. "title_RankSymbol": "Rank Symbol Thematic Map",
  303. "title_worldCapitalsGraphBar": "World Capitals Population Graph Bar",
  304. "title_themeDotDensity": "Dot Density Thematic Map",
  305. "title_themeGraph": "Statistical Chart",
  306. "title_themeGridRange": "Grid Range Thematic Map",
  307. "title_themeGridUnique": "Grid Unique Thematic Map",
  308. "title_themeLabel": "Label Thematic Map",
  309. "title_themeLabelLayer": "Label Thematic Layer",
  310. "title_themePM2_5": "AQI Thematic Map",
  311. "title_themeRange": "Range Thematic Map",
  312. "title_themeUnique": "Unique Thematic Map",
  313. "title_topologyValidatorJobService": "Topology Validator Analysis",
  314. "title_vectorClipService": "Vector Clip Analysis",
  315. "title_animatorBase": "Basic Animation",
  316. "title_animatorCar": "car Animation",
  317. "title_animatorLine": "Line Animation",
  318. "title_animatorMetro": "Metro Construction Animation (1)",
  319. "title_animatorMetro2": "Metro Construction Animation (2)",
  320. "title_animatorMigrate": "Migrate Animation",
  321. "title_animatorPoint": "Point Animation",
  322. "title_animatorPolygon": "Polygon Animation",
  323. "title_animatorTrain": "Train Animation",
  324. "title_animatorWeatherMonitor": "Weather Monitor Animation",
  325. "title_boundryStyle": "Carto CSS Boundry Style",
  326. "title_darkblueStyle": "Carto CSS Dark Blue Style",
  327. "title_cartoCSS_edit": "Carto CSS Edit",
  328. "title_utfGridLayerFlags": "UTF Grid Layer-Flags",
  329. "title_utfGridLayer": "UTF Grid Layer",
  330. "title_tiledVectorLayer": "Tiled Vector Layer",
  331. "title_heatMapLayer": "Heat Map Layer",
  332. "title_fastHeatMapLayer": "Fast Heat Map Layer",
  333. "title_heatMapColorSection": "Heat Map Color Section",
  334. "title_heatMapColorManual": "Heat Map Color Manual",
  335. "title_heatGridMapLayer": "Heat Grid Map Layer",
  336. "title_goisLayer": "Gois Layer",
  337. "title_elementsLayerExtension": "Elements Layer Extension",
  338. "title_clusterLayer": "Cluster Layer",
  339. "title_cartoCSSText": "Carto CSS Text Symbols",
  340. "title_cartoCSSPolygon": "Carto CSS Polygon Symbols",
  341. "title_cartoCSSPoint": "Carto CSS Point Symbols",
  342. "title_cartoCSSNightStyle": "Carto CSS Night Style",
  343. "title_cartoCSSNaturalStyle": "Carto CSS Natural Style",
  344. "title_cartoCSSLine": "Carto CSS Line Symbols",
  345. "title_cartoCSSHelloKitty": "Carto CSS Hello kitty Style",
  346. "title_cartoCSSHightlight": "Carto CSS Hightlight",
  347. "title_mapQueryByBounds": "Map Query by Bounds",
  348. "title_mapQueryByDistance": "Map Query by Distance",
  349. "title_mapQueryByGeometry": "Map Query by Geometry",
  350. "title_mapQueryBySQL": "Map Query by SQL",
  351. "title_mapService": "Map Information of SuperMap",
  352. "title_measureArea": "Area Measurement Service",
  353. "title_measureDistance": "Distance Measurement Service",
  354. "title_tiledMapLayer": "3857 Coordinate System",
  355. "title_tiledMapLayer_4326": "4326Map",
  356. "title_graticuleLayer_3857": "Graticule",
  357. "title_graticuleLayer_4326": "Graticule_WGS84",
  358. "title_tiledMapLayer_4326WGS84": "Map WGS84",
  359. "title_tiledMapLayer_China2000": "Map China2000",
  360. "title_tiledMapLayer_Beijing54": "Map Beijing54",
  361. "title_tiledMapLayer_Xian80": "Map Xian80",
  362. "title_fieldService": "SuperMap Field Service",
  363. "title_fieldStatistics": "Dataset Field Statistics Service",
  364. "title_getGridCellInfos": "Data Grid Cell Query",
  365. "title_bufferAnalystService": "Dataset Buffer Analysis",
  366. "title_bufferAnalystServiceGeometry": "Geometry Buffer Analysis (2)",
  367. "title_surfaceAnalystService": "Surface Analysis (Getting Contour Line)",
  368. "title_thiessenAnalystDataset": "Dataset Thiessen Analysis",
  369. "title_thiessenAnalystGeometry": "Geometry Thiessen Analysis",
  370. "title_drawControl": "Drawing Control",
  371. "title_drawControlWGS84": "Drawing Control WGS84",
  372. "title_fullscreenControl": "Full Screen Control",
  373. "title_geolocateControl": "Location Control",
  374. "title_navigationControl": "Navigation Control",
  375. "title_swipeBetweenMaps": "Curling control",
  376. "title_dataFlowService": "Data Flow Service",
  377. "title_cellMap": "Cell Map",
  378. "title_ChangchunPublicTransportNetwork": "Changchun Public Transport Network",
  379. "title_effectScatter": "Urban Air Quality Map",
  380. "title_geoline": "Simulated Migration Chart",
  381. "title_geolineWGS84": "Simulated Migration Chart WGS84",
  382. "title_linesBus": "line",
  383. "title_linesEffect": "line effect",
  384. "title_linesAirline": "Airplane Route Map of the World",
  385. "title_scatterWeibo": "Scatter of Weibo Users",
  386. "title_scatterWeiboWGS84": "Scatter of Weibo Users WGS84",
  387. "title_colorfulCity": "Colorful Buildings",
  388. "title_flightPath": "Flight Path Map",
  389. "title_GlobalWind": "Global Wind Visualization Map",
  390. "title_ShanghaiBuildingPrice": "Visualization Map of Shanghai Building Price",
  391. "title_taxiRoutesOfCapeTown": "Taxi Routes Of CapeTown",
  392. "title_taxiTrajectoryMap": "Taxi Trajectory Map of Chengdu",
  393. "title_graphThemeLayer": "Statistical Thematic Chart",
  394. "title_changeStyle": "Change Style",
  395. "title_beijingPositronStyle": "Beijing Positron Style",
  396. "title_beijingOSMStyle": "Beijing OSM Style",
  397. "title_beijingKlokantechStyle": "Beijing Klokantech Style",
  398. "title_beijingFiordStyle": "Beijing Fiord Style",
  399. "title_beijingDarkBlueStyle": "Beijing Dark Blue Style",
  400. "title_beijingMVTVectorTile": "Beijing Vector Tile (MVT)",
  401. "title_chinaMVTVectorTile": "China Vector Tile (MVT)",
  402. "title_uniqueTheme3DLayer": "Unique Theme 3D Layer of Land Use Type",
  403. "title_rangeTheme3DLayer": "Range Theme 3D Layer of Population Density",
  404. "title_mapvQianxiTime": "MapV Migration Timing Map",
  405. "title_mapvQianxi": "MapV Migration Map",
  406. "title_mapvPolylineTime": "MapV Polyline Timing Map",
  407. "title_mapvForceEdge": "MapV Force Edge Bundling",
  408. "title_mapvPolylineIntensity": "MapV Polyline Intensity Map",
  409. "title_mapvCsvcar": "MapV Csv Car",
  410. "title_mapvCsvcarWGS84": "MapV Csv Car WGS84",
  411. "title_mapvBeijingVillage": "MapV Beijing Village Map",
  412. "title_layerService": "SuperMap Layer Service",
  413. "title_tiledMapLayerNonEarth": "Planar coordinate base map of SuperMap REST",
  414. "title_tiledMapLayerProj4": "Custom Scale Map",
  415. "title_interpolationAnalystServiceKriging": "Spatial Analysis - Kriging Interpolation Analysis",
  416. "title_interpolationAnalystServiceKrigingUniversal": "Spatial Analysis - Universal Kriging Interpolation Analysis",
  417. "title_findMTSPPathsServiceLogistics": "Multi-traveler Analysis - Logistics Distribution ",
  418. "title_findTSPPathsService": "Multi-traveler Analysis - Quality Inspection",
  419. "title_graphicLayer": "points of 180K NY taxis",
  420. "title_mb_graphicLayer": "High efficiency point layer",
  421. "title_mb_graphicLayerWGS84": "High efficiency point layer WGS84",
  422. "title_graphicLayer_webgl": "High efficiency point layer-webgl",
  423. "title_graphicLayerClovers": "clover",
  424. "title_graphicLayerTaxi": "High efficiency point layer - picture drawing of 180K NY taxis",
  425. "title_heatMap": "Heat map",
  426. "title_heatMapNY": "Heat map of New York Taxis",
  427. "title_markerCluster": "Marker Cluster",
  428. "title_markerClusterWGS84": "Marker Cluster WGS84",
  429. "title_pulse": "Flashing Points",
  430. "title_geometryBatchAnalystService": "Spatial Batch Analyst of Geometry",
  431. "title_geometryOverlayBatchAnalystService": "Batch Analyst of Overlay",
  432. "title_tiledMapLayerNoProj": "Planar Projection Map of SuperMap REST",
  433. "title_AnimationFeature": "Animation Feature Map",
  434. "title_Cluster": "Cluster Map",
  435. "title_graphiclayerCanvas": "Canvas Rendering",
  436. "title_graphiclayerWebgl": "Webgl Rendering",
  437. "title_baiduLayer": "Baidu Map",
  438. "title_changeTileVersion": "Tile Version Switch Control",
  439. "title_layerSwitch": "Roller Blinds",
  440. "title_controlerLayerSwitcher": "Layer Switch Control",
  441. "title_dragFeatures": "Features Dragging",
  442. "title_drawFeatures": "Features Drawing",
  443. "title_editorOL": "iClient for OpenLayers Sample Code",
  444. "title_examplesOL": "iClient for OpenLayers Examples",
  445. "title_editorLeaflet": "iClient for Leaflet Sample Code",
  446. "title_examplesLeaflet": "iClient for Leaflet Examples",
  447. "title_editorMBGL": "iClient for MapboxGL Sample Code",
  448. "title_examplesMBGL": "iClient for MapboxGL Examples",
  449. "title_examplesComponent": "Component Examples",
  450. "title_editorComponent": "Component Sample Code",
  451. "title_editorClassic": "iClient Classic Sample Code",
  452. "title_examplesClassic": "iClient Classic Examples",
  453. "title_editor3DWebGL": "SuperMap 3D-WebGL Sample Code",
  454. "title_examples3DWebGL": "SuperMap 3D-WebGL Examples",
  455. "title_freehandDrawFeatures": "Handwritten Graphic Drawing",
  456. "title_iPortalQueryMaps": "Web Map List of iPortal",
  457. "title_iPortalQueryResources": "Resources List of iPortal ",
  458. "title_iPortalQueryMyResources": "My Resources List of iPortal ",
  459. "title_iPortalQueryResourcesTitle": "Examples of iPortal QueryResources ",
  460. "title_iPortalQueryResourcesType":"Resources Type",
  461. "title_iPortalQueryResourcesAll":"All",
  462. "title_iPortalQueryResourcesMap":"Map",
  463. "title_iPortalQueryResourcesService":"Service",
  464. "title_iPortalQueryResourcesScene":"Scene",
  465. "title_iPortalQueryResourcesData":"Data",
  466. "title_iPortalQueryResourcesInsights":"Data Insights",
  467. "title_iPortalQueryResourcesDashboards":"Map Dashboards",
  468. "title_iPortalQueryResourcesControl":"Resources Control",
  469. "title_iPortalQueryResourcesPublic":"Public",
  470. "title_iPortalQueryResourcesGroup":"Group",
  471. "title_iPortalQueryResourcesDepartment":"Department",
  472. "title_iPortalQueryResourcesUser":"User",
  473. "title_iPortalQueryResourcesShareToMe":"Share to me",
  474. "title_iPortalQueryResourcesMyDepartment":"My Department",
  475. "title_iPortalQueryResourcesMyGroup":"My Group",
  476. "title_iPortalQueryResourcesMy":"My",
  477. "title_iPortalQueryResourcesSortFiled":"Sort Field",
  478. "title_iPortalQueryResourcesUpdateTime":"Update Time",
  479. "title_iPortalQueryResourcesHeatLevel":"Heat Level",
  480. "title_iPortalQueryResourcesSort":"Sort",
  481. "title_iPortalQueryResourcesSortUp":"DESC",
  482. "title_iPortalQueryResourcesSortDown":"ASC",
  483. "title_iPortalQueryResourcesSearch": "Search",
  484. "title_iPortalQueryServices": "Web Service List of iPortal",
  485. "title_iPortalQueryMapdashboards": "Web Mapdashboard List of iPortal",
  486. "title_iPortalSecurity": "Examples of iPortal SecurityManager",
  487. "title_iPortalQueryInsights": "Web Insight List of iPortal",
  488. "title_iPortalQueryScenes": "Web Scene List of iPortal",
  489. "title_labelThemeLayer": "Client Label Thematic Map",
  490. "title_mapvNyvTaxi": "NY Taxi Car Points",
  491. "title_modifyFeatures": "Modify Features",
  492. "title_mvtVectorLayer_vectortilerest": "iServer REST VectorTile",
  493. "title_mvtVectorLayer_restdata": "iServer REST Data TileFeature",
  494. "title_mvtVectorLayer": "iServer MVT VectorTile",
  495. "title_mvtVectorLayer4326": "iServer MVT VectorTile (WGS84)",
  496. "title_mvtVectorLayer_mapboxStyle": "Style Switch",
  497. "title_mvtVectorLayer_mapboxStyle_4326": "OSM Style(MVT WGS84)",
  498. "title_mvtVectorLayer_mapboxStyle_lineStyle": "LineStyle Edit",
  499. "title_mvtVectorLayer_mapboxStyle_landuse": "Land Use",
  500. "title_mvtVectorLayer_overlay": "MVT Overlay",
  501. "title_onlineSecurity": "Examples of Online SecurityManager",
  502. "title_onlineWebMap": "Be a backpacker in 2014",
  503. "title_osmBuildings": "Buildings Stereoscopic Effect of OpenLayers",
  504. "title_osmBuildingsLeaflet": "Buildings Stereoscopic Effect of Leaflet",
  505. "title_rankSymbolThemeLayer": "Rank Symbol Thematic Map",
  506. "title_snapDrawFeatures": "Snap Features Drawing",
  507. "title_superMapCloudLayer": "SuperMap Cloud Layer",
  508. "title_tiandituLayer_ll": "Tianditu - Latitude and Longitude",
  509. "title_tiandituLayer_mecartor": "Tianditu - Mercator",
  510. "title_vectorTiledLayer": "Vector Tile Layer",
  511. "title_turfClassificationAnalysis": "Classification Analysis",
  512. "title_turfGridAnalysis": "Grid Analysis",
  513. "title_turfInterpolationAnalysis": "Interpolation Analysis",
  514. "title_turfMeasurement": "Measurement",
  515. "title_WMSLayer": "WMS Layer",
  516. "title_WMTSLayer": "WMTS Layer",
  517. "title_cloudLayer": "SuperMap Cloud",
  518. "title_markersWithCustomIcons": "Custom Icons",
  519. "title_layerSwitchControl": "Layer Switch Control",
  520. "title_d3HexbinLayer": "D3 Honeycomb Map",
  521. "title_rangeThemeLayer": "D3 Range Thematic Layer",
  522. "title_UniqueThemeLayer": "D3 Unique Thematic Layer",
  523. "title_ESHeatMap": "Heat / Grid Map",
  524. "title_ESGridAggregation": "Grid / Heat Map",
  525. "title_nodeManagementUseExample": "Examples of iManager Nodes Management ",
  526. "title_iPortalQueryMaps1": "Examples of iPortal QueryMaps ",
  527. "title_iPortalQueryServices1": "Examples of iPortal QueryServices ",
  528. "title_iPortalQueryServices2": "Examples of iPortal QueryService ",
  529. "title_iPortalQueryMapdashboards1": "Examples of iPortal QueryMapdashboards ",
  530. "title_iPortalQueryMapdashboards2": "Examples of iPortal QueryMapdashboard ",
  531. "title_iPortalQueryInsights1": "Examples of iPortal QueryInsights",
  532. "title_iPortalQueryInsight": "Examples of iPortal QueryInsight",
  533. "title_iPortalUpdateInsightAttrs": "Examples of iPortal UpdateInsightAttrs",
  534. "title_iPortalQueryScenes1": "Examples of iPortal QueryScenes",
  535. "title_iPortalQueryScene": "Examples of iPortal QueryScene",
  536. "title_iPortalUpdateSceneAttrs": "Examples of iPortal UpdateSceneAttrs",
  537. "title_iPortalAddMapOrScene": "Examples of iPortal AddMap/AddScene",
  538. "title_iPortalAddMap": "Add Map",
  539. "title_iPortalAddScene": "Add Scene",
  540. "detail_iPortal_baseInfo": "Basic Info",
  541. "detail_iPortal_name": "Name",
  542. "detail_iPortal_owner": "Owner",
  543. "detail_iPortal_URL": "URL",
  544. "detail_iPortal_tags": "Tags",
  545. "detail_iPortal_description": "Description",
  546. "detail_iPortal_createdTime":"Created Time",
  547. "detail_iPortal_visits":"Visits",
  548. "edit_iPortal_uploadNewThumbnail":"Upload New Thumbnail",
  549. "edit_iPortal_exceedSize":"Format: PNG, or JPG. The image size can't exceed 150KB.",
  550. "edit_iPortal_specifiedSize":"Recommended Image Size: 265 * 170 pixels.",
  551. "title_iServerSecurity": "Examples of iServer Security Certification",
  552. "title_mapVLayerPolygon": "Village of Beijing",
  553. "title_mapVLayerPolygonWGS84": "Polygon WGS84",
  554. "title_planesMonitor": "Flight Monitoring",
  555. "title_vectorTileLayerBoundary": "Boundary Style of SuperMap REST Vector Layer",
  556. "title_vectorTileLayerDarkBlue": "Dark Blue Style of SuperMap REST Vector Layer",
  557. "title_vectorTileLayerHelloKitty": "HelloKitty Style of SuperMap REST Vector Layer",
  558. "title_vectorTileLayerMVT": "MVT Style of SuperMap Vector Tile",
  559. "title_vectorTileLayerMVT4326": "MVT Style of SuperMap 4326 Vector Tile",
  560. "title_vectorTileLayerNatural": "Natural Style of SuperMap REST Vector Layer",
  561. "title_vectorTileLayerNight": "Night Style of SuperMap REST Vector Layer",
  562. "title_vectorTileLayerNormal": "Vector Layer of SuperMap REST",
  563. "title_iportalWebMap_range": "SuperMap iPortal Range Map",
  564. "title_iportalWebMap_heat": "SuperMap iPortal Heat Map",
  565. "title_iportalWebMap_unicode": "SuperMap iPortal Point Style",
  566. "title_iportalWebMap_unique": "SuperMap iPortal Unique Map",
  567. "title_iportalWebMap_label": "SuperMap iPortal Label Map",
  568. "title_earthquakeHeatMapLayer": "Earthquake occurrences(2005-2016)(Classic)",
  569. "title_echartsEarthquake": "Earthquake occurrences(2005-2016)",
  570. "title_l_echartsEarthquake": "Earthquake heat map (2001-2014)",
  571. "title_lianjia": "Beijing house prices of Lianjia(2018.2)",
  572. "title_l_echartsEarthquake1": "2008 to 2017 years of earthquake statistics",
  573. "title_echartsLinesMillions_bjRoads": "Use lines to draw 1.3 millions Beijing's roads",
  574. "title_echartsLinesMillions_railways": "Use lines to draw 4 millions Chinese railways",
  575. "title_echartsLinesMillions_railwaysWGS84": "Use lines to draw 4 millions Chinese railways WGS84",
  576. "title_echartsLinesMillions_waterSystem": "Use lines to draw 14 millions Chinese water system",
  577. "title_echartsLinesMillions_roads": "Use lines to draw 25 millions Chinese roads",
  578. "title_echartsLinesMillions_nyTaxi": "Use scatter to draw 1.4 millions New York Taxi Points",
  579. "title_mb_deckglLayer_arcLayer": "arc-layer",
  580. "title_mb_deckglLayer_pathLayer": "path-layer",
  581. "title_mb_deckglLayer_pathLayerWGS84": "path-layer WGS84",
  582. "title_mb_deckglLayer_polygonLayer": "polygon-layer",
  583. "title_mb_deckglLayer_hexagonLayer": "hexagon-layer",
  584. "title_mb_deckglLayer_nyBuilding": "New York Construction",
  585. "title_mb_deckglLayer_nyc_census": "New york city population",
  586. "title_mb_deckglLayer_scatterPlot": "California Earthquakes",
  587. "title_mb_deckglLayer_sfcontour": "San Francisco Elevation Contour",
  588. "title_mb_deckglLayer_sftrees": "San Francisco Street Tree Map",
  589. "title_mb_deckglLayer_ukcommute": "Commute Patterns in the UK",
  590. "title_openFile": "OpenFile",
  591. "title_openFile_react": "OpenFile(React)",
  592. "title_openFile_vue": "OpenFile(Vue)",
  593. "title_dataFlow": "Data Flow",
  594. "title_chart": 'Chart',
  595. "title_chart_iServer": 'Chart_iServer',
  596. "title_chart_iPortal": 'Chart_iPortal',
  597. "title_spatialAnalysis": 'Client Computation',
  598. "title_distributeAnalysis": 'Distribute Analysis',
  599. "title_dataServiceQuery": 'Data service query',
  600. "title_ChinaEarthquakeHeat": 'China Earthquake',
  601. "title_ChinaEarthquakeHeatWGS84": 'China Earthquake WGS84',
  602. "title_ChinaEarthquakeHeatClient": 'China Earthquake(Classic) WGS84',
  603. "title_componentsChart_Vue": 'Chart component(Vue)',
  604. "title_componentsChart_Vue(pie)":'Pie Chart component(Vue)',
  605. "title_componentsChart_Vue(radar)":'Radar Chart component(Vue)',
  606. "title_componentsChart_Vue(gauge)":'Gauge Chart component(Vue)',
  607. "title_componentsLayerList_Vue": 'LayerList component(Vue)',
  608. "title_componentsOpenFile_Vue":'OpenFile component(Vue)',
  609. "title_componentsMap_Vue": 'iServer Map component(Vue)',
  610. "title_componentsMiniMap_Vue": 'MiniMap component(Vue)',
  611. "title_componentsPan_Vue": 'Pan component(Vue)',
  612. "title_componentsScale_Vue": 'Scale component(Vue)',
  613. "title_componentsWebmap_Vue": 'iPortal Map component(Vue)',
  614. "title_componentsCompare_Vue": 'Map Compare(Vue)',
  615. "title_componentsZoom_Vue": 'Zoom component(Vue)',
  616. "title_componentsLegend_Vue": 'Legend component(Vue)',
  617. "title_componentsBasic_Vue": 'Basic component(Vue)',
  618. "title_componentsMeasure_Vue": 'Measure component(Vue)',
  619. "title_componentsQuery_Vue": 'Query component(Vue)',
  620. "title_componentsSearch_Vue": 'Search component(Vue)',
  621. "title_componentsTheme_Vue": 'Theme component',
  622. "title_componentsDemo_Vue": 'Landuse demo',
  623. "title_componentsEstateMonitoringPlatform_Vue": 'Estate project visual monitoring platform demo',
  624. "title_componentsCluster_Vue": 'Cluster Layer component(Vue)',
  625. "title_componentsEcharts_Vue": 'Echarts Layer component(Vue)',
  626. "title_componentsRaster_Vue": 'Raster Layer component(Vue)',
  627. "title_componentsGeoJSON_Vue": 'GeoJSON Layer component(Vue)',
  628. "title_componentsMapV_Vue": 'MapV Layer component(Vue)',
  629. "title_componentsDeckGL_Vue": 'DeckGL Layer component(Vue)',
  630. "title_componentsVectorTile_Vue": 'Vector Tile Layer component(Vue)',
  631. "title_componentsHeatmap_Vue": 'Heatmap Layer component(Vue)',
  632. "title_componentsGraphThemeLayer_Vue": 'Statistical Thematic Chart component(Vue)',
  633. "title_componentsUniqueTheme_Vue": 'UniqueTheme Layer component(Vue)',
  634. "title_componentsRangeTheme_Vue": 'RangeTheme Layer component(Vue)',
  635. "title_componentsRankSymbolTheme_Vue": 'RankSymbolTheme Layer component(Vue)',
  636. "title_componentsLabelTheme_Vue": 'LabelTheme Layer component(Vue)',
  637. "title_componentsDataFlow_Vue": 'Data FLow Layer component(Vue)',
  638. "title_componentsFireLayer_Vue": 'Animate Fire Layer component(Vue)',
  639. "title_componentsAnimateMarkerLayer_Vue": 'Animate Marker Layer(Vue)',
  640. "title_componentsAnimateTextLayer_Vue": 'Animate Text Layer(Vue)',
  641. "title_componentsBorder_Vue": 'Border component',
  642. "title_componentsIdentify_Vue": 'Identify component(Vue)',
  643. "title_componentsPopup_Vue": 'Popup(Vue)',
  644. "title_componentsLayerManager_vue": 'LayerManager component(Vue)',
  645. "title_componentsWebmap_React": 'iPortal Map component(React)',
  646. "title_componentsMap_React": 'iServer Map component(React)',
  647. "title_componentsRasterTile_React": 'Raster Layer component(React)',
  648. "title_componentsVectorTile_React": 'Vector Tile Layer component(React)',
  649. "title_componentsUniqueTheme_React": 'UniqueTheme Layer component(React)',
  650. "title_componentsRangeTheme_React": 'RangeTheme Layer component(React)',
  651. "title_componentsGraphThemeLayer_React": 'Statistical Thematic Chart component(React)',
  652. "title_componentsHeatmap_React": 'Heatmap Layer component(React)',
  653. "title_componentsMapV_React": 'MapV Layer component(React)',
  654. "title_componentsEcharts_React": 'Echarts Layer component(React)',
  655. "title_componentsDataFlow_React": 'Data FLow Layer component(React)',
  656. "title_componentsFireLayer_React": 'Animate Fire Layer component(React)',
  657. "title_componentsGeoJSON_React": 'GeoJSON Layer component(React)',
  658. "title_componentsCluster_React":'Cluster Layer component(React)',
  659. "title_componentsDeckGL_React": 'DeckGL Layer component(React)',
  660. "title_componentsLabelTheme_React": 'LabelTheme Layer component(React)',
  661. "title_componentsRankSymbolTheme_React": 'RankSymbolTheme Layer component(React)',
  662. "title_componentsAnimateMarkerLayer_React": 'Animate Marker Layer(React)',
  663. "title_componentsAnimateTextLayer_React": 'Animate Text Layer(React)',
  664. "title_webPrinting_landUse": 'Web Printing(LandUse)',
  665. "title_natureResourcePlatform_Vue": 'Nature Resource Platform(Vue)',
  666. "title_ecologicalBigDataPlatform_Vue": 'Ecological Big Data Platform(Vue)',
  667. "title_mask":'Layer Mask',
  668. "title_objectdetection":"Machinelearning Result Overlay(Objectdetection)",
  669. "title_binaryclassification":"Machinelearning Result Overlay(Binaryclassification)",
  670. "title_mvt_mapboxgl":"MVT WGS84 (via MapboxGL)",
  671. "text_service_name":"Name",
  672. "text_service_type":"Type",
  673. "text_service_status":"Status",
  674. "text_view_service":"View Services",
  675. "text_unpublish_service":"Unpublish",
  676. "text_publish_message":"Select the type of service to be published:",
  677. "text_publish_data":"Publish Data",
  678. "text_dataBase_name":"Database name",
  679. "text_hdfs_directory":"HDFS directory",
  680. "text_hbase_address":"Server url",
  681. "text_x_field":"X Coord Field",
  682. "text_y_field":"Y Coord Field",
  683. "text_file_encoding":"File Encoding",
  684. "text_data_type":"Data Type",
  685. "text_data_file":"Data File",
  686. "text_data_name":"Name",
  687. "text_user_data":"Data from users",
  688. "text_workspace":"SuperMap Workspace",
  689. "text_UDB":"SuperMap UDB Data",
  690. "text_shapefile":"Shapefile",
  691. "text_geojson":"GeoJSON Data",
  692. "text_smtiles":"SMTiles File",
  693. "text_svtiles":"SVTiles File",
  694. "text_mbtiles":"MBTiles File",
  695. "text_tpk":"TPK File",
  696. "text_ugcv5":"UGCV5 Cache",
  697. "text_ugcv5_mvt":"UGCV5(MVT) Cache",
  698. "text_excel":"Excel",
  699. "text_csv":"CSV",
  700. "text_json":"JSON",
  701. "text_confirm":"Confirm",
  702. "text_code": "Forward Match",
  703. "text_decode": "Reverse Match",
  704. "text_address": "Address ",
  705. "text_input_tips_company": "Company",
  706. "text_filterField": "Filter field",
  707. "text_input_tips_Beijing": "Beijing",
  708. "text_minIndex": "Min index",
  709. "text_maxIndex": "Max index",
  710. "text_maxCount": "Max count of results",
  711. "text_coorSystem": "Coordinate system",
  712. "text_coordinate": "Coordinate",
  713. "text_abscissa": "Abscissa",
  714. "text_ordinate": "Ordinate",
  715. "text_queryRadius": "Radius of query",
  716. "text_input_value_match": "To Match",
  717. "text_matchDegree": "Matching degree",
  718. "text_bufferAnalyst1": "Buffer Analysis 1",
  719. "text_bufferAnalyst2": "Buffer Analysis 2",
  720. "text_bufferAnalyst": "Buffer analysis",
  721. "text_removeResult": "Remove result",
  722. "text_addPath": "Add path",
  723. "text_query": "To query",
  724. "text_closestFacilitiesService": "Closest Facilities Analysis Service",
  725. "text_weightField": "Weight field:",
  726. "text_turnField": "End of the mileage point (Turning field):",
  727. "text_input_value_eventPoint": "Event point",
  728. "text_input_value_submit": "Submit",
  729. "text_input_value_clear": "Clear",
  730. "text_densityAnalystService": "Density Analysis Service",
  731. "text_input_value_densityAnalyst": "Density analysis",
  732. "text_input_value_removeTheme": "Remove the result layer",
  733. "text_dynamicSegmentation": "Dynamic Segmentation",
  734. "text_input_value_dynamicSegmentation": "Dynamic segmentation",
  735. "text_findLocation": "Find Location Analysis",
  736. "text_analyst": "Analyst",
  737. "text_findMTSPPaths": "Find MTSP Paths Service",
  738. "text_target": "Target",
  739. "text_findMTSPPathsAndTSPPaths": "Find MTSP Paths and TSP Paths",
  740. "text_dispatching": "Dispatching",
  741. "text_check": "Check",
  742. "text_findPath": "Best Path Analysis",
  743. "text_sites": "Sites",
  744. "text_findTSPPaths": "Find TSP Paths",
  745. "text_interpolationAnalystByDen": "Interpolation Analysis of Density",
  746. "text_input_value_density": "Density",
  747. "text_interpolationAnalystByGeo": "Interpolation Analysis of Geometry",
  748. "text_min": "Min value of Z:",
  749. "text_max": "Max value of Z:",
  750. "text_input_value_byGeo": "Start analysis",
  751. "text_input_value_delete": "Delete",
  752. "text_interpolationAnalystByIDW": "Interpolation Analysis of IDW",
  753. "text_input_value_byIDW": "Start analysis",
  754. "text_interpolationAnalystByKriging": "Interpolation Analysis of Kriging",
  755. "text_simple": "Simple Kriging",
  756. "text_ordinary": "Kriging",
  757. "text_extensive": "Universal Kriging",
  758. "text_interpolationAnalystByRBF": "Interpolation Analysis of RBF",
  759. "text_input_value_RBF": "Start analysis",
  760. "text_mathExpression": "Math expression",
  761. "text_expression": "Math expression: ",
  762. "text_overlayAnalyst": "Overlay Analysis",
  763. "text_routeCalculateMeasure": "Route Calculate Measure",
  764. "text_queryRoute": "Query route object",
  765. "text_queryPoint": "Specify query point",
  766. "text_routeLocatorLine": "Route Location Line",
  767. "text_startRoute": "The start mileage point: ",
  768. "text_endRoute": "The end mileage point: ",
  769. "text_locationLine": "Location line",
  770. "text_routeLocatorPoint": "Route Locator Point",
  771. "text_routPoint": "Specify the mileage point:",
  772. "text_locationPoint": "Location point",
  773. "text_serviceAreas": "Service Area Analysis",
  774. "text_serviceCenter": "Service center",
  775. "text_surfaceAnalyst": "Surface Analysis",
  776. "text_contourLine": "Get contour line",
  777. "text_remove": "Remove",
  778. "text_terrainCurvatureCalculation": "Terrain Curvature Calculation",
  779. "text_thiessenAnalyst": "Thiessen Polygon Analysis",
  780. "text_datasetThiessen": "Dataset thiessen polygon",
  781. "text_geoThiessen": "Geometry thiessen polygon",
  782. "text_trafficTransfer": "Traffic Transfer Service",
  783. "text_startPoint": "Starting point",
  784. "text_endPoint": "Ending point",
  785. "text_transferScheme": "Transfer scheme",
  786. "text_minTime": "Min time",
  787. "text_minDistance": "Min distance",
  788. "text_lessWalk": "Less walk",
  789. "text_lessTransfer": "Less transfer",
  790. "text_notFindSPoint": "Not finding the starting point for the match",
  791. "text_notFindEPoint": "Not finding the ending point for the match",
  792. "text_trafficTransferScheme": "The Traffic Transfer Scheme",
  793. "text_close": "Close",
  794. "text_open": "Open",
  795. "text_closeWindow": "Close window",
  796. "text_ridePreference": "Ride Preference:",
  797. "text_noSubway": "Do not by subway",
  798. "text_scheme": "Plan",
  799. "text_walkTO": "Walk to:",
  800. "text_ride": "Ride ",
  801. "text_debus1": " get off the bus at ",
  802. "text_debus2": "",
  803. "text_stops": " stops",
  804. "text_alsoRide": "You can also to ride: ",
  805. "text_buffersAnalystJobService": "Buffers Analysis Job Service",
  806. "text_inputData": "Input data",
  807. "text_requiredField": "Required field",
  808. "text_analysisRange": "Range of analysis",
  809. "text_bufferDistance": "Buffer distance",
  810. "text_bufferDistanceField": "Field of buffer distance",
  811. "text_bufferDistanceUnit": "Unit of buffer distance",
  812. "text_fusionField": "Fusion field",
  813. "text_areaMeasure": "Area Measure",
  814. "text_input_value_areaMeasure": "Area measure",
  815. "text_changeControlsSkin": "Change Controls Skin",
  816. "text_input_value_change": "Change",
  817. "text_distanceMeasure": "Distance Measure",
  818. "text_input_value_distanceMeasure": "Distance measure",
  819. "text_dragFeature": "Mouse Drag Feature Control",
  820. "text_input_value_dragFea": "Drag feature",
  821. "text_input_value_notDrag": "Cancel drag",
  822. "text_dragpan": "Drag Map Control",
  823. "text_input_value_dragMap": "Drag map",
  824. "text_drawGeometry": "Draw Geometry",
  825. "text_input_value_drawPoint": "Draw point",
  826. "text_input_value_drawLine": "Draw line",
  827. "text_input_value_drawPolygon": "Draw polygon",
  828. "text_input_value_select": "Select",
  829. "text_input_value_modify": "Modify",
  830. "text_featureSnap": "Edit Feature",
  831. "text_input_value_closeSnap": "Close snap",
  832. "text_input_value_openSnap": "Open snap",
  833. "text_input_value_addData": "Add data",
  834. "text_input_value_removeData": "Remove data",
  835. "text_input_value_location": "Location",
  836. "text_kernelDensityJobService": "Density Analysis",
  837. "text_analysisMethod": "Analysis method",
  838. "text_simpleDenAnalyst": "Simple density analysis",
  839. "text_meshSurfaceType": "Mesh surface type",
  840. "text_4grid": "Quadrilateral Mesh",
  841. "text_6grid": "Hexagonal Mesh",
  842. "text_gridSize": "GridSize",
  843. "text_gridSizeUnit": " GridSizeUnit",
  844. "text_searchRadius": "SearchRadius",
  845. "text_searchRadiusUnit": "SearchRadiusUnit",
  846. "text_areaUnit": 'Area unit',
  847. "text_baidu": "Baidu",
  848. "text_coordinateTransformation": "Map Coordinate Transformation: Transformation of pixel coordinates and geographical position coordinates",
  849. "text_mousePixelCoordinate": "Coordinate of Mouse Pixel: ",
  850. "text_positionCoordinate": "Position Coordinate:",
  851. "text_mouse": "Mouse",
  852. "text_event": "Event",
  853. "text_mapOverlay": "SuperMap REST Map Overlay",
  854. "text_opacity": "Opacity",
  855. "text_input_tips_opacity": "Set layer's opacity. Range [0-1].",
  856. "text_input_user_name": "Please enter nickname/username",
  857. "text_input_department_name": "Please enter department name",
  858. "text_toggleMaps": "Toggle Maps",
  859. "text_translation": "Zoom and Translation",
  860. "text_iClient": "The sample data comes from the offset data of the Baidu MapV, iClient does not rectify deviation",
  861. "text_queryByWFS": "WFS Query",
  862. "text_wms": "WMS Layer",
  863. "text_projection": "Projection system",
  864. "text_wmsVersion": "Wms version: ",
  865. "text_currentInfo": "The current layer's information: ",
  866. "text_mapProjection": "Map projection: ",
  867. "text_currentVersion": "Current version of wms",
  868. "text_a0mapPrint": "Map A0 Printing",
  869. "text_clickGetCoord": 'Click Map To Get Coordinate',
  870. "text_longitude": "Longitude: ",
  871. "text_latitude": "Latitude: ",
  872. "text_otherProvince": "Other province ",
  873. "text_windmap": "D3 Wind Map",
  874. "text_picker": "The picker of Gold medal's distribution in Beijing Olympic Games",
  875. "text_salesVolume1": "Sales Volume Statistics of ",
  876. "text_salesVolume2": "",
  877. "text_productA": "A",
  878. "text_productB": "B",
  879. "text_productC": "C",
  880. "text_productD": "D",
  881. "text_productE": "E",
  882. "text_productF": "F",
  883. "text_featureRightClick": "Feature Right Click",
  884. "text_mediacy": "Mediacy",
  885. "text_layerGroup": "Layer Group Control",
  886. "text_JingjinMap": "Jingjin Map",
  887. "text_lookUpLayer": "Drag to look up layer",
  888. "text_mapPrint": "Map printing",
  889. "text_handMouse": "Hand mouse style",
  890. "text_crossMouse": "Cross mouse style",
  891. "text_defaultMouse": "Default mouse style",
  892. "text_printscreen": "Map Printscreen",
  893. "text_detailedInfo": 'Detailed Information',
  894. "text_companyName": "Company name: ",
  895. "text_companyAddress": "Company address: ",
  896. "text_clientProjection": "Coordinate projection transformation of client map: ",
  897. "text_mousePosition": "Mouse position coordinate projection: ",
  898. "text_mouseCoord": "Mouse position coordinate: ",
  899. "text_rightClick": "Marker Layer Right Click Event",
  900. "text_setlayerstatus": "Sublayer Control",
  901. "text_mapSublayer": "Sublayer of World Map",
  902. "text_visibility": "visibility",
  903. "text_topHeight": "Building top height: ",
  904. "text_bottomHeight": "Building bottom height: ",
  905. "text_wallColor": "Building wall color: ",
  906. "text_topColor": "Building top color: ",
  907. "text_graphicSymbolData": "Drawing Graphic Layer Symbol",
  908. "text_countsDraw": "Counts",
  909. "text_featureID": 'Feature ID: ',
  910. "text_indexLeaf": "Index: ",
  911. "text_islandMultiPolygonData": "Island Cave and Multi Polygon",
  912. "text_labelVectorLayerData": "Label vector layer data",
  913. "text_mouseClickEvent": "Mouse click event",
  914. "text_splinesData": "Spline curve",
  915. "text_equipment": "Equipment ",
  916. "text_mouseClickEventLayer": "Mouse click event on vector layer",
  917. "text_basicVectorLayerData": "Basic vector layer data",
  918. "text_sourceDataset": "Source dataset",
  919. "text_overlayDataset": "Overlay dataset",
  920. "text_analystMode": "Analysis mode",
  921. "text_clip": "Clip",
  922. "text_intersect": "Intersect",
  923. "text_erase": "Erase",
  924. "text_union": "Union",
  925. "text_update": "Update",
  926. "text_identity": "Identity",
  927. "text_xor": "Symmetric difference",
  928. "text_retainedFieldSource": "Retained field on the source dataset",
  929. "text_retainedFieldOverlay": "Retained field on the overlay dataset",
  930. "text_lineWidth": "Line width: ",
  931. "text_lineType": "Line type: ",
  932. "text_lineColor": "Line color: ",
  933. "text_markerWidth": "Marker width: ",
  934. "text_markerHeight": "Marker height: ",
  935. "text_defaultStyle": "Use default style",
  936. "text_attributePanel": "Attribute Panel",
  937. "text_radius": "Radius",
  938. "text_kilometre": " km",
  939. "text_customAttr": 'Custom attributes',
  940. "text_commandPost": "Command post",
  941. "text_shanxiXian": "Xi'an, Shanxi",
  942. "text_weather": "Weather: clear",
  943. "text_direction": "Direction: 78°",
  944. "text_speed": "Seep: 123 km/h",
  945. "text_drainageAmount": "Drainage amount: 2000t",
  946. "text_police": "Criminal police",
  947. "text_firearms": "Firearms",
  948. "text_navy": "Navy force deployment",
  949. "text_airport": "Airport",
  950. "text_trafficPolice": "Traffic police",
  951. "text_orderPolice": "Order police",
  952. "text_commandCar": "Command car",
  953. "text_airportForceDeployment": "The deployment of the airport force",
  954. "text_satelliteCustomAttr": "Satellite custom attributes",
  955. "text_orientation": "Orientation",
  956. "text_Chongqing": "Chongqing",
  957. "text_Nanchang": "Nanchang",
  958. "text_Beijing": "Beijing",
  959. "text_Yinchuan": "Yinchuan",
  960. "text_seep1": "Seep",
  961. "text_height": "Height",
  962. "text_time": "Time",
  963. "text_drawPanel": "Drawing panel",
  964. "text_cancelDraw": "Cancel drawing",
  965. "text_editor": "Editor",
  966. "text_addLayer": "Add layer",
  967. "text_situationMapOperation": "Operate situation map",
  968. "text_editMarker": "Edit marker",
  969. "text_detailPanel": "Viewing panel",
  970. "text_aboutMode": "Switch layer lock / edit / select mode",
  971. "text_multiselect": "Switch multi select mode",
  972. "text_multiselectAlign": "Multi select align",
  973. "text_screenshot": "Screenshot",
  974. "text_avoid": "Avoid",
  975. "text_createGroup": "Create group",
  976. "text_editLayer": "Edit plotting layer?",
  977. "text_lockLayer": "Lock plotting layer?",
  978. "text_selectLayer": "Select plotting layer?",
  979. "text_fileUrl": "Fail url: ",
  980. "text_fileName": "Fail name: ",
  981. "text_fileList": "Fail list",
  982. "text_symbolLibInfo": "Symbol lib information: ",
  983. "text_symbolLibName": "Symbol lib's name",
  984. "text_SymbolLibID": "Symbol lib's ID",
  985. "text_symbolCounts": "Symbol counts",
  986. "text_layer": "Layer",
  987. "text_createSuccess": " Create success",
  988. "text_deleteSuccess": " Delete success",
  989. "text_performanceLayer": "High performance plotting layer: ",
  990. "text_performancePlottingLayer": "Plotting layer: ",
  991. "text_loadingData": "Loading data, please wait a minute......",
  992. "text_keyword": "keyword: ",
  993. "text_queryResult": "Query result: ",
  994. "text_propertyName": "Property name: ",
  995. "text_propertyValue": "Property value: ",
  996. "text_color": "Color",
  997. "text_featureInfo": "Feature information",
  998. "text_district": "District : Fangshan District",
  999. "text_organization": "Organization name : Beijing Fangshan District Fuhai Yili disabled vocational rehabilitation station",
  1000. "text_serviceType": "Service type : vocational rehabilitation",
  1001. "text_note": "Note: the scroll bar of this popup is the default style of the browser,",
  1002. "text_featureStyle": "Style of feature popup is jquery-nanoscroller,",
  1003. "text_needModify": "If you need to modify, please refer to the feature popup ",
  1004. "text_BeckStreet": "No. 221, B, Beck street, London",
  1005. "text_field": "Field",
  1006. "text_statisticResult": "Statistic result: ",
  1007. "text_averageValue": "Average value",
  1008. "text_maxValue": "Max value",
  1009. "text_minValue": "Min value",
  1010. "text_standardDeviation": "Standard deviation",
  1011. "text_sum": "Sum",
  1012. "text_variance": "Variance",
  1013. "text_gridQueryResult": "Grid query result: ",
  1014. "text_queryObjectMode": "Query object mode",
  1015. "text_dataset": "Dataset",
  1016. "text_queryObjectDataset": "Query object dataset",
  1017. "text_boundsQueryMode": "Spatial query mode",
  1018. "text_contain": "Contain",
  1019. "text_cross": "Cross",
  1020. "text_disjoint": "Disjoint",
  1021. "text_Identity": "Identity",
  1022. "text_overlap": "Overlap",
  1023. "text_touch": "Touch",
  1024. "text_within": "within",
  1025. "text_groupField": "Group field",
  1026. "text_attributeField": "Attribute field",
  1027. "text_statisticModes": "Statistic mode",
  1028. "text_polymerizationType": "Polymerization type",
  1029. "text_polymerizationMesh": "Polymerization mesh",
  1030. "text_polymerizationRegion": "Polymerization region",
  1031. "text_resolution": "Resolution",
  1032. "text_regionDataset": "Summary region dataset",
  1033. "text_summaryType": "Summary type",
  1034. "text_summaryMesh": "Summary mesh",
  1035. "text_summaryRegion": "Summary region",
  1036. "text_summaryDataset": "Summary dataset",
  1037. "text_statisticStandardField": "Statistic(standard property fields)",
  1038. "text_statisticWeightField": "Statistic(weight fields)",
  1039. "text_statisticAttrFieldMode": "Sttribute field statistical mode",
  1040. "text_AttrFieldName": "Attribute field name",
  1041. "text_statisticWeightFieldMode": "Weight field statistical mode",
  1042. "text_weightFieldName": "Weight field name",
  1043. "text_lengthAndArea": "Count length/area?",
  1044. "text_Name": "The name of the provincial administrative region: ",
  1045. "text_consumptionLevel1": "The consumption level of residents in 20",
  1046. "text_consumptionLevel2": "",
  1047. "text_yuan": "¥",
  1048. "text_legend": "legend",
  1049. "text_landType": "land type",
  1050. "text_grassland": "grassland",
  1051. "text_city": "city",
  1052. "text_shrub": "shrub",
  1053. "text_dryLand": "dry land",
  1054. "text_lakeReservoir": "lake/reservoir",
  1055. "text_economicForest": "economic forest",
  1056. "text_desert": "desert",
  1057. "text_irrigatedLand": "irrigated land",
  1058. "text_paddyField": "paddy field",
  1059. "text_timberForest": "timber forest",
  1060. "text_swamp": "swamp",
  1061. "text_DefaultStyle": "Default style",
  1062. "text_attributeTable": "attribute table",
  1063. "text_area": "area: ",
  1064. "text_graduatedSymbol": "Graduated Symbol Thematic Map",
  1065. "text_populationDensity": "population density(1992)",
  1066. "text_districtName": "district name: ",
  1067. "text_population": "population: ",
  1068. "text_inCountry": "The country: ",
  1069. "text_countsPOP": "population counts: ",
  1070. "text_topologyValidatorRule": "Topology validator rule",
  1071. "text_topologyValidatorDataset": "Topology validator dataset",
  1072. "text_tolerance": "Tolerance",
  1073. "text_clipObjectMode": "Clip object mode",
  1074. "text_clipObjectDataset": "Clip object dataset",
  1075. "text_internalClip": "internal clip",
  1076. "text_externalClip": "external clip",
  1077. "text_metro": "metro ",
  1078. "text_currentTime": "Current Time: ",
  1079. "text_24": "The 24th of the twelfth lunar month ",
  1080. "text_25": "The 25th of the twelfth lunar month ",
  1081. "text_26": "The 26th of the twelfth lunar month ",
  1082. "text_27": "The 27th of the twelfth lunar month ",
  1083. "text_28": "The 28th of the twelfth lunar month ",
  1084. "text_29": "The 29th of the twelfth lunar month ",
  1085. "text_30": "The Chinese new year's Eve ",
  1086. "text_clock": "'clock",
  1087. "text_removeDrawedPoint": "remove drawed point",
  1088. "text_hide": "hide",
  1089. "text_cartoCSSStyleChart": "Style Chart of CartoCSS: ",
  1090. "text_heatMapLayer": "Heat Map Layer",
  1091. "text_fastHeatMapLayer": "Fast Heat Map Layer",
  1092. "text_fastHeatMapLayer_mgl": "Heat Map Layer",
  1093. "text_degree": "degree",
  1094. "text_heatMapColorSection": "Heat Map Color Section",
  1095. "text_colorSection": "Color Section",
  1096. "text_temperatureRange": "temperature range",
  1097. "text_colorGrad": "Color grad",
  1098. "text_heatMapColorManual": "Heat Map Color Manual",
  1099. "text_inputColor": "Please input color value",
  1100. "text_addedColor": "Added color",
  1101. "text_country": "Country",
  1102. "text_capital": "Capital",
  1103. "text_goisLayer": "Gois Layer",
  1104. "text_cartoCSSPoint": "Carto CSS Point Symbols",
  1105. "text_choosePointType": "Points type :",
  1106. "text_cartoCSSHightlight": "Carto CSS Hightlight",
  1107. "text_mapInfoPrint": "Map has too much information, only print a part of it",
  1108. "text_mapName": "Map name",
  1109. "text_center": "Center",
  1110. "text_editSingle": "edit single feature",
  1111. "text_clickGridCellToQuery": "Please click the grid area that needs to be querying",
  1112. "text_GDPStatistic": "GDP statistics of 2013 and 2014 in the provinces of China",
  1113. "text_popThemeLayer": "Population thematic map of the national province",
  1114. "text_fictitiouData": "The data is purely fictitious",
  1115. "text_rainfall": "rainfall",
  1116. "text_runoff": "runoff",
  1117. "text_monday": "MON",
  1118. "text_tuesday": "TUE",
  1119. "text_wednesday": "WED",
  1120. "text_thursday": "THU",
  1121. "text_friday": "FRI",
  1122. "text_saturday": "SAT",
  1123. "text_sunday": "SUN",
  1124. "text_effectScatter": "Air quality in the main city in China",
  1125. "text_maxTemperature": "max",
  1126. "text_minTemperature": "min",
  1127. "text_nextWeekTemperature": " future temperature",
  1128. "text_class": "class ",
  1129. "text_commodity": "commodity ",
  1130. "text_commoditySales": "commodity sales",
  1131. "text_commodityClass": "commodity class",
  1132. "text_beijingCommoditySales": "Commodity sales in Beijing",
  1133. "text_day1": "Day ",
  1134. "text_day2": "",
  1135. "text_AQIindex": "AQI",
  1136. "text_CO": "CO",
  1137. "text_NO2": "NO2",
  1138. "text_SO2": "SO2",
  1139. "text_data": "data",
  1140. "text_SO2text": "brightness: SO2",
  1141. "text_roundSize": "round size: PM2.5",
  1142. "text_weiboChina": "scatter of Weibo user",
  1143. "text_strong": "Strong",
  1144. "text_middle": "Middle",
  1145. "text_weak": "Weak",
  1146. "text_clipMode": "Clip analysis mode",
  1147. "text_consumptionIn2009": "Residents' consumption level in 09 years",
  1148. "text_vectorDefaultStyle": "Default style",
  1149. "text_darkBlueStyle": "Dark blue style",
  1150. "text_fiordStyle": "Fiord style",
  1151. "text_klokantechStyle": "Klokantech style",
  1152. "text_osmStyle": "OSM style",
  1153. "text_positronStyle": "Positron style",
  1154. "text_landUseType": "Type of land use",
  1155. "text_landArea": "Land area",
  1156. "text_squareKilometre": "square kilometre",
  1157. "text_densityOfPopulation": "Population density",
  1158. "text_great": "great",
  1159. "text_good": "good",
  1160. "text_mildPollution": "mild pollution",
  1161. "text_moderatePollution": "moderate pollution",
  1162. "text_heavyPollution": "heavy pollution",
  1163. "text_severePollution": "severe pollution",
  1164. "text_currentCity": "current city",
  1165. "text_distance": "distance",
  1166. "text_edit": "Edit",
  1167. "text_selectMarkerToDelete": "Select marker and delete it.",
  1168. "text_facilityPoint1": "Facility point 1",
  1169. "text_facilityPoint2": "Facility point 2",
  1170. "text_facilityPoint3": "Facility point 3",
  1171. "text_distributionCentre1": "Distribution centre 1",
  1172. "text_distributionCentre2": "Distribution centre 2",
  1173. "text_distributionCentre3": "Distribution centre 3",
  1174. "text_destination1": "Destination 1",
  1175. "text_destination2": "Destination 2",
  1176. "text_site1": "Site 1",
  1177. "text_site2": "Site 2",
  1178. "text_site3": "Site 3",
  1179. "text_retailStation1": "Retail station 1",
  1180. "text_retailStation2": "Retail station 2",
  1181. "text_retailStation3": "Retail station 3",
  1182. "text_latLng": "Latitude and longitude is",
  1183. "text_dataSources": "data sources",
  1184. "text_NYTaxiCarPoint": "The boarding point of New York taxis",
  1185. "text_bufferAnalystResult": "buffer analysis result",
  1186. "text_overlayAnalystResult": "overlay analysis result",
  1187. "text_overlayBatchAnalystResult": "overlay batch analysis result",
  1188. "text_switchLayer": "switch layer",
  1189. "text_beijingCity": "Beijing",
  1190. "text_chengdu": "Chengdu",
  1191. "text_guangzhouCity": "Guangzhou",
  1192. "text_shanghaiCity": "Shanghai",
  1193. "text_usageExample": "Usage example of iPortal QueryMaps",
  1194. "text_createdIn": "Created in",
  1195. "text_function": "Function",
  1196. "text_instance": "Instance",
  1197. "text_login": "Login",
  1198. "text_logout": "Logout",
  1199. "text_serviceAddress": "Service address",
  1200. "text_input_tips_serviceDomainName": "Service domain name/IP+port",
  1201. "text_userName": "User name",
  1202. "text_password": "Password",
  1203. "text_applyForToken": "Apply for token",
  1204. "text_clientID": "Client identity",
  1205. "text_clientIP": "IP of client",
  1206. "text_currentRequestIP": "IP of the current request",
  1207. "text_noClientLimit": "No client limit",
  1208. "text_refererIPEmpty": "Referer/IP/empty",
  1209. "text_termValid": "Term of validity",
  1210. "text_oneHour": "one hour",
  1211. "text_oneDay": "one day",
  1212. "text_oneWeek": "one week",
  1213. "text_oneMonth": "one month",
  1214. "text_oneYear": "one year",
  1215. "text_tokenAuthorized": "Token authorized access to private services",
  1216. "text_accessing": "Accessing",
  1217. "text_keyAuthorized": "Key authorization to access private map services",
  1218. "text_iPortalServicesAddress": "iPortal private map service address",
  1219. "text_keyAuthorizedGetMap": "Key authorized get map",
  1220. "text_tokenAuthorizedGetMap": "Token authorized get map",
  1221. "text_getMap": "Get map",
  1222. "text_iServerAddress": "iServer home page address, such as: http://localhost:8090/iserver",
  1223. "text_iManagerAddress": "iManager home page address,such as: http://localhost:8390/imanager",
  1224. "text_keyAuthorizedService": "key authorized access to private services",
  1225. "text_noData": "no data",
  1226. "text_classificationAnalysis": "classification analysis",
  1227. "text_classificationAnalysisType": "classification analysis type",
  1228. "text_createGrid": "create grid",
  1229. "text_gridAnalysisType": "grid analysis type",
  1230. "text_hexGrid": "hex grid",
  1231. "text_pointGrid": "point grid",
  1232. "text_squareGrid": "square grid",
  1233. "text_triangleGrid": "triangle grid",
  1234. "text_unitGridSize": "grid size",
  1235. "text_gridUnitSizeUnit": "Unit of grid size",
  1236. "text_degrees": "degrees",
  1237. "text_radians": "radians",
  1238. "text_miles": "miles",
  1239. "text_kilometers": "kilometers",
  1240. "text_adjustSize": "Whether to adjust size to fit the size of the bbox",
  1241. "text_adjustPoint": "Adjust point to grid center",
  1242. "text_creationRange": "The creation range is polygon",
  1243. "text_returnedByTriangle": "return in the form of trigon",
  1244. "text_interpolationAnalysis": "interpolation analysis",
  1245. "text_interpolationAnalysisType": "interpolation analysis type",
  1246. "text_Jingshen": "JingShen Road, Wollongang tunnel section",
  1247. "text_distanceUnit": "distance unit",
  1248. "text_distanceToStart": "Distance to starting point",
  1249. "text_position": "position",
  1250. "text_positionRange": "[-180, 180]",
  1251. "text_turfMeasure": "turf measure",
  1252. "text_totalLength": "total length: 1174.8 meters, about 0.729 miles",
  1253. "text_getPoint": "get the point",
  1254. "text_measureArea": "measure area",
  1255. "text_getArea": "get the area",
  1256. "text_JingshenBounds": "Bounds of Wollongang tunnel section, JingShen Road",
  1257. "text_getBounds": "get the bounds",
  1258. "text_pointToTarget": "The point from Beijing to the target position",
  1259. "text_getTargetPoint": "get the target point",
  1260. "text_scenicSpotsCenter": "Beijing surrounding scenic spots center",
  1261. "text_getScenicSpotCenter": "get scenic spot center",
  1262. "text_distanceBetween": "The distance between Beijing and Tianjin",
  1263. "text_getDistance": "get the distance",
  1264. "text_middlePointBetween": "Get the middle point between Beijing and Tianjin",
  1265. "text_getMiddlePoint": "get the middle point",
  1266. "text_bigRoundRoute": "The big round route from Beijing to Prague",
  1267. "text_getRoute": "get route",
  1268. "text_getBuffer": "get buffer",
  1269. "text_polygon": "polygon",
  1270. "text_getPolygon": "get polygon",
  1271. "text_bezier": "The Bessel curve of the Bach Ha",
  1272. "text_getBezier": "get the Bessel curve",
  1273. "text_externalTangentSquare": "Minimum external tangent square",
  1274. "text_getExternalTangentSquare": "get minimum external tangent square",
  1275. "text_buffer": "buffer",
  1276. "text_step": "step",
  1277. "text_geoline": " simulate migrate",
  1278. "text_fictitiou": "fictitiou",
  1279. "text_maxHighDot": "max High Dot",
  1280. "text_minLowDot": "min Low Dot",
  1281. "text_PM25": "PM25",
  1282. "text_PM10": "PM10",
  1283. "text_noStart": "No Start",
  1284. "text_console": "the console",
  1285. "text_startTime": "start time",
  1286. "text_finishTime": "finish time",
  1287. "text_refreshStepSize": "step",
  1288. "text_refreshFrequency": "frequency",
  1289. "text_getIserverlist": "get iServer list",
  1290. "text_name": "name",
  1291. "text_gain": "gain",
  1292. "text_activateNode": "start node",
  1293. "text_nodeID": "nodeID",
  1294. "text_stopNode": "stop node",
  1295. "text_createiServer": "create iServer",
  1296. "text_nodeName": "node name",
  1297. "text_physicalMachine": "Name of physical machine",
  1298. "text_input_tips_physicalMachine": "Fill in the physical machine that VM belongs to",
  1299. "text_applyToken": "Apply for token",
  1300. "text_nodeIDNeedToActivate": "node id to be started",
  1301. "text_nodeIDNeedToStop": "node id to be stop",
  1302. "text_input_tips_nodeName": "Please fill in the node name",
  1303. "text_tips_ServiceUrl": "Please fill in the service address",
  1304. "text_tips_id": "Please fill in the id",
  1305. "text_tips_physicalMachineName": "Please fill in the name of the physical machine",
  1306. "text_flight": "flight",
  1307. "text_flightNumber": "flight number",
  1308. "text_allSelect": "select all",
  1309. "text_deSelectAll": "reverse selection",
  1310. "text_select": "Please select",
  1311. "text_querypoint": "query point",
  1312. "text_beyondDistance": "Beyond the range of distance, please fill in it again",
  1313. "text_measure": "measure",
  1314. "text_attrAnimation": "Attribute animation",
  1315. "text_flickerAnimation": "Flicker animation",
  1316. "text_growthAnimation": "Growth animation",
  1317. "text_revolveAnimation": "Revolving animation",
  1318. "text_proportionAnimation": "Proportional animation",
  1319. "text_SHAnimation": "Show/hidden animation",
  1320. "text_pathAnimation": "Path animation",
  1321. "text_echartsEarthquake_title": "Earthquake occurrences from 2005 to 2016",
  1322. "text_echartsEarthquake_sub_title": "units: times",
  1323. "text_quarter_1": "Quarter 1",
  1324. "text_quarter_2": "Quarter 2",
  1325. "text_quarter_3": "Quarter 3",
  1326. "text_quarter_4": "Quarter 4",
  1327. "text_mapvLianjia_tooltip": "Price(m²):",
  1328. "text_l_echartsEarthquake": "The heatmap of earthquake data from 2008 to 2017",
  1329. "text_l_echartsEarthquake_x_coordinate": "month",
  1330. "text_echartsLinesMillions_bjRoads": "Beijing Road Network",
  1331. "text_echartsLinesMillions_bjRoads_subtext": "drawn by 1.3 million points",
  1332. "text_echartsLinesMillions_railways": "National Railway Network",
  1333. "text_echartsLinesMillions_railways_subtext": "drawn by 4 million points",
  1334. "text_echartsLinesMillions_waterSystem": "National Water System",
  1335. "text_echartsLinesMillions_waterSystem_subtext": "drawn by 14 million points",
  1336. "text_echartsLinesMillions_roads": "National Roads Network",
  1337. "text_echartsLinesMillions_roads_subtext": "drawn by 25 million points",
  1338. "text_graphicLayer_title": "Boarding points of NYC taxis",
  1339. "text_graphicLayer_subTitle": "1.45 million points",
  1340. "text_echartsLinesMillions_nyTaxi": "New York taxi map",
  1341. "text_echartsLinesMillions_nyTaxi_subtext": "drawn by 1.4 million points",
  1342. "text_esmode_streaming": "real time display",
  1343. "text_esmode_history": "historical display",
  1344. "text_esmode": "display mode",
  1345. "text_LineStyleEditor": "Layer:",
  1346. "text_lineBorderLayer": "LineBorder",
  1347. "text_lineFillLayer": "LineFill",
  1348. "text_lineColor_1": "color:",
  1349. "text_lineOpacity": "opacity:",
  1350. "text_lineWidth_1": "width:",
  1351. "text_tipsPopup_subtext": "Click on the line to edit this linelayer style",
  1352. "text_alert_subtext": "Click on the LineLayer to Edit LineLayer Style",
  1353. "text_paly": "play",
  1354. "text_pause": "pause",
  1355. "text_mb_deckglLayer_nyc_census": "This dataset contains the 2010 Census tract population data of NYC",
  1356. "text_mb_deckglLayer_sfcontour": "Elevation contours of San Francisco mainland and Treasure Island/Yerba Island",
  1357. "text_mb_deckglLayer_scatterPlot": "Location, maginitude and magtype of 2.5+ magnitude earthquakes in california",
  1358. "text_mb_deckglLayer_sftrees": "A 3d hexbin density map showing every single streets in San Francisco",
  1359. "text_mb_deckglLayer_ukcommute": "A origin destination map using 3d arcs to show commute patterns of England and Wales residence",
  1360. 'text_openFile': "Select file",
  1361. 'text_analysisLayer':"[Analytical Layer]",
  1362. 'text_spatialAnalysisLayerName':"China's historical earthquake data above level 5",
  1363. 'text_symbolEqualSize':"Equal large",
  1364. 'text_symbolDistribution':"Uniform distribution",
  1365. 'text_myRasterLayer':"My Raster Layer",
  1366. 'text_opt_border': "border",
  1367. 'text_sel_border': "Border type",
  1368. 'text_choose_user': "Selected Users",
  1369. 'text_choose_department': "Selected Departments",
  1370. 'text_user_search': "Everyone can search",
  1371. 'text_user_download': "Everyone can download",
  1372. 'text_user_view': "Everyone can view",
  1373. 'text_user_editor': "Login users can edit",
  1374. 'text_nickname': "Nickname(Username)",
  1375. 'text_department': "Department Name",
  1376. 'text_group': "Group Name",
  1377. 'text_is_search': "Search",
  1378. 'text_is_view': "View",
  1379. 'text_is_edit': "Edit",
  1380. 'text_is_download': "Download",
  1381. 'text_userMap': "Map from users",
  1382. "title_componentsTianditu_Vue": 'Tianditu',
  1383. "title_componentsTianditu_route_Vue": 'Route Plan',
  1384. "title_componentsTianditu_search_Vue": 'POI Search',
  1385. "title_componentsTianditu_switch_Vue": 'Switcher',
  1386. "title_componentsTianditu_home_Vue": 'Home',
  1387. 'text_ncp_riskLevel':"Risk Level",
  1388. 'text_ncp_nowConfirmed':"Current Confirmed",
  1389. 'text_ncp_incrementConfirmed':"New Confirmed",
  1390. 'text_ncp_incidence':"Reported Incidence",
  1391. 'text_ncp_nodata_tooltip':"{name}: No Data",
  1392. 'text_ncp_riskLevel_tooltip':"{name}: No new confirmed for {daysNoConfirmedAdd} consecutive days",
  1393. 'text_ncp_riskLevel_tooltip1':"{name}: The highest newly diagnosed in the past 3 days {daysMaxConfirmedAdd}<br>New confirmed {confirmedAdd} yesterday",
  1394. 'text_ncp_riskLevel_title':"Epidemic Risk Level Map",
  1395. 'text_ncp_incrementConfirmed_title':"New Confirmed in China",
  1396. 'text_ncp_incrementConfirmed_tooltip':"{name}: New Confirmed {confirmedAdd}",
  1397. 'text_ncp_nowConfirmed_title':"Current Confirmed in China",
  1398. 'text_ncp_nowConfirmed_tooltip':"{name}: Current Confirmed {nowConfirmed}",
  1399. 'text_ncp_incidence_title':"Reported incidence by China (per 100,000)",
  1400. 'text_ncp_incidence_tooltip':"{name}: Reported Incidence {incidence}<br>Cumulative Confirmed {confirmed}, Population {population}0000",
  1401. 'text_ncp_time':"Until {time}",
  1402. 'text_ncpworld_incrementConfirmed_title':"Global (exclude China) New Confirmed",
  1403. 'text_ncpworld_confirmed_title':"Global (exclude China) Cumulative Confirmed",
  1404. 'text_ncp_confirmed_tooltip':"{name}: Cumulative Confirmed {confirmed}",
  1405. 'text_ncp_confirmed':"Cumulative Confirmed",
  1406. 'text_ncpworld_incidence_title':"Reported incidence by World (per 100,000)",
  1407. 'text_ncp_world':"Global NCP",
  1408. 'text_ncp_china':"China NCP",
  1409. "text_input_value_addMask": "Add mask",
  1410. "text_input_value_removeMask": "Remove mask",
  1411. "text_add_sicahun_plygon":"Loading Sichuan Province Regional Data...",
  1412. "btn_previous":"Previous",
  1413. "btn_next":"Next",
  1414. "btn_operate": "Action",
  1415. "btn_overlayAnalyst": "Start analysis",
  1416. "btn_terrainCurvatureCalculation": "Start calculation",
  1417. "btn_mathExpression": "Start calculation",
  1418. "btn_clearLayer": "Clear layer",
  1419. "btn_createOpacity": "Click to create layer",
  1420. "btn_toggleMaps": "Toggle maps",
  1421. "btn_enlarge": "Enlarge",
  1422. "btn_lessen": "Lessen",
  1423. "btn_translation": "Translation",
  1424. "btn_load": "To load",
  1425. "btn_polygon": "Polygon",
  1426. "btn_a0Print": "A0 print",
  1427. "btn_createWindRose": "Create wind rose",
  1428. "btn_pause": "Pause",
  1429. "btn_run": "Run",
  1430. "btn_layerGroup": "layer group control",
  1431. "btn_openSwitch": "Open",
  1432. "btn_closeSwitch": "Close",
  1433. "btn_marker": "Marker",
  1434. "btn_print": "Print",
  1435. "btn_printscreen": "printscreen",
  1436. "btn_setlayerstatus": "sublayer controller",
  1437. "btn_startDraw": "Start drawing",
  1438. "btn_switchIcon": "Switch and redraw",
  1439. "btn_noEventDraw": "Ordinary drawing",
  1440. "btn_openEventDraw": "Event drawing",
  1441. "btn_createPoint": "Create point set",
  1442. "btn_createBLine": "Create spline curve",
  1443. "btn_createIcon": "Create icon",
  1444. "btn_overlay": "Overlay",
  1445. "btn_open": "Open",
  1446. "btn_addToLater": "Add to layer",
  1447. "btn_drawMarker": "Draw marker",
  1448. "btn_cancelMarker": "Cancel",
  1449. "btn_drawText": "Draw text",
  1450. "btn_drawImage": "Draw image",
  1451. "btn_route1": "Route1",
  1452. "btn_route2": "Route2",
  1453. "btn_route3": "Route3",
  1454. "btn_sectorArea": "Sector area",
  1455. "btn_interfereBeam": "Interfering beam",
  1456. "btn_objectMarker": "Object marker",
  1457. "btn_objectMarker1": "Object marker1",
  1458. "btn_troopDeploy1": "Troop deployment1",
  1459. "btn_troopDeploy2": "Troop deployment2",
  1460. "btn_satellite": "Satellite",
  1461. "btn_satelliteWindow1": "Satellite with time window 1",
  1462. "btn_satelliteWindow2": "Satellite with time window 2",
  1463. "btn_editRectangle": "Edit outer rectangle",
  1464. "btn_editNode": "Edit node",
  1465. "btn_drawRoute": "Draw route",
  1466. "btn_edit": "Editing",
  1467. "btn_deleteNode": "Delete node",
  1468. "btn_routeHighlight": "Route highlight",
  1469. "btn_routeFlicker": "Route flicker",
  1470. "btn_cancelPlotting": "Cancel plotting",
  1471. "btn_deleteMarker": "Delete marker",
  1472. "btn_clearLayers": "Clear layer",
  1473. "btn_copy": "Copy",
  1474. "btn_cut": "Cut",
  1475. "btn_paste": "Paste",
  1476. "btn_saveSimulationMap": "save simulation map",
  1477. "btn_loadSimulationMap": "load simulation map",
  1478. "btn_addNode": "add node",
  1479. "btn_lockSwitch": "lock switch layer",
  1480. "btn_editSwitch": "edit switch layer",
  1481. "btn_selectSwitch": "select switch layer",
  1482. "btn_leftAlignment": "left alignment",
  1483. "btn_rightAlignment": "right alignment",
  1484. "btn_topAlignment": "top alignment",
  1485. "btn_bottomAlignment": "bottom alignment",
  1486. "btn_verticalCenter": "vertical center",
  1487. "btn_horizontalCenter": "horizontal center",
  1488. "btn_avoidEdit": "Avoid editor",
  1489. "btn_cancelAvoidEdit": "Cancel avoid editor",
  1490. "btn_deleteAvoid": "Delete avoid editor",
  1491. "btn_group": "Group",
  1492. "btn_flags": "Flags",
  1493. "btn_unbundling": "Unbundling",
  1494. "btn_upload": "Upload",
  1495. "btn_download": "Download",
  1496. "btn_plot": "Plot",
  1497. "btn_clear": "Clear",
  1498. "btn_createLayer": "Create layer",
  1499. "btn_deleteLayer": "Delete layer",
  1500. "btn_createAnimation": "Create animation",
  1501. "btn_play": "Play",
  1502. "btn_stop": "Stop",
  1503. "btn_reset": "Reset",
  1504. "btn_deleteAnimation": "Delete animation",
  1505. "btn_deleteAllAnimation": "Delete all",
  1506. "btn_clearPlot": "Clear plotting",
  1507. "btn_addDifferentPlot": "Add different plot",
  1508. "btn_addSamePlot": "Add same plot",
  1509. "btn_query": "Query",
  1510. "btn_save": "Save",
  1511. "btn_add": "Add",
  1512. "btn_saveAs": "Save as: ",
  1513. "btn_addProperty": "Add property",
  1514. "btn_circle": "Circle",
  1515. "btn_rectangle": "Rectangle",
  1516. "btn_cancel": "cancel",
  1517. "btn_setBackgroundColor": "Set background color",
  1518. "btn_changeOpacity": "Change opacity",
  1519. "btn_addFeature": "Add feature",
  1520. "btn_selectFeature": "Select feature",
  1521. "btn_editFeature": "Edit feature",
  1522. "btn_deleteFeature": "Delete feature",
  1523. "btn_statistic": "Statistic",
  1524. "btn_point": "Point",
  1525. "btn_line": "Line",
  1526. "btn_Polygon": "Polygon",
  1527. "btn_clearAll": "Clear all",
  1528. "btn_clearFew": "Clear few",
  1529. "btn_clearSelect": "Clear selection",
  1530. "btn_openEdit": "Open edit",
  1531. "btn_closeEdit": "Lose edit",
  1532. "btn_summary": "Summary",
  1533. "btn_polymerization": "Polymerization",
  1534. "btn_addThemeLayer": "Add theme layer",
  1535. "btn_highlightFill": "Highlight fill",
  1536. "btn_highlightStroke": "Highlight stroke",
  1537. "btn_initialStyle": "Initial style",
  1538. "btn_switchBar": "Bar chart",
  1539. "btn_switchLine": "Line chart",
  1540. "btn_switchPie": "Pie chart",
  1541. "btn_updateData": "Update",
  1542. "btn_addLabel": "Add label",
  1543. "btn_regionNoOverlap": "no overlap inside region dataset",
  1544. "btn_regionNoOverlapWith": "no overlap between two region dataset",
  1545. "btn_regionContainedByRegion": "region dataset contained by the other one",
  1546. "btn_regionCoveredByRegion": "region dataset covered by the other one",
  1547. "btn_lineNoOverlap": "no overlap inside line dataset",
  1548. "btn_lineNoOverlapWith": "no overlap between two line dataset",
  1549. "btn_pointNoIdentical": "no overlap inside point dataset",
  1550. "btn_start": "Start",
  1551. "btn_queryCar": "Query car",
  1552. "btn_startAnimator": "Start",
  1553. "btn_pauseAnimator": "Pause",
  1554. "btn_stopAnimator": "Stop",
  1555. "btn_showOrHide": "Show / Hide map",
  1556. "btn_removeOldPoint": "Remove old point",
  1557. "btn_acceleration": "Acceleration",
  1558. "btn_deceleration": "Deceleration",
  1559. "btn_switchDirection": "Switch direction",
  1560. "btn_switchTwinkle": "Switch twinkle",
  1561. "btn_switchTails": "Switch tails",
  1562. "btn_showOrHideTrain": "Show / Hide railway ",
  1563. "btn_cancelHighlight": "Cancel highlight",
  1564. "btn_addMarker": "Add marker",
  1565. "btn_undoAdd": "Undo add",
  1566. "btn_drag": "Drag",
  1567. "btn_drawCircle": "Draw circle",
  1568. "btn_notDraw": "Not draw",
  1569. "btn_modify": "Modify",
  1570. "btn_notModify": "Not modify",
  1571. "btn_createGrid": "create grid for the current drawing range",
  1572. "btn_createTin": "Create tin",
  1573. "btn_clearTin": "Clear result",
  1574. "btn_getResult": "Get result",
  1575. "btn_input_value_match": "Match",
  1576. "btn_grid": "Grid map",
  1577. "btn_startup": "Startup",
  1578. "btn_create": "Create",
  1579. "btn_undo": "Undo",
  1580. "btn_redo": "Redo",
  1581. "btn_symbolEqualWidth":"Equal width",
  1582. "btn_symbolEqualHeight":"Equal height",
  1583. "btn_symbolEqualWidthHeight":"Equal width and height",
  1584. "btn_symbolLevelDistribution":"Horizontal uniform distribution",
  1585. "btn_symbolVerticalDistribution":"Vertical uniform distribution",
  1586. "btn_breathingAperture":"Breathing Aperture",
  1587. "btn_haloRing":"Halo Ring",
  1588. "btn_rotatingAperture":"Rotating Aperture",
  1589. "btn_diffusedAperture":"Diffused Aperture",
  1590. "btn_rotatingTextBorder":"RotatingTextBorder",
  1591. "btn_fluorescence":"Fluorescent point",
  1592. "btn_lightTheme":"Light theme",
  1593. "btn_darkTheme":"Dark theme",
  1594. "btn_customTheme":"Custom theme",
  1595. "btn_switchTheme":"Switch theme",
  1596. "btn_OK":"OK",
  1597. "btn_objectdetection":"Add objectdetection result",
  1598. "btn_binaryclassification":"Add binaryclassification result",
  1599. "msg_published":"This service has already been published",
  1600. "msg_unpublish_success":"unPublish successfully",
  1601. "msg_unpublish_failed":"unPublish failed",
  1602. "msg_publish_success":"Publish successfully",
  1603. "msg_publish_failed":"Publish failed",
  1604. "msg_register_success":"Register successfully",
  1605. "msg_upload_success":"Upload successfully",
  1606. "msg_upload_failed":"Upload failed",
  1607. "msg_upload_file":"Please select a file to upload",
  1608. "msg_file_type":"Files types that not supported",
  1609. "msg_user_not_exist":"This user doesn't exist",
  1610. "msg_department_not_exist":"This department doesn't exist",
  1611. "msg_user_added":"The user has been added",
  1612. "msg_department_added":"The department has been added",
  1613. "msg_not_share_admin":"No need to share with the administrator",
  1614. "msg_input_department_name":"Please enter department name",
  1615. "msg_shareSuccess":"Share successful",
  1616. "msg_shareFailed":"Share failed",
  1617. "msg_updateSuccess": "Update successful",
  1618. "msg_choise_resources_delete":"Please select a resource to delete!",
  1619. "msg_choise_resources_share":"Please select a resource to share!",
  1620. "msg_query_failed":"Not logged in and cannot access my resources!",
  1621. "msg_login_failed":"wrong user name or password",
  1622. "msg_addPath": "Please add the path for buffer analysis.",
  1623. "msg_bufferAnalyst": "Please do the buffer analysis at first to get the scope of the query.",
  1624. "msg_eventPoint": "Please choose a event point!",
  1625. "msg_check": "The number of sites should be greater than 2",
  1626. "msg_findPath": "The number of sites is wrong",
  1627. "msg_querySuccess": "Query successful",
  1628. "msg_queryFailure": "Query failed",
  1629. "msg_updateFailure": "Update failed",
  1630. "msg_deleteFailure": "Delete failed",
  1631. "msg_getRoute": "Please get the routing object by query!",
  1632. "msg_MByQuery": "The measured value is:",
  1633. "msg_queryRouteSuccess": "Query route object successful",
  1634. "msg_queryRouteFailure": "Query routing object failed",
  1635. "msg_locLineSuccess": "Route location line successful",
  1636. "msg_locLineFailed": "Route location line failed",
  1637. "msg_locPointSuccess": "Route location point successful",
  1638. "msg_locPointFailed": "Route location point failed",
  1639. "msg_createFailed": "Create it failed!",
  1640. "msg_measureResult": "Measure Result: ",
  1641. "msg_sqm": "sq.m.",
  1642. "msg_m": "m",
  1643. "msg_loadedData": "Data has been loaded.",
  1644. "msg_geoLocate": "The browser you are currently using does't support the map location services.",
  1645. "msg_navigation": "Hold the Alt key and drag the left mouse button to zoom",
  1646. "msg_zoomBox": 'Hold the shift key and drag the left mouse button to zoom',
  1647. "msg_query": "Prompt:",
  1648. "msg_selectSPoint": "Please select the starting point of the query",
  1649. "msg_selectEPoint": "Please select the ending point of the query",
  1650. "msg_noSInfo": "No matching starting point information",
  1651. "msg_noEInfo": "No matching ending point information",
  1652. "msg_supportCanvas": "Your browser does't support the canvas, please upgrade it",
  1653. "msg_drawPolygon": "Click on the right key to draw a polygon",
  1654. "msg_supportPrint": "Less than IE9 versions do't support partial printing",
  1655. "msg_supportEquipment": "Your equipment is not supported, please use PC or other equipment",
  1656. "msg_clickZoom": 'Click the right key to select the zoom option',
  1657. "msg_supportSVG": "Your browser doesn't support SVG, please upgrade!",
  1658. "msg_supportInstance": "Your browser doesn't support this instance, please upgrade!",
  1659. "msg_querySQLFailed": "Query data by SQL is failed, please check the service configuration",
  1660. "msg_rightClick": "Right-click the mark point",
  1661. "msg_drawShape": "Click the left mouse button to start drawing",
  1662. "msg_totalTime1": "The total time about the ",
  1663. "msg_totalTime2": " symbols is: ",
  1664. "msg_drawTwoPoint": "Please draw two points at least!",
  1665. "msg_overlayFailed": "Open/overlay the situation map failed, please check whether the situation map is correct",
  1666. "msg_NoPlottingLayer": "Current map without plotting layer!",
  1667. "msg_inputName": "Please input name of the situation map",
  1668. "msg_selectSymbol": "Please select symbol before the avoid editor",
  1669. "msg_enterAvoidEdit": "Please enter the avoid editor before the delete avoid editor",
  1670. "msg_selectFeature": "Please select the mark that you want to edit",
  1671. "msg_createPopup": "Please click the event point firstly to create popup.",
  1672. "msg_addFeatureSuccess": "Add feature success",
  1673. "msg_addFeatureFailed": "Add feature failed",
  1674. "msg_queryFeatureEmpty": "The query feature is empty",
  1675. "msg_selectFeatureFirstly": "Please select feature at first",
  1676. "msg_updateFeatureSuccess": 'Update feature success',
  1677. "msg_updateFeatureFailed": 'Update feature failed',
  1678. "msg_deleteFeatureSuccess": 'Delete feature success',
  1679. "msg_deleteFeatureFailed": 'Delete feature failed',
  1680. "msg_geographicPosition": "geographical position error! ",
  1681. "msg_gridQueryNote": "Note: Click the map at any position, the instance will start to grid query at this location, and the bottom left corner of the map will show the query results after the query is completed.",
  1682. "msg_drawQueryBounds": "Please draw the query range!",
  1683. "msg_drawClipBounds": "Please draw the clip range!",
  1684. "msg_chooseColor": "Please choose color value",
  1685. "msg_repeatedAdditions": "Repeated Additions!",
  1686. "msg_noDataRedraw": "No data has been obtained, please redraw",
  1687. "msg_noRevocableMarker": "There is no revocable marker.",
  1688. "msg_noMarkerToSubmit": "There is no new marker to be submitted, please add new marker firstly.",
  1689. "msg_submitSuccess": "Successful submission",
  1690. "msg_selectDeletePoint": "Please select the point that you need to delete.",
  1691. "msg_deleteFailed": "Delete failed",
  1692. "msg_queryMileagePoint1": "The mileage point is ",
  1693. "msg_queryMileagePoint2": "",
  1694. "msg_addMarker": "Please add the marker firstly",
  1695. "msg_errorMsg": "Error messages",
  1696. "msg_loginSuccess": "Login successful",
  1697. "msg_logoutSuccess": "Logout uccessful",
  1698. "msg_fillInURL": "Please fill in the URL",
  1699. "msg_loginFailed": "Login failed",
  1700. "msg_logoutFailed": "Logout failed",
  1701. "msg_findAirport": "Click the map to find the nearest airport from the click location",
  1702. "msg_beyondScope": "Beyond the scope of analysis.",
  1703. "msg_nearestAirport": "The nearest airport to this point is ",
  1704. "msg_drawMeshRegion": "Press on the ctrl + mouse left key to create a grid area",
  1705. "msg_noDataToDelete": "No data can be deleted",
  1706. "msg_drawAnalysisRegion": "Press on the ctrl + mouse left key to draw the range of the analysis on the map.",
  1707. "msg_layerCreated": "The layer has been created, do not repeat the creation.",
  1708. "msg_drawPolygonAndClick": "Please draw polygon firstly, then click the button to calculate the area",
  1709. "msg_markPoint": "Please mark a point firstly",
  1710. "msg_noMethod": "Method do not exist",
  1711. "msg_illegal": "Choose illegal, please choose again",
  1712. "msg_illegalFillIn": "Fill illegal, please input again",
  1713. "msg_incorrectInfo": "Incomplete or incorrect information",
  1714. "msg_inputValue": "Please input the value in the [-180, 180]",
  1715. "msg_stepSize": "The step size must be more than 0",
  1716. "msg_selectUnit": "Please select the unit",
  1717. "msg_singleSideQuery": "Single object queries only support single side queries!",
  1718. "msg_drawAnalystRange": "Please use the upper left corner drawing tool to draw the analysis range",
  1719. "msg_dontRedraw": "Already there is analysis range, do not repeat the drawing.",
  1720. "msg_clickDrawAnalystRange": "Click and drag the mouse to draw the rectangle analysis range.",
  1721. "msg_drawTurfPolygon": "Use the left drawing control to draw the polygon, and click the right button to calculate",
  1722. "msg_externalTangentSquare": "Draw the rectangle with the left drawing control and click the right button to calculate the minimum tangent square",
  1723. "msg_drawLayer": "Please draw layer",
  1724. "msg_vectorClip": "Vector clipping analysis only supports single side clipping!",
  1725. "msg_clickToPopup": 'Please click the map to open popup',
  1726. "msg_clickLayerToPopup": 'Please click the layer\'s feature to check properties',
  1727. "msg_addSuccess": "Added successfully!",
  1728. "msg_addFailed": "Added failed!",
  1729. "set_style": "",
  1730. "style_width420px": 'width: 500px',
  1731. "style_width350px": 'width: 400px',
  1732. "style_heatMapWidth": "width: 340px",
  1733. "style_plotAnimation": "width: 170px; height: 35px; margin-bottom: 0; border-bottom-right-radius: 4px; border-top-right-radius: 4px;",
  1734. "text_baseInfo": "Base Info",
  1735. "text_layoutTemplates": "Layout Templates",
  1736. "text_title": "Title",
  1737. "text_subTitle": "Sub Title",
  1738. "text_copyRightInfo": "CopyRight Information",
  1739. "text_author": "Author",
  1740. "text_littleMap": "Little Map",
  1741. "text_scale": "Scale",
  1742. "text_scaleText": "Scale Text",
  1743. "text_style": "Style",
  1744. "text_intervals": "Intervals",
  1745. "text_unit": "Unit",
  1746. "text_exportOptions": "Export Options",
  1747. "text_format": "Format",
  1748. "text_centerTip": "Separated by commas",
  1749. "option_meterUnit": "Meter",
  1750. "option_mileUnit": "Foot",
  1751. "option_degreeUnit": "Degree",
  1752. "text_print": "Print"
  1753. }
  1754. };