Hello Shemzone,
Thanks for your feedback.
The issue could happen when using WP 7.0, which adds more checks to the path to register the script files. The code that causes the issue
wp_style_add_data( 'leaflet', 'path', RWMB_JS_URL . 'leaflet/leaflet.css' );
wp_style_add_data( 'leaflet-gesture-handling', 'path', RWMB_JS_URL . 'leaflet/leaflet-gesture-handling.min.css' );
in the file wp-content/plugins/meta-box/inc/fields/osm.php. We should pass the correct PATH to the function wp_style_add_data instead of using a URL.
I've escalated the issue to the development team to fix it in the next update of Meta Box plugin.