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