Commit f3225ad
authored
[LocationIQ] Normalize City (#1038)
* Update LocationIQ.php
Add `normalizecity` parameter in the request to make sure there is a `city` property in the response.
See https://locationiq.com/docs-html/index.html#locationiq-specific-parameters
Close #1037
* Update LocationIQ.php
Fix issue if `country_code` is not defined.
* Update tests and cached responses
* Update IntegrationTest.php
Apply fixes from StyleCI
* Migrate to format `xmlv1.1`
See documentation: https://locationiq.com/docs-html/index.html#response-format-forward
* Update LocationIQ.php
Apply fixes from StyleCI1 parent 4d3facf commit f3225ad
File tree
21 files changed
+32
-30
lines changed- src/Provider/LocationIQ
- Tests
- .cached_responses
21 files changed
+32
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | 138 | | |
140 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
176 | | - | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
181 | | - | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.
Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 8 deletions
This file was deleted.
Binary file not shown.
Lines changed: 0 additions & 3 deletions
This file was deleted.
0 commit comments