Tom Hughes
b4791598ea
Remove unused method.
2008-04-17 17:47:35 +00:00
Tom Hughes
45a77397f3
Make the /export URL work.
2008-04-17 17:47:15 +00:00
Tom Hughes
52a6df0548
Simplify URLs a bit.
2008-04-17 17:38:48 +00:00
Tom Hughes
4cc400de43
Merged 7296:7388 from rails_port trunk.
2008-04-16 23:52:32 +00:00
Tom Hughes
599c48227a
Ajaxify the export tab.
2008-04-16 23:45:16 +00:00
Tom Hughes
f4fa8ed40e
Fix setPosition().
2008-04-16 17:59:05 +00:00
Tom Hughes
b8c500cdbc
Get rid of our reprojection code and use OpenLayers reprojection instead.
2008-04-16 17:18:45 +00:00
Tom Hughes
430fa39118
Add missing OpenLayers 2.6 images.
2008-04-16 17:17:39 +00:00
Tom Hughes
25885677e2
Use OL 2.6 auto sizing for popups instead of doing it ourselves.
2008-04-16 08:49:55 +00:00
Tom Hughes
2b35dadd5f
Add a scale control to the map. Closes #51 .
2008-04-16 08:04:44 +00:00
Tom Hughes
4e05d2af72
Update OpenLayers to 2.6 release.
2008-04-16 07:27:29 +00:00
Tom Hughes
d13ef1db02
More work on export tab.
2008-04-14 23:46:10 +00:00
Tom Hughes
7f34e5e8fc
Really remove it this time...
2008-04-11 19:56:56 +00:00
Tom Hughes
790c4c1937
Remove accidental commit of my local mapnik layer.
2008-04-11 19:56:29 +00:00
Tom Hughes
0d60c39721
Fix IE breakage.
2008-04-11 19:40:32 +00:00
Tom Hughes
93029ab7aa
Turn on wrapDateLine for all layers.
...
Also correct the declared projection for the markers layer.
2008-04-11 17:54:51 +00:00
Tom Hughes
0f28e0581e
Tweak the namefinder results a bit more.
2008-04-10 08:07:09 +00:00
Tom Hughes
373a3b0577
Provide extra context for namefinder results where the nearest place
...
is small (a hamlet, village or suburb). Closes #794 .
2008-04-09 23:43:38 +00:00
Tom Hughes
2c66491e00
Reflect any changes made to the bounds in the map.
2008-04-09 18:14:30 +00:00
Tom Hughes
f1c0834c5c
Disable OSM export when the area is too large.
2008-04-08 18:38:43 +00:00
Tom Hughes
d4efb3849b
Switch export branch to use OpenLayers 2.6-rc1 as we need irregular polygons.
2008-04-08 17:09:15 +00:00
Tom Hughes
1df50231fa
Commit initial work on export tab.
2008-04-07 23:23:15 +00:00
Tom Hughes
f8adbf080a
Remove export controller from branches where it isn't needed yet.
2008-04-07 23:11:25 +00:00
Tom Hughes
b95e10ac8f
Make a copy of the rails code for the node tag splitting project, and remove
...
the associated migrations from the other branches.
2008-04-07 23:09:56 +00:00
Tom Hughes
453149e428
Make a copy of the rails code for the node tag splitting project, and remove
...
the associated migrations from the other branches.
2008-04-07 23:09:56 +00:00
Tom Hughes
3faf333cde
Create a directory for branches of the main web site, and make a branch
...
for working on the export tab.
2008-04-07 23:05:52 +00:00
Tom Hughes
d5ada9fd07
Set a transitionEffect of resize on the OSM layers, ready for OL 2.6.
2008-03-31 17:10:20 +00:00
Richard Fairhurst
1878369474
permit uninserted tracks to be edited
2008-03-30 00:27:29 +00:00
Richard Fairhurst
4ebf47b734
0.8a
2008-03-30 00:17:24 +00:00
Richard Fairhurst
e02b0037ce
fix disappearing welcome panel
2008-03-26 10:06:53 +00:00
Tom Hughes
400340b138
Enable the namefinder again.
2008-03-25 18:01:10 +00:00
Steve Chilton
f2dcc8f19a
new versions of keys to mapnik z8-z13
2008-03-23 16:15:48 +00:00
Richard Fairhurst
adf24182ff
tone colours down very slightly so you can still see the points
2008-03-21 23:50:52 +00:00
Richard Fairhurst
cb0b0d9d89
Edgemaster's patch to colour routes depending on network
2008-03-21 21:33:38 +00:00
Steve Coast
ec264a935e
nicer fix I think for nil / [] issue
2008-03-21 20:30:16 +00:00
Steve Coast
1f857565a6
more madness
2008-03-21 20:21:49 +00:00
Richard Fairhurst
740511066f
fix problem with blank areas throwing a 500
2008-03-21 20:17:56 +00:00
Richard Fairhurst
d2c9ea6cf0
fix problem with blank areas throwing a 500
2008-03-21 19:49:09 +00:00
Richard Fairhurst
7ec9537d58
fixes #766
2008-03-21 19:10:57 +00:00
Richard Fairhurst
112950ca3a
various relations fixes
2008-03-21 19:00:39 +00:00
Richard Fairhurst
ab7f4cd88e
colon2bar no longer needed
2008-03-19 10:50:33 +00:00
Richard Fairhurst
4a5fb3b46e
restore Steve's deleteway stuff
2008-03-19 10:39:50 +00:00
Richard Fairhurst
ae142c554b
Potlatch 0.8 - be afraid, be very, very afraid
2008-03-19 01:03:51 +00:00
Frederik Ramm
d0aa199e92
- add old_relation_controller and stuff so that relation history works. fixes #557 .
...
- minor testing fixes.
2008-03-16 23:16:18 +00:00
Tom Hughes
a03c584a98
Resize the map div when the page load is complete (via onload) in case the
...
page layout has changed since the initial sizing by the deferred script.
2008-03-07 00:26:57 +00:00
Tom Hughes
c0d2ad40c3
Work round ruby's half assed Tempfile class which, because for some
...
reason it is implemented by delegating to File (by inheriting from
DelegateClass(File)) rather than by inheriting from it, does not
actually look like a File, and hence does not look like an IO (in
that it does not respond to kind_of? IO calls).
In ruby 1.8.5 this doesn't matter as REXML checks that the source
it has been given responds to the methods it wants (using respond_to?
which is handled properly by DelegateClass) but in 1.8.4 which we
are running on rails2 REXML uses kind_of? to see if the source is
one it can use.
2008-03-06 12:43:10 +00:00
Tom Hughes
58082d128a
Fix typo.
2008-03-04 21:24:14 +00:00
Tom Hughes
a473b4ebd9
Use defer="defer" rather than onload to try and speed up page loading.
2008-03-04 18:18:59 +00:00
Tom Hughes
789c6343d9
Yet more escaping.
2008-03-04 17:57:51 +00:00
Tom Hughes
c5f93e3ea0
More escaping.
2008-03-04 17:53:36 +00:00