Skip to content

Commit

Permalink
update readme to reflect new changes (state attribute and languages c…
Browse files Browse the repository at this point in the history
…ommand line argument)
  • Loading branch information
christophlingg committed Dec 28, 2014
1 parent 30f626d commit 20167f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ http://localhost:2322/api?q=berlin&lang=it
{
"properties": {
"name": "Berlin",
"state": "Berlin",
"country": "Germany",
"osm_key": "place",
"osm_value": "city",
Expand All @@ -114,6 +115,7 @@ http://localhost:2322/api?q=berlin&lang=it
"street": "Olympischer Platz",
"housenumber": "3",
"postcode": "14053",
"state": "Berlin",
"country": "Germany",
"osm_key": "leisure",
"osm_value": "stadium",
Expand Down

0 comments on commit 20167f3

Please sign in to comment.