mirror of
				https://github.com/itsdave-de/fusionpbx_connect.git
				synced 2025-11-03 13:41:08 -03:00 
			
		
		
		
	increase map resolution
This commit is contained in:
		
							parent
							
								
									31c43a6914
								
							
						
					
					
						commit
						e22725d45e
					
				@ -8,7 +8,7 @@ function loadLeafletAndInitMap(frm, callback) {
 | 
				
			|||||||
function create_dialog_and_init_map(frm) {
 | 
					function create_dialog_and_init_map(frm) {
 | 
				
			||||||
    const dialog = new frappe.ui.Dialog({
 | 
					    const dialog = new frappe.ui.Dialog({
 | 
				
			||||||
        title: 'Show Route',
 | 
					        title: 'Show Route',
 | 
				
			||||||
        fields: [{ fieldtype: 'HTML', fieldname: 'map_html', label: 'Map', options: '<div id="map" style="height:500px;"></div>' }],
 | 
					        fields: [{ fieldtype: 'HTML', fieldname: 'map_html', label: 'Map', options: '<div id="map" style="height:800px;"></div>' }],
 | 
				
			||||||
        primary_action_label: 'Close',
 | 
					        primary_action_label: 'Close',
 | 
				
			||||||
        primary_action() {
 | 
					        primary_action() {
 | 
				
			||||||
            if (currentMap) {
 | 
					            if (currentMap) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user