https://github.com/bakercp/ofxgeoservices
A collection of web based services for mapping tasks, including driving directions, geocoding, etc.
https://github.com/bakercp/ofxgeoservices
Last synced: about 1 year ago
JSON representation
A collection of web based services for mapping tasks, including driving directions, geocoding, etc.
- Host: GitHub
- URL: https://github.com/bakercp/ofxgeoservices
- Owner: bakercp
- License: mit
- Created: 2014-05-28T21:18:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T04:38:38.000Z (over 6 years ago)
- Last Synced: 2025-02-13T03:17:24.950Z (over 1 year ago)
- Language: C++
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ofxGeoServices
## Description
A collection of web based services for mapping tasks, including driving directions, etc.
## Features
See the examples.
## Getting Started
To get started, generate the example project files using the openFrameworks [Project Generator](http://openframeworks.cc/learning/01_basics/how_to_add_addon_to_project/).
## Documentation
API documentation can be found here.
## Build Status
Linux, macOS [](https://travis-ci.org/bakercp/ofxGeoServices)
Visual Studio, MSYS [](https://ci.appveyor.com/project/bakercp/ofxgeoservices/branch/master)
## Compatibility
### Branches
The `stable` branch of this repository is meant to be compatible with the openFrameworks [stable branch](https://github.com/openframeworks/openFrameworks/tree/stable), which corresponds to the latest official openFrameworks release.
The `master` branch of this repository is meant to be compatible with the openFrameworks [master branch](https://github.com/openframeworks/openFrameworks/tree/master).
Some past openFrameworks releases are supported via tagged versions, but only `stable` and `master` branches are actively supported.
### Requirements
- [ofxHTTP](https://github.com/bakercp/ofxHTTP)
- [ofxGeo](https://github.com/bakercp/ofxGeo)
## Versioning
This project uses [Semantic Versioning](http://semver.org/), although strict adherence will only come into effect at version 1.0.0.
## Licensing
See [LICENSE.md](LICENSE.md).
## Contributing
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
1. Fork this repository.
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. Create new Pull Request.