(path, pointRadius)
| 131250 | } |
| 131251 | }); |
| 131252 | function initPath(path, pointRadius) { |
| 131253 | const prev = path.pointRadius(); |
| 131254 | path.context(null); |
| 131255 | if (pointRadius != null) path.pointRadius(pointRadius); |
| 131256 | return prev; |
| 131257 | } |
| 131258 | /** |
| 131259 | * Geo-code a longitude/latitude point to an x/y coordinate. |
| 131260 | * @constructor |