Changeset 58 for ATGoogleMaps
- Timestamp:
- 07/11/06 23:55:11 (6 years ago)
- Location:
- ATGoogleMaps/trunk/content
- Files:
-
- 2 edited
-
GMap.py (modified) (8 diffs)
-
GMarker.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ATGoogleMaps/trunk/content/GMap.py
r51 r58 32 32 label='Server', 33 33 label_msgid='label_server', 34 description='Select a Google Maps server to use.', 34 35 description_msgid='help_server', 35 36 i18n_domain='googlemaps', … … 43 44 label='Height', 44 45 label_msgid='label_height', 46 description='Height(pixel) of this map.', 45 47 description_msgid='help_height', 46 48 i18n_domain='googlemaps', … … 53 55 label='Latitude and Longitude', 54 56 label_msgid='label_latlng', 57 description='Center of this map.', 55 58 description_msgid='help_latlng', 56 59 i18n_domain='googlemaps', … … 65 68 label='Zoom', 66 69 label_msgid='label_zoom', 67 description_msgid='help_zoom', 70 description='Select a zoom level.', 71 description_msgid='help_zoom', 68 72 i18n_domain='googlemaps', 69 73 ) … … 76 80 label='Map Control', 77 81 label_msgid='label_map_control', 82 description='Select a direction and zoom control type.', 78 83 description_msgid='help_map_control', 79 84 i18n_domain='googlemaps', … … 87 92 label='Map Type', 88 93 label_msgid='label_map_type', 94 description='Select a default map type.', 89 95 description_msgid='help_map_type', 90 96 i18n_domain='googlemaps', … … 95 101 default=1, 96 102 widget=BooleanWidget( 97 label=' Type Control',103 label='Display Type Control', 98 104 label_msgid='label_type_control', 105 description='If checked, Select a default map type.', 99 106 description_msgid='help_type_control', 107 i18n_domain='googlemaps', 108 ) 109 ), 110 111 BooleanField('scaleControl', 112 default=1, 113 widget=BooleanWidget( 114 label='Display Scale Control', 115 label_msgid='label_scale_control', 116 description_msgid='help_scale_control', 100 117 i18n_domain='googlemaps', 101 118 ) … … 105 122 default=1, 106 123 widget=BooleanWidget( 107 label=' Overview Control',124 label='Display Overview Control', 108 125 label_msgid='label_overview_control', 109 126 description_msgid='help_overview_control', -
ATGoogleMaps/trunk/content/GMarker.py
r45 r58 72 72 label='Latitude and Longitude', 73 73 label_msgid='label_latlng', 74 description='Point of this marker.', 74 75 description_msgid='help_latlng', 75 76 i18n_domain='googlemaps',
Note: See TracChangeset
for help on using the changeset viewer.
