Commit graph

210 commits

Author SHA1 Message Date
Tom Hughes
c25a20ff13 Don't try and parse an empty string as a layer config, and cope a bit
better if we do hit the end of the string. Closes #942.
2008-06-02 12:45:24 +00:00
Richard Fairhurst
b8569b1e13 fix node relations bug (thanks Dave!) 2008-05-29 19:58:05 +00:00
Richard Fairhurst
af8fee92f0 Potlatch 0.9c 2008-05-29 01:18:38 +00:00
Richard Fairhurst
fc98b97e59 Potlatch 0.9b 2008-05-25 08:17:16 +00:00
Richard Fairhurst
6e30a771e5 temporarily disable OAM (SWF) 2008-05-21 15:20:55 +00:00
Richard Fairhurst
764d08ff6f don't set _alpha so often when ways dimmed (SWF) 2008-05-21 12:01:56 +00:00
Tom Hughes
436012c697 Make the layer attribute a bit less fragile - base layers and overlays are
now treated separately so that adding a new base laser doesn't break things.
2008-05-20 23:37:06 +00:00
Tom Hughes
0623e88d39 Add the cycle map to the main site. 2008-05-19 09:57:58 +00:00
Tom Hughes
a401b59242 Yet another at fixing the layout of the search box. Seems to work now
on FF2, IE7, Operand and Safari though we are giving space away on FF.
2008-05-16 10:42:51 +00:00
Shaun McDonald
1f59ad76ef Showing a nice message for browsers with javascript disabled. closes #36 2008-05-16 09:44:50 +00:00
Richard Fairhurst
f365881a62 splash screen 2008-05-12 10:18:57 +00:00
Richard Fairhurst
e2cfc813f3 hmmm, probably best not to gratuitously send the same request every second 2008-05-11 20:25:11 +00:00
Richard Fairhurst
3b02a27190 Potlatch 0.9a 2008-05-11 20:16:09 +00:00
Richard Fairhurst
b2289c29d4 Potlatch 0.9 2008-05-08 10:24:17 +00:00
Tom Hughes
feb47bc739 Rework the new Go button on the search form so that it actually stands
some chance of rendering as intended.

It's still not really ideal to steal space from the seach box of course...

Closes #589.
2008-05-05 16:39:33 +00:00
Steve Coast
945df7f195 add a go button to the search form as in bug 589 2008-05-03 14:18:22 +00:00
Richard Fairhurst
f8281076bd Option to disable thick ways 2008-05-01 08:27:14 +00:00
Tom Hughes
51c11f2ef5 Merge HTML export branch to trunk. 2008-05-01 07:49:28 +00:00
Christopher Schmidt
8a6cfefa07 larger map link is now raw html for better google-linking capability, rather
than generated by javascript
2008-05-01 00:00:20 +00:00
Richard Fairhurst
111b865116 Potlatch 0.8c 2008-04-30 22:59:30 +00:00
Christopher Schmidt
26746224cc link goes into external frame, not in the iframe 2008-04-30 11:45:28 +00:00
Tom Hughes
209dece7d3 Tidy things up a bit. 2008-04-30 08:44:57 +00:00
Christopher Schmidt
2d56ad8d84 Simplify a couple things that no longer need to be so complex. 2008-04-30 02:48:26 +00:00
Christopher Schmidt
73aedc2e5c improvements to embed.html, now uses bbox instead of lon/lat/zoom, and has more human readable layer definition, and has support for marker other than the middle of the map. 2008-04-30 01:00:40 +00:00
Tom Hughes
075846bdff Fix attribution strings. 2008-04-29 17:23:22 +00:00
Tom Hughes
f2ae082a1f Cosmetic tidy up, and fix hardcoding of server name. 2008-04-29 17:11:22 +00:00
Christopher Schmidt
50c754061c Add static embed-friendly html page. 2008-04-29 13:08:26 +00:00
Tom Hughes
935656bfbe Underline links in the SOTM box. 2008-04-27 15:40:48 +00:00
Richard Fairhurst
d47196254c attempted fix for access from osm.org (as opposed to www.osm.org) 2008-04-27 11:47:19 +00:00
Richard Fairhurst
abb76a8325 might help if I committed the SWF... 2008-04-26 12:43:40 +00:00
Richard Fairhurst
255e501a34 avoid inducing despair in relations-related circumstances 2008-04-23 23:44:01 +00:00
Tom Hughes
cbb59310d3 Restore the appearance of input buttons. 2008-04-23 09:06:06 +00:00
Tom Hughes
7cafcf878a Fix typo. 2008-04-23 07:43:33 +00:00
Tom Hughes
df1a9989f7 Style password fields (and textareas) to match text input fields. 2008-04-23 07:41:58 +00:00
Richard Fairhurst
6d8e6d235f must remember not to commit new version while Potlatch users are in IRC 2008-04-22 21:59:52 +00:00
Richard Fairhurst
9df6d2ac06 Potlatch 0.8b 2008-04-22 21:32:26 +00:00
Tom Hughes
3052bd7bed Suppress the PanZoomBar control from printed output. 2008-04-20 08:24:04 +00:00
Tom Hughes
ab62a4b453 Do the transform the right way round. 2008-04-19 14:32:40 +00:00
Tom Hughes
ff10be4855 Use the right variable for the event. 2008-04-19 14:27:57 +00:00
Tom Hughes
97a4e25f90 Add numZoomLevels to the map. 2008-04-19 14:00:11 +00:00
Tom Hughes
075b760c91 Only add a border to text input fields. 2008-04-19 10:14:52 +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
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