Skip to content
Snippets Groups Projects
Unverified Commit 5008b2dd authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Services: Add coverage regions

parent b08f0915
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ sub load_instance { ...@@ -26,6 +26,8 @@ sub load_instance {
client => $data->{options}{client}, client => $data->{options}{client},
auth => $data->{options}{auth}, auth => $data->{options}{auth},
}, },
coverage =>
{ regions => $data->{coverage}{realtimeCoverage}{region} // [] },
#coverage => { #coverage => {
# area => $data->{coverage}{realtimeCoverage}{area}, # area => $data->{coverage}{realtimeCoverage}{area},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment