It looks like some posts are duplicated in the map data with different IDs. Here’s an example:
{
"object_name": "post",
"object_id": "4148",
"title": "The State of the Union 2022 \u2013 Day 3",
"lat": "43.8040695",
"lng": "11.2734585",
"author_name": "admin_fst",
"terms": {
"event_giorno": [
130
]
}
},
{
"object_name": "post",
"object_id": "4149",
"title": "The State of the Union 2022 \u2013 Day 3",
"lat": "43.8040695",
"lng": "11.2734585",
"author_name": "admin_fst",
"terms": {
"event_giorno": [
130
]
}
}
I’m not sure how to prevent this since the posts look identical except for the IDs.
-
This reply was modified 3 years ago by
Dylan Kuhn.
-
This reply was modified 3 years ago by
Dylan Kuhn.
Thread Starter
Frykky
(@frykky)
4148 is in ITALIAN
4149 in ENGLISH version of 4148. We use WPML plugin.
Thread Starter
Frykky
(@frykky)
There are some events, like those with ID 3669 and 3678 that are correctly displayed but they are one the translation of the other
Geo Mashup has code to integrate with WPML, but it will be challenging to figure out what is going wrong. If you have any errors from Geo Mashup in your error logs, that could be helpful.