Commit Graph

  • cb1972d76f Make field reference more flexible John Firebaugh 2014-05-14 17:22:24 -07:00
  • bf6e03bd2d Add amenity=dojo preset Michael Spreng 2014-05-12 21:42:34 +02:00
  • 4261fefc6e Fix inline tag help for fields that handle multiple tags Martin Raifer 2014-05-11 20:55:41 +02:00
  • fee1ce7443 update maki sprite Martin Raifer 2014-05-11 20:52:46 +02:00
  • a35990cfc7 Update translations John Firebaugh 2014-05-03 13:12:24 -07:00
  • 749d145f50 Access field should allow "yes" placeholders to be overridden (#2213) Bryan Housel 2014-05-03 10:34:09 -04:00
  • 004be4bb9a Access field should allow "yes" placeholders to be overridden (#2213) Bryan Housel 2014-05-02 15:30:00 -04:00
  • 14efaee004 Remove "designated" from the general access case (#2213) Bryan Housel 2014-05-02 14:33:31 -04:00
  • 0eca063b8e Move building styles after everything. (mostly so railway=station tagged building looks like a building) Bryan Housel 2014-05-01 10:40:26 -04:00
  • 21882299c7 Move building tag class before everything (so railway=station tagged building looks like a building) Bryan Housel 2014-05-01 10:38:52 -04:00
  • e3eb244d3f Remove fuel fields from amenity=fuel for now, issue #1987 Bryan Housel 2014-05-01 10:09:32 -04:00
  • 66a1464031 Avoid dashed stroke on railway areas and railway platforms.. Bryan Housel 2014-05-01 01:16:33 -04:00
  • d46e34053e Add presets for gas station fuel types, EV charging station. Bryan Housel 2014-04-30 22:11:07 -04:00
  • 11f3336024 Add 'width', 'length', 'lit' for appropriate presets (cycleways, sidewalks, sports pitch, etc) Bryan Housel 2014-04-30 16:29:48 -04:00
  • b55bb0e55d Move all structure styles (bridge/tunnel/embarkment) after way styles. Bryan Housel 2014-04-30 14:03:51 -04:00
  • f3ee2664a1 Render embarkment/cutting with dashed casing Bryan Housel 2014-04-30 14:01:46 -04:00
  • 5bcd228f27 Remove tag-highway from tunnel css, so railway and waterway tunnels get some opacity too. Bryan Housel 2014-04-30 10:23:04 -04:00
  • c289f33e86 Order building before other tag classes, so buildings always show as red Bryan Housel 2014-04-30 00:01:56 -04:00
  • 6202d01bf3 Add population field for various place presets Bryan Housel 2014-04-29 22:22:17 -04:00
  • b2b3a34d6b Add landuse=churchyard preset John Firebaugh 2014-04-26 16:46:30 -07:00
  • ce237a56b2 Add some fields for crossings John Firebaugh 2014-04-26 16:01:58 -07:00
  • c2ac0518b8 Fix more fill opacities John Firebaugh 2014-04-26 13:32:59 -07:00
  • 75bf1cfd04 Fix typo John Firebaugh 2014-04-26 12:50:12 -07:00
  • 300c777280 Add shop=wine preset John Firebaugh 2014-04-26 12:44:13 -07:00
  • 154c9a72e4 Remove smoking field from generic building preset John Firebaugh 2014-04-26 12:40:13 -07:00
  • afce1c9840 Merge pull request #2194 from bhousel/bhousel-operations John Firebaugh 2014-04-23 19:11:40 -07:00
  • 8417329039 Fix highway=pedestrian area fill John Firebaugh 2014-04-23 18:58:23 -07:00
  • cab2705d57 Add tests for circularizing concave ways, straight line ways, Add isCircular() test.. Bryan Housel 2014-04-23 16:11:42 -04:00
  • d245121b19 Fix isConvex() to correctly test the angle that closes the way. Bryan Housel 2014-04-23 14:12:20 -04:00
  • 33782a3958 Require 2 uniq points for circularize. Handle 2 point case, where D3 centroid() fails. Bryan Housel 2014-04-21 23:29:25 -04:00
  • 643db5af81 Use defaultcheck for building_area field (fixes #2111) John Firebaugh 2014-04-15 16:30:50 -07:00
  • 95edc5ff03 Fix up defaultcheck field type John Firebaugh 2014-04-15 16:30:21 -07:00
  • 7b958cc1eb Fix custom template prompt showing "undefined" John Firebaugh 2014-04-15 15:55:52 -07:00
  • 273b5e2f63 Fix fill colors John Firebaugh 2014-04-15 15:41:57 -07:00
  • 7e68aef050 move fill color for icons to CSS samanpwbb 2014-04-15 14:25:59 -04:00
  • c4bd57aa8c Update D3 to 3.4.6 John Firebaugh 2014-04-15 13:45:46 -07:00
  • 1fb69f4865 Merge branch 'refs/heads/military-feature-fill' John Firebaugh 2014-04-15 10:47:39 -07:00
  • 27a948084e Get military fill to show up in Firefox John Firebaugh 2014-04-15 10:47:31 -07:00
  • 6dbd0166fc Improvements to land use preset display John Firebaugh 2014-04-15 10:45:56 -07:00
  • c21bf171e7 Add preset for landuse=military John Firebaugh 2014-04-15 10:30:22 -07:00
  • a2331f8c93 Add tests for iD.geo.cross and iD.way.isConvex Bryan Housel 2014-04-15 00:26:53 -04:00
  • 210e7889a1 Factor makeConvex into new method, fix missing comma and style issues.. Bryan Housel 2014-04-14 19:20:16 -04:00
  • a5f095bd9c add unique style for landuse military samanpwbb 2014-04-14 15:48:40 -04:00
  • 52f631f4a0 Coax concave ways to convex before circularizing.. Bryan Housel 2014-04-10 15:26:31 -04:00
  • b8303e3708 Add d3.geom.hull to d3.v3.js Bryan Housel 2014-04-10 15:25:04 -04:00
  • a928d4894d Add isConvex() to iD.Way.. Bryan Housel 2014-04-10 01:41:07 -04:00
  • 236e8413ec Add 2D cross product to iD.geo.. Bryan Housel 2014-04-10 01:39:30 -04:00
  • daa1980aac 1.3.9 John Firebaugh 2014-04-09 15:02:35 -04:00
  • bf4edbfad5 Update imagery John Firebaugh 2014-04-09 14:58:57 -04:00
  • 85c0156d71 Update translations John Firebaugh 2014-04-09 14:58:30 -04:00
  • 88e8f5cf06 Add shop=seafood; hide fishmonger in search (fixes #2189) John Firebaugh 2014-04-08 15:35:22 -04:00
  • 34fb92627d Rename file; rebuild John Firebaugh 2014-04-08 11:29:26 -04:00
  • df6a7685e5 Merge pull request #2188 from zzkt/patch-1 Tom MacWright 2014-04-08 11:24:11 -04:00
  • ac65f7e51a Update photographic_labratory.json nik gaffney 2014-04-08 17:23:32 +02:00
  • 4c0c078045 When circularizing a way, try to add inBetweenNodes to shared ways too.. Bryan Housel 2014-04-07 22:42:34 -04:00
  • 1fee019d72 Remember last custom tile layer (fixes #2094) John Firebaugh 2014-04-07 19:19:53 -04:00
  • fd0aba1786 Can I use iD with my own OSM server? John Firebaugh 2014-04-06 17:18:06 -04:00
  • 9dc67fa207 Merge pull request #2180 from bhousel/bhousel-presets John Firebaugh 2014-04-01 22:39:16 -07:00
  • 907fd8b786 add place=suburb, but named Borough Bryan Housel 2014-04-01 21:48:53 -04:00
  • 7efcdf7f1d remove layer field from waterway=stream Bryan Housel 2014-04-01 21:21:24 -04:00
  • 21a08aaece Merge pull request #2178 from bhousel/bhousel-operations John Firebaugh 2014-04-01 14:39:23 -07:00
  • fcdf7bbee2 Improve test cases for disconnect action to cover shared area nodes.. Bryan Housel 2014-04-01 17:26:25 -04:00
  • a3a125187d preserve disconnect for lines, improve disconnect for shared nodes in areas.. Bryan Housel 2014-04-01 17:22:48 -04:00
  • 5afcbf9400 Update tests to not allow closed way to disconnect itself. Bryan Housel 2014-03-30 23:06:39 -04:00
  • 48dedb15ed Prevent a closed way from disconnecting itself.. Bryan Housel 2014-03-30 22:49:19 -04:00
  • c9d256c9c7 1.3.8 John Firebaugh 2014-03-28 11:56:18 -07:00
  • 629f93c250 Update translation in correct place John Firebaugh 2014-03-28 11:56:08 -07:00
  • 22bf710cd4 Update imagery John Firebaugh 2014-03-28 11:48:51 -07:00
  • 53d8a30032 Disable QA overlays John Firebaugh 2014-03-28 11:41:40 -07:00
  • cad75d2b45 Update translations John Firebaugh 2014-03-28 11:26:52 -07:00
  • 36e4e001ad Merge branch 'refs/heads/bhousel-bhousel-operations' John Firebaugh 2014-03-28 10:26:14 -07:00
  • 163939123f Tweak disabled message slightly John Firebaugh 2014-03-28 10:25:44 -07:00
  • 75d814e46c Add place=neighbourhood preset (fixes #2174) John Firebaugh 2014-03-28 09:54:50 -07:00
  • c271d83c2b Merge pull request #2171 from bhousel/bhousel-presets John Firebaugh 2014-03-28 09:50:25 -07:00
  • 2d85e047cc Add denomination=* field for cemetary, graveyard, funeral home. Bryan Housel 2014-03-28 10:07:19 -04:00
  • 97ec272856 Add preset for shop=funeral_directors Bryan Housel 2014-03-27 23:29:42 -04:00
  • 1df54a700a Disable circularize and orthogonalize operations when way is <80% contained in the viewport Bryan Housel 2014-03-27 22:47:34 -04:00
  • 414bc13252 Add icon for public_transport=stop_position (fixes #2167) John Firebaugh 2014-03-24 09:56:29 -07:00
  • 60e9a19003 Direct would-be contributors to people who actually know what they're talking about Richard Fairhurst 2014-03-23 12:22:56 +00:00
  • d6fa8c1e26 Support quartile scheme for any imagery source (fixes #2112) John Firebaugh 2014-03-21 17:43:54 -07:00
  • b51e5366cc Zoom to GPX after adding (#2144) John Firebaugh 2014-03-21 17:34:46 -07:00
  • cefa1d96f1 Correctly update UI after choosing GPX file (#2144) John Firebaugh 2014-03-21 17:34:34 -07:00
  • b1594b67f1 add preset for leisure=ice_rink Bryan Housel 2014-03-20 16:05:27 -04:00
  • 9fade58d85 add picnic area stuff: firepit, picnic_table, bbq Bryan Housel 2014-03-19 17:33:28 -04:00
  • ea58b6d89c add 35 as an option in the maxspeed dropdown.. Bryan Housel 2014-03-19 15:26:33 -04:00
  • 396332031d Add religion to cemetery preset (fixes #2164) John Firebaugh 2014-03-19 09:24:18 -07:00
  • b45d2ab608 Fix tag reference layout on FF (fixes #2159) John Firebaugh 2014-03-18 15:23:55 -07:00
  • 3283d390bf Merge pull request #2163 from bhousel/bhousel-presets John Firebaugh 2014-03-17 21:45:22 -07:00
  • 593a041f74 various updates to presets Bryan Housel 2014-03-17 23:10:34 -04:00
  • 8e96752039 barrier=fence shouldn't be an area (fixes #2158) John Firebaugh 2014-03-16 22:05:07 -07:00
  • 7714473efc Update name suggestions Aaron Lidman 2014-03-04 09:48:17 -05:00
  • bbc939ed8a Remove building_area from amenity=hospital John Firebaugh 2014-03-02 11:08:38 -08:00
  • 6c8b3a370a remove building_area for school, kindergarden, etc Bryan Housel 2013-12-26 23:43:02 -05:00
  • 7c7c8a40bc Fix recycling field keys (fixes #2140) John Firebaugh 2014-02-28 09:08:49 -08:00
  • 33242db40c 1.3.7 John Firebaugh 2014-02-25 16:01:56 -08:00
  • 8f77389cd4 Update translations John Firebaugh 2014-02-25 15:58:49 -08:00
  • 74251f04dc Adjust borders to account for housename removal John Firebaugh 2014-02-25 15:54:12 -08:00
  • c9709e9207 remove addr:housename from presets AndrewHain 2014-02-16 11:36:41 +00:00
  • 2ab9239a9f More accurate modification tests John Firebaugh 2014-02-25 10:12:34 -08:00
  • f6b7acf9ed Remove conditional that's always true John Firebaugh 2014-02-25 10:03:48 -08:00