Skip to content

Commit

Permalink
Make URSs readme relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Andries-Smit committed Jul 10, 2017
1 parent bea862e commit 72bbccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ When the default center is not specified, the map will use the bounds center

[https://googlemaps101.mxapps.io/](https://googlemaps101.mxapps.io/)

<img src="https://raw.githubusercontent.com/mendixlabs/google-maps/v1.2.3/assets/usage.png" width="900px" height="500px" />
![Running google maps widget](/assets/usage.png)

## Usage
<img src="https://raw.githubusercontent.com/mendixlabs/google-maps/v1.2.3/assets/setup.png" width="900px" height="600px" />
![Modeler setup google maps widget](/assets/setup.png)

### Data source: Static
- On the `Data source` option of the `Data source` tab, select the `static` option if its not already selected by default.
Expand Down Expand Up @@ -65,7 +65,7 @@ To set up the development environment, run:

Create a folder named dist in the project root.

Create a Mendix test project in the dist folder and rename its root folder to MxTestProject. Changes to the widget code shall be automatically pushed to this test project. Or get the test project from [https://github.com/mendixlabs/google-maps/releases/download/v1.2.3/TestGoogleMaps.mpk](https://github.com/mendixlabs/google-maps/releases/download/v1.2.3/TestGoogleMaps.mpk)
Create a Mendix test project in the dist folder and rename its root folder to MxTestProject. Changes to the widget code shall be automatically pushed to this test project. Or get the test project from [https://github.com/mendixlabs/google-maps/releases/latest](https://github.com/mendixlabs/google-maps/releases/latest)

dist/MxTestProject

Expand Down

0 comments on commit 72bbccd

Please sign in to comment.