Matt Amos
57e571d241
Changed shortlink zoom level correction char to '-', as this seems to fare better with twitter et al.'s URL highlighting. Decoder is backwards-compatible with the old system.
2009-07-02 16:40:29 +00:00
Tom Hughes
06b2d278ea
Make the search box load each set of results separately so that one
...
service being slow doesn't delay the response from others.
2009-07-02 16:12:38 +00:00
Ævar Arnfjörð Bjarmason
85f317b46e
Add B000FTFT (as well as B000FTF) to the list of layers we should
...
ignore when constructing the shortlink.
The shortlink was also broken for the new /?{node,way,relation}=id
construct since the code assumed that all URL parameters that weren't
lat/lon/zoom/layers could be safely ignored. I've added
node/way/relation to that list but for future-proofness it might be
better to simply check if there's anything left in ''args'' that we
don't know how to encode, rather than checking on values we know about
now.
2009-06-29 09:47:35 +00:00
Ævar Arnfjörð Bjarmason
b06f4750e1
I forgot to set fillColor/fillOpacity in commit [16214]. Without it
...
any area being rendered by OpenLayers would turn into a black hole
since the default fillOpacity is 100%.
2009-06-29 02:17:02 +00:00
Ævar Arnfjörð Bjarmason
b46b3c4327
The default OpenLayers.Layer.GML style can be nearly invisible when
...
viewed on the main map.
Set a style that's blue (since not a lot of things on the map are
blue), with strokeWidth 3 and opacity 50%. It makes things visible
enough without being too intrusive.
2009-06-29 02:11:34 +00:00
Tom Hughes
e46c82fe3d
Tidy up some recent commits:
...
- Simplify shortlinkPrefix by removing redundant code.
- Factor out duplicate code for displaying objects on maps.
- Reindent some stuff to make it more readable.
2009-06-27 17:11:54 +00:00
Ævar Arnfjörð Bjarmason
d63f13c18d
Make ?{node,way,relation}=id GET argumens work for the shortlink as
...
well as the permalink.
2009-06-27 16:11:21 +00:00
Ævar Arnfjörð Bjarmason
05bc2b70ed
Only hardcode http://osm.org/ in shortlinks when we're at
...
openstreetmap.org (according to window.location.hostname).
Solves ticket:1994 and my headaches when trying to hack railsport
locally.
2009-06-27 16:07:53 +00:00
Ævar Arnfjörð Bjarmason
34b147266c
Change the feature commited in [16174] to use the main map view
...
instead of being located at /map.
2009-06-27 15:34:26 +00:00
Thomas Wood
8207c39859
Fix the nonames layer URLs, as missed in the changes to OpenStreetMap.js earlier. (Due to move from our own OSM class to the OL provided one which relies on XYZ)
2009-06-26 22:59:51 +00:00
Sebastian Spaeth
19f6e67aeb
add osmarender key stub, which will need to be completed
2009-06-26 13:07:02 +00:00
Tom Hughes
7bb0a73aea
Switch to using the new XYZ layer class on OL 2.8.
2009-06-26 11:27:56 +00:00
Tom Hughes
ee7c6cf42f
Rebuild OpenLayers with fixed ca.js translation.
2009-06-26 11:19:21 +00:00
Shaun McDonald
ddf44b07c8
Hard code osm.org into the shortcode permalink.
2009-06-26 11:02:00 +00:00
Matt Amos
1d8e66016c
Adding 'shortlink' functions which will allow URLs like http://osm.org/go/XXXX suitable for use in twitter, etc...
2009-06-25 23:31:53 +00:00
Tom Hughes
5b0174a3b6
Update to 2.8 release of OpenLayers.
2009-06-24 23:40:31 +00:00
Tom Hughes
817434a2e6
Rework the translatable map key to be driven by a YAML file listing the
...
entries to show for each layer and zoom level.
2009-06-24 23:30:41 +00:00
Thomas Wood
76042ef112
Fix adding marker on Embeddable HTML export by compiling in the OpenLayers.Handler.Point class that was missed in r15615
2009-06-24 09:03:51 +00:00
Ævar Arnfjörð Bjarmason
079b9fed84
Change the map key from a static PNG image to a generated HTML table that can be translated. Solves ticket:1916
2009-06-23 12:04:06 +00:00
Dave Stubbs
f8347307e8
Fix spelling in 500 error page
2009-06-22 13:43:39 +00:00
Grant Slater
b7d004e817
add Google Webmaster tools for Simone Cortesi (OSMF)
2009-06-10 22:58:31 +00:00
Richard Fairhurst
100d6334cb
yay, I found the "negative ID in putway" bug
2009-06-10 01:28:30 +00:00
Richard Fairhurst
61eaf8eda1
try reestablishing NetConnection on retry, and trap empty relation tags
2009-06-07 23:28:46 +00:00
Ævar Arnfjörð Bjarmason
7a9b2de42b
Made a lot of things translatable and added title="" tooltips
...
* "OpenStreetMap" project name in <title> and <h1>
* Tooltips for the greeting bar for anonymous and logged in users
* Alternate text for the OSM logo
* Now using a CSS class for bolding inbox(N) instead of hard-coding font-weight: bold
* Separate tooltips for inbox(n) depending on whether it's 0, 1 or > 1
2009-06-07 19:58:34 +00:00
Tom Hughes
fc398f6441
Rework the javascript I18n interpolation a bit - the interpolation function
...
is now in site.js so everything can use it, and the syntax has changed a bit
to avoid the need for double interpolation.
2009-06-07 08:32:39 +00:00
Tom Hughes
e94ba23d2a
Add zh-CN to OpenLayers.
2009-06-05 14:20:15 +00:00
Tom Hughes
a8bfe7c32e
Create a custom build of OpenLayers to allow us to pull in extra
...
languages. This also helps minimise the size of our OpenLayers.
2009-06-04 20:31:58 +00:00
Richard Fairhurst
6f044fb945
fix issue with searched-for relations
2009-06-04 14:44:51 +00:00
Grant Slater
230694ba63
Add Google Webmaster Tool Auth file for Nick Black
2009-06-02 15:14:16 +00:00
Ævar Arnfjörð Bjarmason
e70e2dbe9f
Change /index.php/ in wiki.openstreetmap.org links to /wiki/. This looks nicer
2009-06-02 12:23:37 +00:00
Grant Slater
1341648f80
add Google Webmaster tools auth for Blackadder
2009-06-02 10:46:42 +00:00
Grant Slater
0df5ebd239
Add Google Webmaster Tools Authorisation file for grant@osmf
2009-06-02 10:19:42 +00:00
Tom Hughes
5976b6e1af
Add google webmaster tools authorisation file.
2009-06-02 10:01:20 +00:00
Richard Fairhurst
cee1cbd586
fix #1818
2009-05-30 14:42:28 +00:00
Tom Hughes
7a925ff1d9
Fix wrapping in changeset lists properly.
2009-05-30 13:50:21 +00:00
Tom Hughes
7588ece84f
Stop long changeset comments causing other fields to get split over
...
multiple lines.
2009-05-30 13:38:17 +00:00
Richard Fairhurst
112706a651
improve error handling when connection fails; closes #1864 and #1871
2009-05-27 21:04:26 +00:00
Tom Hughes
044febd3aa
Disabled edit tab until z13 is reached.
2009-05-27 13:34:50 +00:00
Tom Hughes
20992870ab
Use SOTM logo to link to the SOTM site.
2009-05-26 13:16:10 +00:00
Richard Fairhurst
c6061461d3
fix upload item count
2009-05-23 19:11:44 +00:00
Richard Fairhurst
a3a792e137
adapt for larger fonts on Linux; fix indexing with renumbered nodes
2009-05-22 19:43:56 +00:00
Richard Fairhurst
8100be1e8d
Potlatch 1.0
2009-05-21 00:30:33 +00:00
Richard Fairhurst
e1005ce62f
a few small fixes
2009-05-09 10:00:40 +00:00
Shaun McDonald
62f999cd83
Updating for rails 2.2.2
2009-05-08 18:04:08 +00:00
Tom Hughes
0e16b72887
Include CC-BY-SA in attribution.
2009-05-08 15:05:57 +00:00
Thomas Wood
14fdccc0d1
Commit bits of missing css that were required in previous upload.
2009-05-07 22:52:02 +00:00
Richard Fairhurst
8696d144ad
Potlatch 0.11b
2009-05-04 23:37:06 +00:00
Richard Fairhurst
41f85fb77d
Potlatch 0.11a
2009-04-30 01:23:50 +00:00
Tom Hughes
bcbbf1944b
Don't bother running GC as it doesn't seem to get as much memory back
...
anyway plus the run_gc! method in the fastcgi dispatcher is a disaster
as it disables GC completely except for when it is forced by making a
call to the run_gc! method.
2009-04-28 14:07:51 +00:00
Tom Hughes
85b3f7ffbc
Tidy up.
2009-04-26 23:13:06 +00:00