Hi,
I’m using Matomo 3.7.0 and the map widget doesn’t work for me on the region level. Everything is OK for the countries:
but when going to voivodeships level no visits are geolocated:
When loading the map I’m getting the same number of warnings as the number of regions in given country:
Those number make sense as numbers of visits in given regions. Also the API returns proper data too:
In the visitors logs users cities are also showing correctly. I’m using the PHP version of GeoIP 2 database upladed on the server manually by me.
I couldn’t find a solution on the Internet so I’m asking here: do anyone know how to fix this problem?
Thanks.
Lukas
(Lukas Winkler)
January 2, 2019, 8:09am
2
Hi,
This sounds pretty much like the same issue as in
opened 08:44AM - 09 Nov 18 UTC
Bug
If you view the visitor map on country level you are able to see city, but not s… tate visitors.
![matomo6](https://user-images.githubusercontent.com/22813377/48252074-ffa77700-e403-11e8-811e-f5b1f5ab3446.png)
![matomo7](https://user-images.githubusercontent.com/22813377/48252075-00400d80-e404-11e8-8dc7-67b39d7c0fa2.png)
Should be fixxed before #13687 is merged to not confuse people.
and
opened 05:50PM - 25 Aug 18 UTC
closed 12:45PM - 09 Dec 19 UTC
Bug
Major
I use the city db for geoip(php), all fine when using wordwide view. However, it… couldn't show on reguion and city map. But correct at realtime map.
![5 ac r9qwjo91 un 6d 2o](https://user-images.githubusercontent.com/15722562/44621079-caac6f00-a86d-11e8-81c2-c1fd181cc5c1.png)
![s37 x s73o3r0 yh5x0xamp](https://user-images.githubusercontent.com/15722562/44621074-bd8f8000-a86d-11e8-8587-c95ca449af36.png)
![o6a xx h 0_snnmz k4](https://user-images.githubusercontent.com/15722562/44621075-bf594380-a86d-11e8-9309-5186b1d1fc5e.png)
Matomo has recenctly switched to GeoIP2 and therefore also ISO regions. Unfortunatly in some countries they are different than the FIPS codes that were used before. The Matomo update converted all data correctly (thats why you can see it correctly in the API).
But the maps in Matomo still use the old codes and are therefore not working all the time.
There is an ongoing work to completly pdate all Maps in Matomo and this will also fix this issue:
opened 07:45PM - 03 Aug 17 UTC
Major
RFC
Our map wasn't updated for some years and some stuff is shown wrong or is incomp… lete.
Unfortunately our map generator (https://github.com/piwik/piwik-map-generator) is outdated and doesn't work anymore.
We either should try to get the old generator working again or look out for some completely new maps.
Would be awesome if we would find some volunteer for this project, as we currently have more important issues and won't be able to handle this soon.
Summary of Issues that should be resolved with new maps:
#11266, #10963, #10123, #9719, #9170, #321, #13347, #18459 and maybe others
Yes, those looks like the same problem. It’s great that there is something going on slowly on this topic in the PR. Thank you for the answer.
1 Like