mezerotm / cmv

CMV is a citySDK based map visualizatoin tool
5 stars 5 forks source link

New Request Does not Register Over Old Request #36

Closed NJTuley closed 7 years ago

NJTuley commented 7 years ago

When submitting a new citysdk request with new location data or variable data, the active map request is not updated, it instead keeps the first citysdk request sent, and only ever uses that one.

NJTuley commented 7 years ago

Resolved by putting a resetRequest function in the cmv.run() method, and program now resets the request of the active map whenever a new request is sent for that map. Code for this is sitting in Location_input branch and is in need of merging in order to close this issue