/* global google, jQuery */ ( function( $, document ) { 'use strict'; /** * Callback function for Google Maps Lazy Load library to display map * * @return void */ function displayMap() { var $container = $( this ), options = $container.data( 'map_options' ); var mapOptions = options.js_options, center = new google.maps.LatLng( options.latitude, options.longitude ), map; switch ( mapOptions.mapTypeId ) { case 'ROADMAP': mapOptions.mapTypeId = google.maps.MapTypeId.ROADMAP; break; case 'SATELLITE': mapOptions.mapTypeId = google.maps.MapTypeId.SATELLITE; break; case 'HYBRID': mapOptions.mapTypeId = google.maps.MapTypeId.HYBRID; break; case 'TERRAIN': mapOptions.mapTypeId = google.maps.MapTypeId.TERRAIN; break; } mapOptions.center = center; // Typcast zoom to a number mapOptions.zoom *= 1; if ( typeof mapOptions.styles === 'string' ) { mapOptions.styles = JSON.parse(mapOptions.styles); } map = new google.maps.Map( this, mapOptions ); // Set marker if ( options.marker ) { var marker = new google.maps.Marker( { position: center, map: map } ); // Set marker title if ( options.marker_title ) { marker.setTitle( options.marker_title ); } // Set marker icon if ( options.marker_icon ) { marker.setIcon( options.marker_icon ); } } // Set info window if ( options.info_window ) { var infoWindow = new google.maps.InfoWindow( { content: options.info_window, minWidth: 200 } ); google.maps.event.addListener( marker, 'click', function () { infoWindow.open( map, marker ); } ); if ( true === mapOptions.openInfoWindow ) { infoWindow.open( map, marker ); } } } // Loop through all map instances and display them $( '.rwmb-map-canvas' ).each( displayMap ); $( document ).on( 'mb_blocks_preview', function( e ) { $( e.target ) .find( ".rwmb-map-canvas" ) .each( displayMap ); } ); } )( jQuery, document );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
jqueryui | Folder | 0755 |
|
|
leaflet | Folder | 0755 |
|
|
select2 | Folder | 0755 |
|
|
validation | Folder | 0755 |
|
|
wp-color-picker-alpha | Folder | 0755 |
|
|
autocomplete.js | File | 1.62 KB | 0644 |
|
autosave.js | File | 595 B | 0644 |
|
button-group.js | File | 1018 B | 0644 |
|
clone.js | File | 9.04 KB | 0644 |
|
color.js | File | 1.33 KB | 0644 |
|
date.js | File | 2.47 KB | 0644 |
|
datetime.js | File | 2.87 KB | 0644 |
|
file-input.js | File | 1.87 KB | 0644 |
|
file-upload.js | File | 5.1 KB | 0644 |
|
file.js | File | 3.88 KB | 0644 |
|
icon.js | File | 769 B | 0644 |
|
image-advanced.js | File | 1015 B | 0644 |
|
image-upload.js | File | 1007 B | 0644 |
|
input-list.js | File | 1.07 KB | 0644 |
|
map-frontend.js | File | 2.01 KB | 0644 |
|
map.js | File | 8.6 KB | 0644 |
|
media.js | File | 15.45 KB | 0644 |
|
modal.js | File | 4.12 KB | 0644 |
|
oembed.js | File | 880 B | 0644 |
|
osm-frontend.js | File | 1.2 KB | 0644 |
|
osm.js | File | 7.79 KB | 0644 |
|
post.js | File | 1.23 KB | 0644 |
|
range.js | File | 475 B | 0644 |
|
script.js | File | 751 B | 0644 |
|
select-advanced.js | File | 3.67 KB | 0644 |
|
select-tree.js | File | 1.62 KB | 0644 |
|
select.js | File | 536 B | 0644 |
|
slider.js | File | 922 B | 0644 |
|
taxonomy.js | File | 1.21 KB | 0644 |
|
time.js | File | 1.78 KB | 0644 |
|
user.js | File | 1.43 KB | 0644 |
|
video.js | File | 1.12 KB | 0644 |
|
wysiwyg.js | File | 5.36 KB | 0644 |
|