diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-06-11 07:44:25 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-06-11 07:44:25 +0000 |
| commit | 9c31b4af2a2611fe9338e879eee48957273dbe10 (patch) | |
| tree | 8206e920fe8a3652b891fd9ffdbf2f5fb51312b6 /ab_openstreetmap/static/src/xml | |
| parent | 1a63fac5f7f4dbb2990e5b1eeb9d7f381f39e908 (diff) | |
| parent | 771cd3b9f5c0a6594b6e276bc47e3599d6c751e4 (diff) | |
Merged in gmaps-biteship (pull request #328)
Gmaps biteship
Diffstat (limited to 'ab_openstreetmap/static/src/xml')
| -rw-r--r-- | ab_openstreetmap/static/src/xml/openstreetmap_template.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ab_openstreetmap/static/src/xml/openstreetmap_template.xml b/ab_openstreetmap/static/src/xml/openstreetmap_template.xml new file mode 100644 index 00000000..82672748 --- /dev/null +++ b/ab_openstreetmap/static/src/xml/openstreetmap_template.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates id="template" xml:space="preserve"> + <t t-name="openstreetmap_template"> + <div style="width:100%"> + <div id="mapid" style="height: 500px;"/> + </div> + </t> +</templates>
\ No newline at end of file |
