Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Mar 11, 2019
2 parents 1449b18 + ba392a6 commit 09b4593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ Use heatmaps-layers in your map-views by providing weighted data and designated
var stations = JSON.parse(Ti.Filesystem.getFile('police_stations.json').read());
var data = [];
// Map data to an an array of latitude/longitude/intensity objects
// Map data to an array of latitude/longitude/intensity objects
for (var i = 0; i < stations.length; i++) {
var station = stations[i];
Expand Down

0 comments on commit 09b4593

Please sign in to comment.