Skip to content

Commit

Permalink
Merge feature/react16
Browse files Browse the repository at this point in the history
Feature/react16
  • Loading branch information
edwinmp authored Aug 3, 2017
2 parents 72bbccd + a4bb199 commit d867291
Show file tree
Hide file tree
Showing 15 changed files with 6,125 additions and 1,358 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[*]
charset=utf-8
end_of_line=lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style=space
indent_size=4

[*.json]
indent_style=space
indent_size=2

[*.sass]
indent_style=space
indent_size=4

[*.md]
trim_trailing_whitespace = false
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sudo: required
dist: trusty

language: node_js
node_js:
- "6"

before_install:
- npm i -g npm
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

after_success:
- bash <(curl -s https://codecov.io/bash)

cache:
directories:
- "node_modules"
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![Build Status](https://travis-ci.org/mendixlabs/google-maps.svg?branch=master)](https://travis-ci.org/mendixlabs/google-maps)
[![Dependency Status](https://david-dm.org/mendixlabs/google-maps.svg)](https://david-dm.org/mendixlabs/google-maps)
[![Dev Dependency Status](https://david-dm.org/mendixlabs/google-maps.svg#info=devDependencies)](https://david-dm.org/mendixlabs/google-maps#info=devDependencies)
[![codecov](https://codecov.io/gh/mendixlabs/google-maps/branch/master/graph/badge.svg)](https://codecov.io/gh/mendixlabs/google-maps)

# Google Maps
* Show locations on google maps

Expand All @@ -15,7 +20,7 @@ from Google applies, especially for geocoding. We even advise geocoding your loc
Mendix application and store them for later use as coordinates on the widget.

## Dependencies
Mendix 7.3
Mendix 7.4

## How it Works
When displaying locations, the widget will prioritize coordinates over addresses.In the event that
Expand Down
Loading

0 comments on commit d867291

Please sign in to comment.