2.5.0 • Published 4 years ago

ng-openlayers-lib v2.5.0

Weekly downloads
5
License
Apache-2.0
Repository
gitlab
Last release
4 years ago

Installation

To install this library, run:

npm install ng-openlayers-lib --save

Import this library in your NgModule:

imports: [
    NgOpenlayersModule
]

Example

Here is a "minimal" map example that fetches tiles from OpenStreetMap and center the map:

<ol-map olView
        [zoom]="4"
        [center]="[-10997148, 4569099]">
  <ol-layer></ol-layer>
</ol-map>

Documentation

The API is documented in documentation/

Development

To compile to module to dist output directory:

ng build --configuration production ng-openlayers-lib
cd dist/ng-openlayers-lib && npm pack

Live example (reload on code changes):

npm install
cd projects/ng-openlayers-lib && npm install
ng serve

Live example will be viewable at locahost:4200

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request and enjoy! :D

License

Apache-2.0 - Baas geo-information, Bart Baas info@baasgeo.com Copyright 2017 Baasgeo

2.5.0

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.4

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago