Commit Graph

3443 Commits

Author SHA1 Message Date
John Firebaugh bb487ba0ee Use fastMouse 2013-05-09 21:55:05 -07:00
Tom MacWright 0d7422acfa Add changelog 2013-05-09 20:57:09 -04:00
John Firebaugh bbd7767535 Update translations 2013-05-09 16:15:55 -07:00
John Firebaugh fdc2b9dec6 Add some validation for #1423 2013-05-09 16:13:24 -07:00
John Firebaugh 974c2eddf5 Add terms for playground
This ensures that all languages can provide alternate
term translations, which may help with #1423.
2013-05-09 16:12:46 -07:00
John Firebaugh 1b72bba425 Workaround Opera SVG event dispatch bug
Opera will not dispatch mouse events to an absolutely
positioned SVG element:

http://bl.ocks.org/jfirebaugh/6fbfbd922552bf776c16

We need layers to be absolutely positioned in order to
obtain the correct positioning and z-order simultaneously.
Therefore we must wrap the SVG in a div and absolutely
position that instead.

Fixes #1416.
2013-05-09 14:50:51 -07:00
John Firebaugh 96c7f9b942 Workaround Opera vertical resize bug 2013-05-09 10:17:31 -07:00
John Firebaugh c0d9a03ea6 Document master/release depoyments 2013-05-09 09:49:43 -07:00
Tom MacWright e434cab107 Basic tests for padByMeters 2013-05-09 12:25:38 -04:00
John Firebaugh 23d70230fc Update maki (fixes #1429) 2013-05-08 17:39:35 -07:00
John Firebaugh c7dedcb5ba Fix test 2013-05-08 13:28:40 -07:00
John Firebaugh 79ae9346e7 Simplify layer structure
Also, always give SVG elements an explicit size -- seems
to be necessary for Firefox to render them correctly.

Fixes #1436.
2013-05-08 13:10:55 -07:00
John Firebaugh 499aa6fb7c Language tags use dash separator (fixes #1434) 2013-05-08 12:02:33 -07:00
John Firebaugh 8454754d25 Fix gpx layer display (fixes #1436) 2013-05-08 11:48:36 -07:00
Tom MacWright b73028029e Remember background opacity setting. Fixes #967 2013-05-08 11:45:26 -04:00
Ansis Brammanis 58a038b553 fix textarea field 2013-05-08 11:00:45 -04:00
Tom MacWright 76312fb51a Fix #1443 geocode result style 2013-05-08 10:47:04 -04:00
Tom MacWright d0f5fc4637 Bump osm-auth to 0.2.1 with ohauth update 2013-05-08 10:42:26 -04:00
Tom MacWright c799876042 Merge branch 'master' of github.com:systemed/iD 2013-05-08 10:33:32 -04:00
Tom MacWright 9a75ce95d4 Simplify conditional comment and reinstate. 2013-05-08 10:31:29 -04:00
Tom MacWright 70e8ce6c3a Merge pull request #1441 from tyrasd/patch-1
use fill:none instead of fill:transparent
2013-05-08 07:16:37 -07:00
Martin Raifer a9dbd277c5 use fill:none instead of fill:transparent
`transparent` is not a valid [svg](http://www.w3.org/TR/SVG/painting.html#SpecifyingPaint) [color](http://www.w3.org/TR/SVG/types.html#DataTypeColor). Use `none` instead.
2013-05-08 17:15:19 +03:00
Tom MacWright ddd817a16c Hate conditional comments 2013-05-08 10:14:16 -04:00
Tom MacWright 1c7d0ebc66 Make conditional comment for IE stricter 2013-05-08 10:05:04 -04:00
Tom MacWright 9ef274a268 Revert last commit, hides features on pan 2013-05-08 09:43:49 -04:00
Tom MacWright 2871e74e3d Specify that layers have width and height. Fixes #1436 /cc @jfirebaugh 2013-05-08 09:39:17 -04:00
Tom MacWright d585fb1ceb Test another corner case in geo 2013-05-08 09:12:16 -04:00
Tom MacWright cadd50a7d5 Test iD.util.editDistance 2013-05-08 09:09:42 -04:00
John Firebaugh 09c7a7833c Fix #1433 2013-05-07 19:25:18 -07:00
John Firebaugh 2dcd556864 Fix help text (fixes #1432) 2013-05-07 18:45:03 -07:00
John Firebaugh 08949d2fe9 Redo iD.geo.chooseIndex
It now calculates proper orthogonal projections and finds
the minimal one. Rename it iD.geo.chooseEdge and minimize
its coupling to context.

This version also copes with 0- and 1-node ways.

Fixes #1428.
2013-05-07 18:35:45 -07:00
John Firebaugh 6f3f756fd2 Build 2013-05-07 17:08:28 -07:00
John Firebaugh 29d77466bb Merge pull request #1421 from ramunasd/master
imagery for Lithuania
2013-05-07 16:46:02 -07:00
Saman Bemel-Benrud 1ff588a17a fixing highway=living_street icon, i think? 2013-05-07 19:13:19 -04:00
John Firebaugh 4ffaba1def Prefer to keep existing ways when joining (fixes #1424) 2013-05-07 12:34:04 -07:00
Tom MacWright 08dca79f9e Translate "Okay" in confirm dialogs 2013-05-07 15:31:20 -04:00
Tom MacWright 044bd937a7 Make success UI translatable. Fixes #1425 2013-05-07 15:28:34 -04:00
Tom MacWright fc8ae64890 Make intro phases translatable. Fixes #1411. 2013-05-07 15:04:37 -04:00
Tom MacWright b19ac4cdd1 Fix grammar in walkthrough. Fixes #1422 2013-05-07 14:28:27 -04:00
Ramūnas 467c1169e7 high quality imagery in Lithuania 2013-05-07 21:18:03 +03:00
Tom MacWright 0afda8b52e Remove the word 'development' from the spash text. 2013-05-07 10:21:55 -04:00
John Firebaugh 508b2051df Apply 0f1b05 in the right place 2013-05-06 13:51:39 -07:00
John Firebaugh 6dfb443f95 Tweak ATM preset 2013-05-06 13:50:11 -07:00
John Firebaugh 99dd86dd17 Merge pull request #1409 from Vanuan/patch-1
Create atm.json
2013-05-06 13:49:01 -07:00
John Firebaugh 606f31c40f Version 1.0.0 2013-05-06 12:29:50 -07:00
John Firebaugh 29cf646b56 Update translations 2013-05-06 12:25:27 -07:00
John Yani a717466615 Update atm.json
Add operator field
2013-05-06 18:50:17 +03:00
John Yani 750384d2d5 Create atm.json
http://wiki.openstreetmap.org/wiki/Tag:amenity%3Datm
2013-05-06 18:47:47 +03:00
John Firebaugh a540759a8e Manually apply d3 clipExtent fix (fixes #1406) 2013-05-04 11:26:50 -07:00
John Firebaugh 0f1b05189a grid -> list 2013-05-03 15:22:58 -07:00