Changes between Version 33 and Version 34 of Contribute/Code
- Timestamp:
- 11/13/12 07:50:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute/Code
v33 v34 33 33 * [=#AddOnHoverDelay]Add a delay to the onHover tooltip (highlightControl) 34 34 * Something like [http://cherne.net/brian/resources/jquery.hoverIntent.html hoverIntent] 35 * Continue Integration of [http://wiki.openstreetmap.org/wiki/Potlatch_2/Deploying_Potlatch_2 Potlatch]35 * [=#PotlatchIntegration]Continue Integration of [http://wiki.openstreetmap.org/wiki/Potlatch_2/Deploying_Potlatch_2 Potlatch] 36 36 * for editing the main OSM database 37 37 * for editing a local OSM database 38 * Make the display_feature() & display_features() popup a Window instead of opening in a DIV38 * [=#FeaturePopupWindow]Make the display_feature() & display_features() popup a Window instead of opening in a DIV 39 39 * This was working in FF before: http://eden.sahanafoundation.org/browser/views/sahana_scripts_min.html?rev=836#L39 40 * Replace the Measure Length/Area tools with [http://trac.geoext.org/wiki/ux/Measure GeoExt.ux]41 * Option to go Full screen & back40 * [=#GeoExtMeasure]Replace the Measure Length/Area tools with [http://trac.geoext.org/wiki/ux/Measure GeoExt.ux] 41 * [=#FullScreenMap]Option to go Full screen & back 42 42 * Full screen view (No Ext window) will be required for use on a small-screen, such as a Mobile device 43 * [ http://dev.geoext.org/trunk/geoext/examples/tree.html Layer Tree]44 * Get a pr/person/presence record upon login if HTML5 !GeoLocation available & not changed since last time43 * [=#LayerTree][http://dev.geoext.org/trunk/geoext/examples/tree.html Layer Tree] 44 * [=#LookupPresence]Get a pr/person/presence record upon login if HTML5 !GeoLocation available & not changed since last time 45 45 * login_next 46 * Map Preview when Lat/Lon set in pr/person/presence (auto or not)46 * [=#MapPreview]Map Preview when Lat/Lon set in pr/person/presence (auto or not) 47 47 48 48 [wiki:DeveloperGuidelinesGIS Use the Mapping API to:] 49 * Color coded maps according to Geo-data (threats, needs, etc)50 * Placing variable sized markers on the map in proportion to data (number of people in camp, number of families needing food)49 * [=#ColorCodedMaps]Color coded maps according to Geo-data (threats, needs, etc) 50 * [+#VariableSizedMarkers]Placing variable sized markers on the map in proportion to data (number of people in camp, number of families needing food) 51 51 52 52 === !Lat/Lon converter ===