Commit graph

101 commits

Author SHA1 Message Date
Nick Black
3b4ee4cb0f more geocoder stuff 2007-04-24 11:18:01 +00:00
Nick Burch
738cf50d08 If we can't match a postcode using a known geocoder, throw it at geonames and see if they happen to know what to do with it 2007-04-24 10:56:28 +00:00
Nick Burch
18d0dde5d1 Add Canadian geocoding, and attribute the geocoders we use 2007-04-24 10:32:34 +00:00
Nick Burch
4c8e1fa545 Support zip codes 2007-04-24 09:28:07 +00:00
Nick Burch
1cf9e2ed19 Update the postcode code to do a npemap lookup, rather than a FTP one 2007-04-24 09:16:15 +00:00
Nick Black
bf2e2c7140 completed UK postcode search 2007-04-24 07:55:19 +00:00
Nick Burch
a926189c7f When calling .tags or .segs on a way, if it's an existing one, use the data from the database 2007-04-22 14:46:25 +00:00
Nick Burch
343e01bb86 Support getting a way, and all the segments and nodes it depends on, via /way/:id/full 2007-04-22 11:06:48 +00:00
Steve Coast
15d3958627 close #411 segments should not be allowed where node_a == node_b 2007-04-22 10:10:43 +00:00
Steve Coast
c91b86a1d1 change mime type and reformat search controller 2007-04-18 11:25:59 +00:00
Nick Black
529279d227 updated geocoder 2007-04-14 15:58:12 +00:00
Nick Black
e3de346bdd geocoder stuff 2007-04-14 14:12:27 +00:00
Nick Black
f6758877e8 updated the geocoder 2007-04-14 13:06:55 +00:00
Nick Black
ff2b0f81c4 geocoder controller - handles geocoding 2007-04-14 12:30:58 +00:00
Nick Burch
182dd045f7 Initial support for searching 2007-04-08 18:13:20 +00:00
Nick Burch
1733e8990a When we hit an error in /api/0.x/map, include a more helpful explanation of what's wrong in an error header (ruby's CGI stuff won't let you set it as the HTTP status message) 2007-04-08 16:29:06 +00:00
Steve Coast
4e9fcb9b91 user bugs + direct to real 404 tile 2007-04-07 21:08:58 +00:00
Steve Coast
1d06a4eef1 move login form to new way of doing forms 2007-04-07 21:02:58 +00:00
Steve Coast
f498a9287a various diary bits 2007-04-07 20:12:35 +00:00
Steve Coast
f9baf5f392 diary / user bits 2007-04-07 19:50:55 +00:00
Steve Coast
3aabf07e10 user bits 2007-04-07 19:33:20 +00:00
Steve Coast
cdb9d2527a fixes for search 2007-04-07 19:07:45 +00:00
Steve Coast
6fe1a503b6 move stuff around 2007-04-07 19:00:23 +00:00
Steve Coast
8edf08405d can now navigate to the map from a searched-for tag in a way 2007-04-07 18:44:22 +00:00
Steve Coast
6b4803d87f search done 2007-04-07 18:21:12 +00:00
Steve Coast
49a1b4ef29 gpx api fixes 2007-04-07 17:55:37 +00:00
Steve Coast
01cfcbd845 GPX api done 2007-04-07 17:48:34 +00:00
Steve Coast
a9e1c229d2 ability to make trace public 2007-04-07 17:14:53 +00:00
Steve Coast
bc49dab4a8 can now download a trace 2007-04-07 17:07:03 +00:00
Steve Coast
dd57a8d248 link to map from trace 2007-04-07 16:58:26 +00:00
Steve Coast
9f8952b6ef fix import bug, make points commify 2007-04-07 16:56:45 +00:00
Steve Coast
4434bac3b4 gpx import now fully works 2007-04-07 14:06:26 +00:00
Steve Coast
f1189ae115 close 394 2007-04-07 13:08:46 +00:00
Steve Coast
f42111e202 replace applet with potlatch 2007-04-07 12:57:12 +00:00
Steve Coast
668f8020cc simplify grabbing of a xml base doc 2007-04-07 12:43:48 +00:00
Steve Coast
2f55a3f0a8 API returns user info if public 2007-04-07 12:17:11 +00:00
Steve Coast
a61e2ed690 allow a user to make data public 2007-04-07 11:48:20 +00:00
Steve Coast
c382f33e1c various user bits 2007-04-07 11:40:43 +00:00
Steve Coast
3789c7b592 throw user to login if trying to edit without logging in 2007-04-07 10:28:38 +00:00
Steve Coast
4f826acfca move to rails 1.2.3 and make the map use all the window space 2007-04-07 10:24:49 +00:00
Dan Moore
2709027882 API 0.4: User rename, view trace links, tag filter summary / see all link, traces testing 2007-03-29 22:14:39 +00:00
Dan Moore
d07277efba API 0.4 Updates - work on traces pages + pagination, edit tab, some API testing
* traces - added some routes, replicated data access / pagination, but presentation and pending file control not complete
* edit - setup so that applet can be loaded + token authorisation enabled
* API - tests out ok against applet, but had to change segment-node associations
* misc - gems version required upgraded to 1.2.3 (latest stable rails version), changed some find_first to find(:first... calls
2007-03-23 23:13:19 +00:00
Nick Black
e7c2d2a211 New seg id is now returned complete 2007-03-20 13:10:45 +00:00
Nick Black
932c2d4f8f New way id is now returned complete 2007-03-20 13:07:38 +00:00
Nick Black
19f05fbf8d New node id is now returned complete 2007-03-20 13:05:53 +00:00
Nick Black
f75401ae29 Fixed precondition typo and segment_controller foreign key 2007-03-12 15:49:11 +00:00
Steve Coast
c96b5b951c bring rails front page in to line with current one 2007-01-23 18:57:30 +00:00
Immanuel Scholz
85d8a2d177 - replaced hardcoded www.openstreetmap.org with environment variable
- added preferences action to user
- added column preferences to user table
2007-01-14 01:29:52 +00:00
Immanuel Scholz
1ecf13d846 - fixed map api call in version 0.4. 2007-01-13 04:03:46 +00:00
Steve Coast
9189093997 precondition stuff 2006-12-13 16:05:37 +00:00