Skip to content

Commit

Permalink
Fix #39
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Van Daele committed Nov 22, 2016
1 parent 1dab1de commit 210e728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crabpy_pyramid/renderers/crab.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def list_gemeente_adapter(obj, request):
'''
return {
'id': obj.id,
'niscode': obj.niscode,
'naam': obj.naam
}

Expand Down Expand Up @@ -214,6 +215,7 @@ def item_gemeente_adapter(obj, request):
'''
return {
'id': obj.id,
'niscode': obj.niscode,
'naam': obj.naam,
'centroid': obj.centroid,
'bounding_box': obj.bounding_box,
Expand Down

0 comments on commit 210e728

Please sign in to comment.