Skip to content

Commit d867291

Browse files
authored
Merge feature/react16
Feature/react16
2 parents 72bbccd + a4bb199 commit d867291

File tree

15 files changed

+6125
-1358
lines changed

15 files changed

+6125
-1358
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[*]
2+
charset=utf-8
3+
end_of_line=lf
4+
trim_trailing_whitespace = true
5+
insert_final_newline = true
6+
indent_style=space
7+
indent_size=4
8+
9+
[*.json]
10+
indent_style=space
11+
indent_size=2
12+
13+
[*.sass]
14+
indent_style=space
15+
indent_size=4
16+
17+
[*.md]
18+
trim_trailing_whitespace = false

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
sudo: required
2+
dist: trusty
3+
4+
language: node_js
5+
node_js:
6+
- "6"
7+
8+
before_install:
9+
- npm i -g npm
10+
- export CHROME_BIN=chromium-browser
11+
- export DISPLAY=:99.0
12+
- sh -e /etc/init.d/xvfb start
13+
14+
after_success:
15+
- bash <(curl -s https://codecov.io/bash)
16+
17+
cache:
18+
directories:
19+
- "node_modules"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![Build Status](https://travis-ci.org/mendixlabs/google-maps.svg?branch=master)](https://travis-ci.org/mendixlabs/google-maps)
2+
[![Dependency Status](https://david-dm.org/mendixlabs/google-maps.svg)](https://david-dm.org/mendixlabs/google-maps)
3+
[![Dev Dependency Status](https://david-dm.org/mendixlabs/google-maps.svg#info=devDependencies)](https://david-dm.org/mendixlabs/google-maps#info=devDependencies)
4+
[![codecov](https://codecov.io/gh/mendixlabs/google-maps/branch/master/graph/badge.svg)](https://codecov.io/gh/mendixlabs/google-maps)
5+
16
# Google Maps
27
* Show locations on google maps
38

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

1722
## Dependencies
18-
Mendix 7.3
23+
Mendix 7.4
1924

2025
## How it Works
2126
When displaying locations, the widget will prioritize coordinates over addresses.In the event that

0 commit comments

Comments
 (0)