Skip to content

Commit

Permalink
feat: support vectorMapForeign
Browse files Browse the repository at this point in the history
  • Loading branch information
xieziyu authored Apr 7, 2020
2 parents 22cea2e + a6707d3 commit 7518e97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 3.0.4 (2020-04-02)
## 3.0.5 (2020-04-07)

#### Bugfix:

- [issue#65](https://github.com/xieziyu/ngx-amap/issues/65) support `gridMapForeign`
- [issue#65](https://github.com/xieziyu/ngx-amap/issues/65) support `gridMapForeign` and `vectorMapForeign`

## 3.0.3 (2020-03-12)

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-amap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-amap",
"version": "3.0.4",
"version": "3.0.5",
"author": "Xie, Ziyu",
"license": "MIT",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const ALL_OPTIONS = [
'rotation',
'forceVector',
'gridMapForeign',
'vectorMapForeign',
];

@Component({
Expand Down Expand Up @@ -213,6 +214,10 @@ export class NgxAmapComponent implements OnInit, OnDestroy, OnChanges {
@Input() rotation: number;
@Input() forceVector: boolean;
@Input() gridMapForeign: boolean;
/**
* 额外: 海外⽮量地图样式
*/
@Input() vectorMapForeign: string;

/**
* 额外: 设置城市
Expand Down

0 comments on commit 7518e97

Please sign in to comment.