Skip to content

Commit

Permalink
Consume ansyn 061 and implement (#39)
Browse files Browse the repository at this point in the history
* 1 Upgrade ansyn packages
2 Some update to the readme

* 1 Add option to start on port 4201
2 Remove obsolete api function, so that it will pass compilation

* 1 Button: add non editable layer
2 Moved the example features from Israel to America

* Two buttons: un/collapse all

* Button: Show / Hide Default Layer

* Adding config to implement angle filter

* Config: mark Sentinel as inactive, to prevent it from appearing in the data input filters

* Config: showing credentials

* Make one of the annotations dashed
  • Loading branch information
ramtob authored and asafMasa committed Nov 27, 2019
1 parent 1dd793e commit c64b83c
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 354 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yarn add @ansyn/ansyn @ansyn/assets @ansyn/core @ngrx/core @ngrx/store @ngrx/eff
```
(or, to update existing packages:)
```shell
yarn upgrade @ansyn/ansyn @ansyn/assets
yarn upgrade @ansyn/ansyn @ansyn/imagery @ansyn/imagery-cesium @ansyn/ol @ansyn/map-facade @ansyn/menu
```

## Usage
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"start_4201": "ng serve --port 4201",
"build": "ng build",
"build:prod": "node --max_old_space_size=12288 ./node_modules/@angular/cli/bin/ng build --prod",
"test": "ng test",
Expand Down
4 changes: 3 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ <h1> Angular 2 implementation </h1>
<button (click)="setMouseShadowPoint()">get mouse coordinate</button>
<button (click)="collapseMenu()">collapse Menu</button>
<button (click)="collapseFooter()">collapse Footer</button>
<button (click)="hideMeasureControl()">hide Measure Control</button>
<button (click)="collapseAll()">collapse All</button>
<button (click)="unCollapseAll()">un-collapse All</button>
<button (click)="addCustomLayer()">Add Custom Layer</button>
<button (click)="removeLayer()">Remove Custom Layer</button>
<button (click)="showLayer()">Show / Hide Custom Layer</button>
<button (click)="addCustomLayer(false)">Add Non-Editable Layer</button>
<button (click)="showHideDefaultLayer()">Show / Hide Default Layer</button>

</div>

Expand Down
Loading

0 comments on commit c64b83c

Please sign in to comment.