We'll create fresh WordPress site with Custom Post Type to Map Store installed. You have 20 minutes to test the plugin after that site we'll be deleted.
The plugin allows to :
You can customize more finely the marker popup content.
Example:
<?php
function bindPopup_content_filter( $bindPopup_content, $post_id ) {
return "Yeahhhhh";
}
add_filter( 'cpt_to_map_store_bindPopup_content', 'bindPopup_content_filter', 10, 2 );
?>
This plugin works with Tiles Proxy for OpenStreetMap for put in cache the map tiles.
Have fun