Commit graph

396 commits

Author SHA1 Message Date
Tom Hughes
e8a048045e Wrap tile numbers at the international dateline. Closes #2226. 2009-08-27 15:50:52 +00:00
Matt Amos
1eb58bc607 Reverting experimental stuff in r17121. 2009-08-18 16:33:18 +00:00
Matt Amos
6674873478 Experimental CSS media queries to support iPhone and other small-screen devices. 2009-08-18 16:06:26 +00:00
Dave Stubbs
c742d88309 add crossdomain.xml to allow flash to access oauth 2009-08-16 15:59:56 +00:00
Tom Hughes
7a7c567436 Remove layers argument from the shortlink if we change to mapnik from
a non-mapnik layer.
2009-08-13 14:02:49 +00:00
Richard Fairhurst
6e6b44e494 small parallel way fix, plus handy new 'join' keypress (J) 2009-08-07 00:25:00 +00:00
Richard Fairhurst
a9a55db130 ibid 2009-08-06 10:49:01 +00:00
Richard Fairhurst
d50288a89f argh, caught out by annoying Ming 0.3>0.4 change. Recommit with correct line widths 2009-08-06 08:26:06 +00:00
Richard Fairhurst
c0c506adde handful of small fixes 2009-08-05 23:16:22 +00:00
Richard Fairhurst
9968ea4308 bunch of small tweaks 2009-08-05 23:14:27 +00:00
Richard Fairhurst
b938f26313 ibid 2009-08-05 14:11:13 +00:00
Richard Fairhurst
a36c938c85 ibid 2009-08-05 08:49:37 +00:00
Richard Fairhurst
233f3ee527 Potlatch 1.2 2009-08-04 22:24:20 +00:00
Richard Fairhurst
b19a12140e and the binary 2009-07-16 14:37:17 +00:00
Tom Hughes
7b07b8ccbf Set a pointRadius on the object style so nodes are visible. Fixes #2070. 2009-07-16 14:32:42 +00:00
Tom Hughes
7eaf671999 Remove executable permission from SWF files. 2009-07-16 07:42:34 +00:00
Richard Fairhurst
793c9ca790 remove debug statement 2009-07-16 01:24:46 +00:00
Richard Fairhurst
6599fe0586 Potlatch 1.1a 2009-07-16 01:20:47 +00:00
Tom Hughes
b5a6493aff Remove SOTM advert from site. 2009-07-13 08:11:11 +00:00
Richard Fairhurst
23781c9195 and the binary 2009-07-12 07:57:00 +00:00
Richard Fairhurst
229e166eb3 and the binary 2009-07-11 09:55:38 +00:00
Richard Fairhurst
2e3730f910 ...and the accompanying binary 2009-07-11 07:12:19 +00:00
Richard Fairhurst
1ef85668de and the accompanying SWF 2009-07-09 20:00:29 +00:00
Richard Fairhurst
94f7108202 revised SWF 2009-07-09 14:58:34 +00:00
Richard Fairhurst
c89a31b319 fix #2046 2009-07-09 06:37:19 +00:00
Richard Fairhurst
8eb77ef5e1 "list mode" should really be "live mode" :) 2009-07-08 22:29:45 +00:00
Richard Fairhurst
369202787b Potlatch 1.1 (server code) 2009-07-08 20:52:02 +00:00
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