Hi,
I had the same problem. I bypassed the problem by duplicating the 3 tables of the database:
– cat_mapmarker_api,
– cat_mapmarker_marker
– cat_mapmarker_option
with the multisite pattern:
– cat_{blog_id}_mapmarker_api
– cat_{blog_id}_mapmarker_marker
– cat_{blog_id}_mapmarker_option
For the moment everything is working correctly via this workaround.
However, I don’t know if we can put different Google Maps Keys for each blog
Hi,
I had the same problem. I bypassed the problem by duplicating the 3 tables of the database:
– cat_mapmarker_api,
– cat_mapmarker_marker
– cat_mapmarker_option
with the multisite pattern:
– cat_{blog_id}_mapmarker_api
– cat_{blog_id}_mapmarker_marker
– cat_{blog_id}_mapmarker_option
For the moment everything is working correctly via this workaround.