increase map resolution

This commit is contained in:
Luiz Costa 2024-06-06 12:19:47 +01:00
parent 31c43a6914
commit e22725d45e

View File

@ -8,7 +8,7 @@ function loadLeafletAndInitMap(frm, callback) {
function create_dialog_and_init_map(frm) {
const dialog = new frappe.ui.Dialog({
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() {
if (currentMap) {