Last change
on this file since 249 was
14,
checked in by Dominic Hargreaves, 15 years ago
|
Note about dependencies
|
File size:
1.1 KB
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | - CGI that takes a single point and puts it in the database, including the client |
---|
4 | IP and the time. |
---|
5 | - Basic version working as submit.cgi. Convert to pperl/mod_perl? |
---|
6 | - Dependencies all in Debian apart from Geo::Postcode for which Dom has |
---|
7 | a Debian package and is pending. |
---|
8 | |
---|
9 | - CGI that takes min/max easting/northing and returns all the postcode points we |
---|
10 | have in that area. This needs to be in a format that javascript can parse. |
---|
11 | |
---|
12 | - Progress - list of which prefixes we have. Also thermomitor graphing how |
---|
13 | close the the target (around 3000). How about a static image that gets |
---|
14 | updated when you write one. |
---|
15 | |
---|
16 | - Importer for free the postcode data to give initial population. This will |
---|
17 | need to set something that flags the source. |
---|
18 | |
---|
19 | - Javascript to draw existing data as little triangles on the map and update |
---|
20 | it when we scroll. |
---|
21 | |
---|
22 | - Convert the map to be slippy. Is this compatible than the line above? |
---|
23 | |
---|
24 | |
---|
25 | |
---|
26 | |
---|
27 | These will run under fastCGI or something similar. |
---|
28 | |
---|
29 | As much as possible will be static to minimise load. |
---|
30 | |
---|
31 | |
---|
32 | Database format: |
---|
33 | |
---|
34 | See ../schema_postgres.sql for this. |
---|
35 | |
---|
36 | source is defined as: |
---|
37 | 0 = user input from our web site |
---|
38 | 1 = Free The Postcode database |
---|
Note: See
TracBrowser
for help on using the repository browser.