jasper07 / openui5-googlemaps

Openui5 Googlemaps library
MIT License
65 stars 43 forks source link
google-maps markers openui5 sapui5

OpenUI5 Google Maps

travis build coverage MIT Licence PRs Welcome

===================

A set of modules for OpenUI5 that adds support for using Google Maps.

Supported mapping functionality:

Data binding is fully supported.

Author

John Patterson https://github.com/jasper07

License

MIT

Demos

Examples are in the samples directory and cover all of the core functionality.

See https://jasper07.github.io/openui5-googlemaps/ for online demos.

Contributing

In order to contribute, you'll need to install node.js and npm, its package manager. Once you've done that, you can install the build time dependencies (gulp, etc).

npm install

Once you've changed the source (in src), you can build the runtime version

gulp

This regenerates the assets in openui5/openui5-googlemaps.

Create a topic branch for your changes and once they're ready to be merged upstream, submit a pull request for review.