diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-13 09:27:25 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-13 09:27:25 +0700 |
| commit | 9df666030d1e3a4bd1293e96122f1df8611f1cd4 (patch) | |
| tree | 5ced896f025a5426c7ae86202a939ac30a1c3d1f /ab_openstreetmap/static/src/xml | |
| parent | 34759639fa2db3b28bac410e24984775ce823ac5 (diff) | |
(andri) fix edit maps
Diffstat (limited to 'ab_openstreetmap/static/src/xml')
| -rw-r--r-- | ab_openstreetmap/static/src/xml/googlemap_template.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ab_openstreetmap/static/src/xml/googlemap_template.xml b/ab_openstreetmap/static/src/xml/googlemap_template.xml index 3a80a4f2..53aef261 100644 --- a/ab_openstreetmap/static/src/xml/googlemap_template.xml +++ b/ab_openstreetmap/static/src/xml/googlemap_template.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <templates id="template" xml:space="preserve"> <t t-name="googlemap_template"> - <div id="mapid" style="height: 400px; width: 100%;"></div> + <!-- <div id="mapid" style="height: 400px; width: 100%;"></div> --> + <div t-attf-id="mapid" style="height: 400px; width: 100%;" ></div> </t> </templates> |
