(json, options = {})
| 1520 | }); |
| 1521 | } |
| 1522 | geojson2mapml(json, options = {}) { |
| 1523 | if (options.projection === undefined) { |
| 1524 | options.projection = this.projection; |
| 1525 | } |
| 1526 | let geojsonLayer = Util.geojson2mapml(json, options); |
| 1527 | this.appendChild(geojsonLayer); |
| 1528 | return geojsonLayer; |
| 1529 | } |
| 1530 | |
| 1531 | _ready() { |
| 1532 | if (this.hasAttribute('name')) { |
no outgoing calls
no test coverage detected