Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ortega Moreno committed Dec 20, 2017
1 parent 7598702 commit 9ba4b6d
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 498 deletions.
2 changes: 1 addition & 1 deletion traffic-incidents-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<iron-ajax id="requestGeoencode" method="GET" url="https://maps.googleapis.com/maps/api/geocode/json" params="{{geo_params}}"
handleAs="json" on-response="_geocodingResponse">
</iron-ajax>
<iron-ajax id="requestData" method="GET" url="https://centauro.ls.fi.upm.es:4444/traffic" params="{{traffic_params}}" handleAs="json"
<iron-ajax id="requestData" method="GET" url="https://centauro.ls.etsiinf.upm.es:4444/traffic" params="{{traffic_params}}" handleAs="json"
on-response="_trafficCallback">
</iron-ajax>
</template>
Expand Down
Loading

0 comments on commit 9ba4b6d

Please # to comment.