Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
chore(doc): add orsm in README
Browse files Browse the repository at this point in the history
  • Loading branch information
toutpt committed Jun 3, 2016
1 parent cc1b4e1 commit 0b7fac2
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ Next it depends what you want to do. The release provide many distributed files:
│   ├── osm-nominatim.min.js
│   ├── osm-oauth.js
│   ├── osm-oauth.min.js
│   ├── osm-osrm.js
│   ├── osm-osrm.min.js
│   ├── osm-overpass.js
│   ├── osm-overpass.min.js
│   ├── osm-taginfo.js
Expand All @@ -114,6 +116,7 @@ Here is the dependencies table of angular-osm builds:
| osm-base64 | npm install --save angular-base64 x2js |
| osm-oauth | npm install --save osm-auth x2js |
| osm-nominatim | |
| osm-osrm | |
| osm-overpass | |
| osm-taginfo | |
| osm-togeojson | |
Expand All @@ -137,7 +140,13 @@ If you want, most of provided service can be configured using correspondint prov

The complete list of injectable services:

| osm.api | osm.nominatim | osm.oauth | osm.overpass | osm.taginfo | osm.togeojson | osm.base64 |
|---------|---------------|----------------|----------------|---------------|---------------|------------|
| osmAPI | osmNominatim | osmAuthService | osmOverpassAPI | osmTagInfoAPI | osmtogeojson | osmBase64 |

| module | service |
|---------------|----------------------------|
| osm.api | osmAPI |
| osm.base64 | osmBase64 |
| osm.oauth | osmAuthService |
| osm.nominatim | osmNominatim |
| osm.osrm | osrmAPI |
| osm.overpass | osmOverpassAPI |
| osm.taginfo | osmTagInfoAPI |
| osm.togeojson | osmtogeojson |

0 comments on commit 0b7fac2

Please sign in to comment.