Home › Forums › MapPress Support › Points not displaying correctly
- This topic has 6 replies, 2 voices, and was last updated 5 years, 3 months ago by
Chris.
-
AuthorPosts
-
October 31, 2017 at 5:38 am #17587
After updating, my POI on individual CPT are not displaying correctly. The zoom is now out over the ocean somewhere–though the actual point shows up in the correct location. See https://alabamabirdingtrails.com/sites/centre-piedmont-cherokee-county-regional-airport/ as an example.
October 31, 2017 at 5:56 am #17588Hi,
I see what you mean. Normally the map should center over the POI, but it looks like an explicit center of 0,0 was used.
Can you provide the shortcode or PHP you’re using to display the map?
What happens if you publish or save the post again? Does it then recenter?
October 31, 2017 at 8:27 am #17589Shortcode is just this [mappress]
I tried updating the map and then updating post and that doesn’t seem to do anything. (I’m able to move to the correct location on the map and hit save but on saving it reverts.)
I was using a custom field for the zoom level, but I’ve deleted that from my mappress interface thinking that it might have interfered, but that doesn’t seem to change anything either. And, another post that isn’t yet published doesn’t display correctly either.October 31, 2017 at 8:28 am #17590By the way, it does not seem to have an issue with correctly centering mashups. I’m using this code to pull those: <?php echo do_shortcode(‘[mashup query="trails=@trails&counties=@counties&seasons=@seasons&posts_per_page=-1" hideempty="true" width="100%" height="350px"]
‘); ?>It also pulls this shortcode okay: [mashup query="post_type=any&posts_per_page=-1" width="100%" height="650"]
October 31, 2017 at 8:28 am #17591I did just create a new post (regular post) and added a map to it and that seemed to work okay.
October 31, 2017 at 8:28 am #17592Creating a new Custom Post Type post in the same post type as my sites (which is linked above) also seems to work fine. Something seems to be going on only with those sites that already existed prior to the update. FYI, the maps are created normally by using the Geocoding fields section to grab content from a custom field for lat and another for longitude. There is an additional field (or there was) for zoom.
October 31, 2017 at 9:07 am #17594I think I see the problem: older versions stored a zero center (indicating the plugin should auto center) differently than the newer versions.
I’ve got a workaround ready for 2.47.4. Could you use the contact form to send me an email address so I can get you a copy for testing?
I think re-publishing the post should work, but only if the box “Overwrite maps when posts are saved” is checked in the MapPress settings before saving (when unchecked, it prevents any saved maps from being overwritten, i.e. for manual changes).
-
AuthorPosts
- You must be logged in to reply to this topic.