ODM2 / WOFpy

A server-side implementation of CUAHSI's Water One Flow service stack in Python.
http://odm2.github.io/WOFpy/
9 stars 9 forks source link

Align code id/code in value elements #211

Closed lsetiawan closed 7 years ago

lsetiawan commented 7 years ago

Overview

This PR should address #209. It aligns code in value elements with ID and Code. @emiliom I'll send you sample xml. Thanks.

emiliom commented 7 years ago

Awesome, than you! The GetValues sample response looks good. Plus the code changes do make it obvious that it's now "correct" (glad to see the change was easy!).

Merging ...