Commit f1667ea5 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_travel_expense: fix marker position when zoom

parent 29076411
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
myIcon = L.icon({ myIcon = L.icon({
iconUrl: 'image_module/marker-icon?format=png', iconUrl: 'image_module/marker-icon?format=png',
iconSize: [35, 50], iconSize: [35, 50],
iconAnchor: [22, 94], iconAnchor: [23, 47],
popupAnchor: [-3, -76], popupAnchor: [-3, -44],
shadowUrl: 'image_module/marker-shadow?format=png', shadowUrl: 'image_module/marker-shadow?format=png',
shadowSize: [65, 50], shadowSize: [65, 50],
shadowAnchor: [22, 94] shadowAnchor: [23, 47]
}); });
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
......
...@@ -136,12 +136,6 @@ ...@@ -136,12 +136,6 @@
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>processing_status_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -185,7 +179,7 @@ ...@@ -185,7 +179,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1484752424.0</float> <float>1485420118.34</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
...@@ -230,7 +224,7 @@ ...@@ -230,7 +224,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>956.57506.7659.49902</string> </value> <value> <string>956.58665.63824.28040</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,64 +242,7 @@ ...@@ -248,64 +242,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1485350649.34</float> <float>1485793919.94</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>detect_converted_file</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_processing_state</string> </key>
<value> <string>converted</string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1484752364.7</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment