Harry Wood
|
1c93d482d2
|
change updatelinks params so that Potlatch can pass in the view bbox. Also check if it's missing. closes #1738
|
2009-04-23 14:38:40 +00:00 |
|
Thomas Wood
|
c29c7cd56c
|
Fix map in IE by deferring Vector layer addition to page load (note that deferred script running is _not_ the same as onload), also only add the Vector layer as required, so to save some overhead.
I've trimmed down the unrequired options on the layer, they're defaulted from the map.
Thanks firefishy for the report.
|
2009-04-19 21:03:41 +00:00 |
|
Harry Wood
|
fdd5d2d779
|
new support for box=yes param on the homepage, and then link to this from various changeset display
|
2009-04-08 16:55:22 +00:00 |
|
Harry Wood
|
afe8dd51ec
|
Add 'history' tab + Move 'recent changes' changeset list to re-use the same _changeset.rhtml partial
|
2009-03-23 16:39:59 +00:00 |
|
Harry Wood
|
231bdf66cd
|
lose the unneeded <% syntax %>
|
2009-03-20 12:05:00 +00:00 |
|
Tom Hughes
|
56065cd154
|
Remove excessive indenting - tabs are bad people!
|
2009-02-11 00:09:58 +00:00 |
|
Paul Gillard
|
3f30bc53f5
|
Ensure homepage source validates.
|
2009-02-10 22:42:45 +00:00 |
|
Tom Hughes
|
abb66fa808
|
Disable the data browswer when the database is not available.
|
2008-06-26 17:36:21 +00:00 |
|
Tom Hughes
|
960d13488a
|
Merge 7922:8377 from trunk.
|
2008-06-22 12:23:43 +00:00 |
|
Tom Hughes
|
cdf12b7a33
|
Don't use comma to separate values in the location cookie, as rails 2.0.2 will
treat comma (as well as semicolon) as a cookie separate. Also change the name
of the location cookie to avoid problems parsing old ones.
|
2008-06-05 23:27:52 +00:00 |
|
Tom Hughes
|
2829bf79d0
|
Cope with not having a layer configuration at all.
|
2008-06-03 15:12:46 +00:00 |
|
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 |
|
Tom Hughes
|
88105d9c64
|
Merge 7744:7922 from trunk.
|
2008-05-28 16:37:31 +00:00 |
|
Tom Hughes
|
f08c9de073
|
Reword the noscript section a bit.
|
2008-05-16 10:09:55 +00:00 |
|
Shaun McDonald
|
1f59ad76ef
|
Showing a nice message for browsers with javascript disabled. closes #36
|
2008-05-16 09:44:50 +00:00 |
|
Tom Hughes
|
4d8ea0eed0
|
Only add the data layer to the main map, and use the visibility changed
event to handle turning the data layer on and off.
|
2008-05-11 14:41:11 +00:00 |
|
Tom Hughes
|
801f02fdd9
|
Remove bogus apostrophe.
|
2008-05-07 11:05:17 +00:00 |
|
Tom Hughes
|
45a77397f3
|
Make the /export URL work.
|
2008-04-17 17:47:15 +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
|
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
|
a473b4ebd9
|
Use defer="defer" rather than onload to try and speed up page loading.
|
2008-03-04 18:18:59 +00:00 |
|
Tom Hughes
|
a31e61169c
|
Back out attempt to commit partial support for POIs as this is not at
all ready for prime time yet.
|
2008-01-08 18:23:56 +00:00 |
|
Nick Whitelegg
|
1c7998009f
|
began callback code for feature lookup
|
2008-01-07 20:44:16 +00:00 |
|
Nick Whitelegg
|
2e03861300
|
Began code for feature lookup: implemented code to respond to mouse click and latlon to non spherical Mercator (for the postgis database)
|
2008-01-07 20:25:12 +00:00 |
|
Tom Hughes
|
7fc2dbecd5
|
Migrate web site to use rails 2.0.1.
|
2008-01-06 12:17:58 +00:00 |
|
Tom Hughes
|
26f28764dc
|
Update the links when the active layers change.
Closes #622.
|
2008-01-02 09:54:19 +00:00 |
|
Tom Hughes
|
15c492ebfe
|
Try and make asset tagging actually work.
|
2007-12-06 18:42:45 +00:00 |
|
Tom Hughes
|
f5c9a41e87
|
Use the new OSM OpenLayers stuff.
|
2007-11-28 19:24:58 +00:00 |
|
Tom Hughes
|
7de4cb19b8
|
Wrap evaluation of default values for parameters inside the HTML escaping
as that causes nil to become "" hence defeating the conditional default.
|
2007-11-24 14:13:21 +00:00 |
|
Tom Hughes
|
2cbcabb3f6
|
HTML escape substituted parameter values to avoid injection attacks.
|
2007-11-23 00:49:55 +00:00 |
|
Tom Hughes
|
0c90905495
|
Add a stylesheet targeted at print media to get nice printouts.
|
2007-11-07 22:26:10 +00:00 |
|
Tom Hughes
|
877724813c
|
Fix tab breakage and make key update as zoom level changes.
|
2007-10-28 16:46:10 +00:00 |
|
Tom Hughes
|
f2be4b9449
|
Patch from crschmidt to add an obvious permalink to the bottom right
corner of the slippy map. Tested on FF2, IE7, Opera and Safari.
Closes #566.
|
2007-10-23 08:45:23 +00:00 |
|
Tom Hughes
|
516aef5d07
|
Split out sidebar code from the search code so it can be reused for the
map key more cleanly.
|
2007-10-08 23:32:58 +00:00 |
|
Richard Fairhurst
|
822e48850d
|
experimental pop-out map key
|
2007-10-08 22:10:26 +00:00 |
|
Tom Hughes
|
50ba644602
|
Setup the layers before adding any marker so that the marker layer
will get turned on if it was off in the layers string.
|
2007-08-30 10:42:32 +00:00 |
|
Tom Hughes
|
3db77411b8
|
Don't break when the user isn't logged in...
|
2007-08-24 19:06:25 +00:00 |
|
Tom Hughes
|
d2bd78627e
|
More search improvements - a "Where am I?" link that does a reverse
search, and various cleanups to the previous changes.
|
2007-08-24 18:53:30 +00:00 |
|
Tom Hughes
|
215958fa0f
|
Only include the home link if the user is logged in.
|
2007-08-24 17:47:57 +00:00 |
|
Tom Hughes
|
6cd8db7bff
|
Only put the 'home' link in the top left on the map and edit pages, and
make it update position in place rather than reloading the page.
|
2007-08-24 17:43:15 +00:00 |
|
Tom Hughes
|
96eea9da7f
|
Put the link to the map key back.
|
2007-08-08 23:08:28 +00:00 |
|
Tom Hughes
|
5ffb6950cc
|
Use David Earl's arrow icon to show the position of a search result.
|
2007-08-08 16:57:09 +00:00 |
|
Tom Hughes
|
6706ca3c50
|
Use IP GeoLocation to choose a default view for the slippy map if
we don't have any better ideas.
|
2007-08-08 12:37:16 +00:00 |
|
Tom Hughes
|
2408dd333f
|
Add a marker to the map when clicking on a search result.
|
2007-08-07 23:17:13 +00:00 |
|
Tom Hughes
|
6c02cd4b5f
|
Commit SteveC's removal of the mappam ads.
|
2007-08-07 17:12:29 +00:00 |
|
Tom Hughes
|
397db07d65
|
New improved geocoder with extra added AJAX and OSM Namefinder support.
|
2007-08-07 17:09:37 +00:00 |
|
Tom Hughes
|
1ff72de318
|
Bloomin Americans that can't spell...
|
2007-07-29 16:26:57 +00:00 |
|
Tom Hughes
|
7e6a315104
|
Fix typo.
|
2007-07-29 16:25:13 +00:00 |
|
Tom Hughes
|
cbb7d97405
|
Add support for displaying a map covering a specified bounding box.
|
2007-07-29 14:26:42 +00:00 |
|