Skip to content

Commit

Permalink
Migrate to mapbox #997 - remove attribution, update technology stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Apr 26, 2019
1 parent 9a95c3b commit 967512e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
[style]="initialStyle"
(moveEnd)="moveEnd($event)"
(load)="mapLoaded()"
[doubleClickZoom]="false">
[doubleClickZoom]="false"
[attributionControl]="false">
<layers-view></layers-view>
<routes></routes>
<traces></traces>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ The technology stack of this site is base on the following frameworks:
* [Typescript](http://www.typescriptlang.org/)
* [Angular](https://angular.io/)
* [Angular-Material](https://material.angular.io/)
* [OpenLayers](https://openlayers.org/)
* [Mapbox-gl-js](https://docs.mapbox.com/mapbox-gl-js/api/)
* [ngx-mapbox-gl](https://wykks.github.io/ngx-mapbox-gl/)
* [Jasmine](http://jasmine.github.io/) + [Karma](https://karma-runner.github.io/) - for unit testing.
* [Asp.Net core](https://docs.microsoft.com/en-us/aspnet/core/)
* [NSubstitute](http://nsubstitute.github.io/)
Expand Down

0 comments on commit 967512e

Please sign in to comment.