Skip to content

Commit

Permalink
Merge pull request #47 from marcjansen/README
Browse files Browse the repository at this point in the history
Update the README to link to API docs
  • Loading branch information
marcjansen committed Oct 23, 2018
2 parents c125218 + 4943bc3 commit 8f906a8
Showing 1 changed file with 3 additions and 69 deletions.
72 changes: 3 additions & 69 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/terrestris/ol-util.svg?branch=master)](https://travis-ci.org/terrestris/ol-util)
[![Coverage Status](https://coveralls.io/repos/github/terrestris/ol-util/badge.svg?branch=master)](https://coveralls.io/github/terrestris/ol-util?branch=master)

A set of helper classes for working with openLayers
A set of helper classes for working with OpenLayers

## Installation

Expand All @@ -14,71 +14,5 @@ npm i @terrestris/ol-util

## API Documentation

### AnimateUtil

- **moveFeature()**

### CapabilitiesUtil

- **parseWmsCapabilities()**
- **getLayersFromWmsCapabilties()**

### FeatureUtil

- **getFeatureTypeName()**
- **resolveAttributeTemplate()**

### FileUtil

- **addGeojsonLayerFromFile()**
- **addShpLayerFromFile()**
- **addGeojsonLayer()**

### GeometryUtil

- **splitByLine()**
- **addBuffer()**
- **mergeGeometries()**
- **separateGeometries()**
- **union()**
- **difference()**
- **intersection()**

### MapUtil

- **getInteractionsByName()**
- **getInteractionsByClass()**
- **getResolutionForScale()**
- **getScaleForResolution()**
- **getAllLayers()**
- **getLayerByOlUid()**
- **getLayerByName()**
- **getLayerByNameParam()**
- **getLayerByFeature()**
- **getLayersByGroup()**
- **getLayersByProperty()**
- **getLayerPositionInfo()**
- **getLegendGraphicUrl()**
- **layerInResolutionRange()**
- **roundScale()**

### MeasureUtil

- **getLength()**
- **formatLength()**
- **getArea()**
- **formatArea()**
- **angle()**
- **angle360()**
- **makeClockwise()**
- **makeZeroDegreesAtNorth()**
- **formatAngle()**

### ProjectionUtil

- **initProj4Definitions()**
- **initProj4DefinitionMappings()**

### WfsFilterUtil

- **createWfsFilter()**
Please see https://terrestris.github.io/ol-util/latest/index.html for API
documentation.

0 comments on commit 8f906a8

Please sign in to comment.