Commit Graph

3295 Commits

Author SHA1 Message Date
John Firebaugh fbf351f9e4 Merge pull request #1352 from tyrasd/master
inline "taginfo" help broken on "additional tags"
2013-04-21 16:40:52 -07:00
tyr e447d532f3 use 100% for browsers without calc() support 2013-04-21 10:54:43 +02:00
tyr 1bf784ed15 fixing typo in css ("-" instead of "+" - see unprefixed css property below) 2013-04-21 10:49:37 +02:00
John Firebaugh 20150cb9d4 Avoid retaining a graph reference
The supersurface event bindings retained a reference to the initial
graph, preventing it being GC'd after a save operation.
2013-04-20 15:18:14 -07:00
John Firebaugh 39f6ffff78 Merge pull request #1346 from Vanuan/sub_station_building
Substation preset: Adding the most common tag combination
2013-04-20 13:11:09 -07:00
John Yani d489c30e79 Substation preset: Adding the most common tag combination 2013-04-20 22:57:03 +03:00
John Firebaugh 7d6274beed Fix an event binding leak 2013-04-20 12:40:44 -07:00
John Firebaugh f709a36333 Add power to area keys (#1338) 2013-04-20 12:25:17 -07:00
John Firebaugh f58ebbb626 Use icon that exists 2013-04-20 11:31:04 -07:00
John Yani 80424d04a0 Presets: Add Volleyball Court 2013-04-20 11:28:39 -07:00
John Firebaugh 846aa539ac Merge branch 'refs/heads/Vanuan-sub_station' 2013-04-20 11:26:30 -07:00
John Firebaugh db95a07b53 Remove building tag 2013-04-20 11:26:11 -07:00
John Yani 4d3060f5c2 Fixes two problems with Substation
1. substation -> sub_station.
2. Substations are usually  buildings (doesn't apply to points unfortunately).
2013-04-20 04:34:26 +03:00
John Firebaugh db8ed6c4b2 Use new maki icons 2013-04-19 16:07:34 -07:00
John Firebaugh 8eaeda7fbe Build, update translations 2013-04-19 15:53:57 -07:00
John Firebaugh 0e46ff397b Add fullscreen toggle key (#1327) 2013-04-19 15:50:26 -07:00
Ansis Brammanis 4cfd5eae9f add maki stylesheet to packaged index.html 2013-04-19 18:24:46 -04:00
John Firebaugh 13f3cff1e1 Don't show geocoder when embedded (#1329) 2013-04-19 14:49:04 -07:00
Ansis Brammanis 32988297f3 fix makefile rule for maki sprite 2013-04-19 17:39:02 -04:00
Ansis Brammanis b59cd62304 Don't include empty tags in taglist count
fixes #1289
2013-04-19 16:30:14 -04:00
Ansis Brammanis cee0ac3874 tolerate not having inkscape installed 2013-04-19 15:47:51 -04:00
Tom MacWright c79becb78a Prevent error on localgpx.js. Fixes #1207 2013-04-19 15:35:24 -04:00
John Firebaugh 3773f8cef6 Merge pull request #1335 from Vanuan/patch-1
Create car_wash.json
2013-04-19 12:31:53 -07:00
Ansis Brammanis 41d9f5f382 commit sprite script 2013-04-19 15:28:55 -04:00
John Yani 77d13bffea Update car_wash.json 2013-04-19 22:28:37 +03:00
Tom MacWright 3d9ba5fab6 Merge branch 'master' of github.com:systemed/iD 2013-04-19 15:22:32 -04:00
Tom MacWright 8ec9ba3378 Don't close geocoder on result click. Fixes #1234 2013-04-19 15:22:24 -04:00
Ansis Brammanis 51f929359e use building icon instead of warehouse, fix #1257 2013-04-19 15:16:55 -04:00
Ansis Brammanis d21d52d905 add maki as dependency, new sprite script
issue #1319
2013-04-19 14:51:48 -04:00
John Yani cae374ccf1 Create car_wash.json
http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_wash
2013-04-19 20:59:28 +03:00
Tom MacWright d331fab4d9 Merge pull request #1334 from Vanuan/patch-1
Create fontain.json
2013-04-19 10:51:06 -07:00
John Yani 56d7268bbe Update and rename fontain.json to fountain.json 2013-04-19 20:50:15 +03:00
John Yani fa2596c4b9 Create fontain.json
http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfountain
2013-04-19 20:31:18 +03:00
Ansis Brammanis 21c89f22dc export line preset sprite straight from inkscape
We could also use an svg sprite, just swapping the
one line in line-presets.css, but it seemed to
make scrolling the preset grid significantly
less smooth in Firefox.
2013-04-19 12:27:57 -04:00
Tom MacWright 1e5a0fc4a7 Stop nudging when users drag outside of the window. Fixes #1326 2013-04-18 18:31:34 -04:00
Tom MacWright c91dab1b2c Soft-encode separators 2013-04-18 17:50:15 -04:00
Tom MacWright f1604df4d0 Add custom layer option to URL hash, fixes #1024.
Layer format is custom:http://url.com/{z}/{x}/{y}.jpg
2013-04-18 17:34:27 -04:00
John Firebaugh c8dcba31ad Auto-zoom to entity specified by id param 2013-04-18 14:24:10 -07:00
Ansis Brammanis c6200931e1 update tests for iD.Difference fix 2013-04-18 17:02:19 -04:00
Ansis Brammanis e893f686ca add postal code field, fixes #1292 2013-04-18 16:45:48 -04:00
Ansis Brammanis 5ed5968b76 fix reverting tag values
broke with dc0a6576
2013-04-18 16:29:03 -04:00
Ansis Brammanis b3ee67bee8 Allow suggested maxspeed units to be overridden
fixes #947
2013-04-18 15:09:15 -04:00
Ansis Brammanis 9983c0be43 make difference calculation stricter
Changed entities with the exact same properties no longer get counted as
modified.

issue #1287
2013-04-18 13:58:22 -04:00
Ansis Brammanis 77403f62ec force blur and tag change when closing inspector
Firefox doesn't fire a blur if the element is just
removed from the dom.
2013-04-18 12:49:26 -04:00
John Firebaugh ab56cc5207 Clean up how OAuth keys are handled
Connection defaults to osm.org URL and keys for the simple
case. Customization is done via connection.switch().

Externalize SourceSwitch's use of iD.data.keys.
2013-04-17 17:43:25 -07:00
John Firebaugh dca9bec450 Move Connection to core 2013-04-17 17:35:34 -07:00
John Firebaugh a63e17ef15 Remove context dependency from Connection 2013-04-17 17:32:48 -07:00
John Firebaugh a0edf68cbf URL, not Url 2013-04-17 17:25:04 -07:00
John Firebaugh f4d9ec23c7 Fix tests 2013-04-17 16:57:46 -07:00
John Firebaugh 001078876f Add a preauth method 2013-04-17 16:43:35 -07:00