Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add the leaflet hash plugin | Christopher Baines | 2013-02-07 |
| | |||
* | Fix the popup updating bug. | Christopher Baines | 2013-02-07 |
| | |||
* | Big post Hack Weekend refactor. | Christopher Baines | 2013-02-07 |
| | | | | | | Updating the popups after the data on the settlements works, but only for the popup open at the time the data loads (if any). This needs more thinking about... | ||
* | Use the OpenLayers.js file that is in the repo | Christopher Baines | 2013-02-04 |
| | |||
* | Add some distance calculation with the settlements | Christopher Baines | 2013-02-03 |
| | |||
* | Data URI stuff | Christopher Baines | 2013-02-03 |
| | |||
* | Merge remote-tracking branch 'fodaro/master' | Christopher Baines | 2013-02-03 |
|\ | | | | | | | | | Conflicts: resources/map.js | ||
| * | Rename "villages" to "settlements" | Harry Cutts | 2013-02-03 |
| | | |||
| * | Stop village icons being recreated every move | Harry Cutts | 2013-02-03 |
| | | | | | | | | Also moved map initialisation code into the initMap method. | ||
* | | Add popups for settlements | Christopher Baines | 2013-02-03 |
|/ | |||
* | Merge remote-tracking branch 'fodaro/master' | Christopher Baines | 2013-02-03 |
|\ | | | | | | | | | Conflicts: resources/map.js | ||
| * | Put settlements into one layer, add to control | Harry Cutts | 2013-02-03 |
| | | |||
* | | Improve formatting | Christopher Baines | 2013-02-03 |
| | | |||
* | | Now show population data | Christopher Baines | 2013-02-03 |
|/ | |||
* | Dont just use amenity nodes | Christopher Baines | 2013-02-03 |
| | |||
* | Display some not quite yet complete data | Christopher Baines | 2013-02-03 |
| | |||
* | Merge remote-tracking branch 'fodaro/master' | Christopher Baines | 2013-02-03 |
|\ | |||
| * | Switch to standard OSM tiles | Harry Cutts | 2013-02-03 |
| | | |||
* | | Lots of changes to try and get the village data | Christopher Baines | 2013-02-03 |
|/ | |||
* | Merge remote-tracking branch 'fodaro/master' | Christopher Baines | 2013-02-02 |
|\ | |||
| * | Add OSM IDs to polygons returned from op2geojson | Harry Cutts | 2013-02-02 |
| | | |||
* | | Merge remote-tracking branch 'fodaro/master' | Christopher Baines | 2013-02-02 |
|\| | |||
| * | Begin work on data analysis | Harry Cutts | 2013-02-02 |
| | | |||
* | | Merge remote-tracking branch 'fodaro/master' | Christopher Baines | 2013-02-02 |
|\| | |||
| * | Fix overlay only appearing after the map was moved | Harry Cutts | 2013-02-02 |
| | | |||
* | | Use capitalisation | Christopher Baines | 2013-02-02 |
|/ | |||
* | Merge remote-tracking branch 'fodaro/master' | Christopher Baines | 2013-02-02 |
|\ | | | | | | | | | Conflicts: resources/map.js | ||
| * | Tidy up map.js and op2geojson.js | Harry Cutts | 2013-02-02 |
| | | |||
* | | Add the openlayers library, and then use that to calculate the area of a ↵ | Christopher Baines | 2013-02-02 |
|/ | | | | catchment area | ||
* | Clicking on the catchment areas will now open the hospital popup | Christopher Baines | 2012-12-11 |
| | | | | | | The hospital popup now includes information for the hospital and the catchment area, this informaiton is also now presented in a human readable form, instead of a key value table. The information in the popup is not complete. | ||
* | Fix key, and display nodes instead of ways for hospitals when zoomed out | Christopher Baines | 2012-12-09 |
| | |||
* | Add popups for the catchment areas | Christopher Baines | 2012-12-09 |
| | |||
* | Fix problems with displaying polygons | Christopher Baines | 2012-12-09 |
| | |||
* | Add ability to display catchment areas | Christopher Baines | 2012-12-09 |
| | | | | Still a bit broken in some places... | ||
* | Removed redundant code | Christopher Baines | 2012-12-09 |
| | |||
* | Fix the JOSM link | Christopher Baines | 2012-12-08 |
| | |||
* | Add links to editors, the JOSM one appears to not work | Christopher Baines | 2012-12-08 |
| | |||
* | Fix the filtering | Christopher Baines | 2012-12-08 |
| | |||
* | Remove leaflet and add it as a submodule | Christopher Baines | 2012-12-08 |
| | |||
* | Merge remote-tracking branch 'filbertkm/master' into styles | Christopher Baines | 2012-12-03 |
|\ | | | | | | | | | Conflicts: resources/map.js | ||
| * | Merge branch 'master' of github.com:filbertkm/hospital-map | Willi | 2012-12-02 |
| |\ | |||
| | * | added problem + beautified links in README | Willi | 2012-12-02 |
| | | | |||
| | * | added documentation in README | Willi | 2012-12-02 |
| | | | |||
| * | | added locate me from @domoritz | Willi | 2012-12-02 |
| |/ | |||
| * | Merge branch 'master' of github.com:filbertkm/hospital-map | Willi | 2012-12-02 |
| |\ | |||
| | * | Merge pull request #4 from Fodaro/master | Willi Müller | 2012-12-02 |
| | |\ | | | | | | | | | Convert to POST, and add doctors and dentists | ||
| | | * | Fix a query problem that was only showing dentists | Harry Cutts | 2012-12-02 |
| | | | | |||
| | | * | Add doctors and dentists to the query | Harry Cutts | 2012-12-02 |
| | | | | |||
| | | * | Correct the node filter | Harry Cutts | 2012-12-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, nodes that belonged to hospital polygons were displayed as health facilities if they had any tags at all (e.g. odbl=clean). They are now only displayed if they contain the amenity tag. | ||
| | | * | Change from using GET to POST, for neatness | Harry Cutts | 2012-12-02 |
| | | | |