Ignore:
Timestamp:
03/02/10 21:22:44 (2 years ago)
Author:
takanori
Message:

add zoom parameter for latlng widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/latlng_widget.pt

    r283 r286  
    1717 
    1818      <tal:block tal:define="latitude value/latitude | string:35.7317; 
    19                              longitude value/longitude | string:139.7278;"> 
     19                             longitude value/longitude | string:139.7278; 
     20                             zoom python:test(value.has_key('latitude'), '14', '4')"> 
    2021 
    2122        <span tal:replace="structure context/latlng_map" /> 
Note: See TracChangeset for help on using the changeset viewer.