Skip to content

Commit

Permalink
Merge pull request #269 from frodrigo/master
Browse files Browse the repository at this point in the history
Lot of improvement and work on process.py usability
  • Loading branch information
mvexel committed Jul 3, 2014
2 parents c8fe986 + 705107c commit 5a7e230
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 80 deletions.
39 changes: 22 additions & 17 deletions examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,37 @@
"geometry": {
"coordinates": [
[
41.6238076,
15.1027029
12.491951286792755,
41.89017016073198
],
[
41.6237129,
15.1024066
12.492468953132628,
41.89031791683654
],
[
41.6234308,
15.1027489
12.492184638977049,
41.890429732039834
],
[
41.6232767,
15.1030065
],
[
41.6224843,
15.1030852
],
[
41.6226488,
15.1035361
12.491945922374725,
41.890333890448986
]
],
"type": "LineString"
},
"properties": {
"osmid": 123456
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.49195396900177,
41.89027598608483
],
"type": "Point"
},
"properties": {
"osmid": 265752390
},
Expand All @@ -40,6 +45,6 @@
],
"type": "FeatureCollection"
},
"instruction": "This is molise"
"instruction": "A task in Rome"
}
]
Loading

0 comments on commit 5a7e230

Please sign in to comment.