Skip to content

Commit

Permalink
* New Geometries Feature!!!! - to preview go to: http://img.ushahidi.…
Browse files Browse the repository at this point in the history
…com/geometries_test.png

* Add Points, Polygons and Linestrings via Admin to a report
* Drag or Delete Features
* Each report can have multiple features
* Updated OpenLayers to 2.10
* Added Google Maps v3 Integration - API Key no longer required
* TODO: ability to style/color individual geometries
* TODO: access geometries from API
* TODO: allow front end users to add geometries
* closed #730
* closed #2098
  • Loading branch information
David Kobia committed Jan 27, 2011
1 parent 75013d6 commit afb6ea4
Show file tree
Hide file tree
Showing 48 changed files with 3,936 additions and 2,634 deletions.
4 changes: 4 additions & 0 deletions application/config/openlayers.ushahidi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ OpenLayers/Console.js
OpenLayers/Control.js
OpenLayers/Control/ArgParser.js
OpenLayers/Control/Attribution.js
OpenLayers/Control/DragFeature.js
OpenLayers/Control/DrawFeature.js
OpenLayers/Control/EditingToolbar.js
OpenLayers/Control/LayerSwitcher.js
OpenLayers/Control/LoadingPanel.js
OpenLayers/Control/MouseDefaults.js
Expand All @@ -37,6 +40,7 @@ OpenLayers/Geometry/Polygon.js
OpenLayers/Map.js
OpenLayers/Layer.js
OpenLayers/Layer/Google.js
OpenLayers/Layer/Google/v3.js
OpenLayers/Layer/GML.js
OpenLayers/Layer/HTTPRequest.js
OpenLayers/Layer/Markers.js
Expand Down
2 changes: 1 addition & 1 deletion application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
* The Ushahidi Engine DB revision number
* Increments when changes are made to the Ushahidi DB schema.
*/
$config['ushahidi_db_version'] = "41";
$config['ushahidi_db_version'] = "44";
Loading

0 comments on commit afb6ea4

Please sign in to comment.