Commit Graph

4415 Commits

Author SHA1 Message Date
John Firebaugh 53d8a30032 Disable QA overlays
We need to think about how to best integrate these; just
dumping them into a huge list of overlays is not a good
approach.
2014-03-28 11:41:40 -07:00
John Firebaugh cad75d2b45 Update translations 2014-03-28 11:26:52 -07:00
John Firebaugh 36e4e001ad Merge branch 'refs/heads/bhousel-bhousel-operations' 2014-03-28 10:26:14 -07:00
John Firebaugh 163939123f Tweak disabled message slightly 2014-03-28 10:25:44 -07:00
John Firebaugh 75d814e46c Add place=neighbourhood preset (fixes #2174) 2014-03-28 09:54:50 -07:00
John Firebaugh c271d83c2b Merge pull request #2171 from bhousel/bhousel-presets
Add preset for shop=funeral_directors
2014-03-28 09:50:25 -07:00
Bryan Housel 2d85e047cc Add denomination=* field for cemetary, graveyard, funeral home. 2014-03-28 10:07:19 -04:00
Bryan Housel 97ec272856 Add preset for shop=funeral_directors 2014-03-27 23:29:42 -04:00
Bryan Housel 1df54a700a Disable circularize and orthogonalize operations when way is <80% contained in the viewport 2014-03-27 22:47:34 -04:00
John Firebaugh 414bc13252 Add icon for public_transport=stop_position (fixes #2167) 2014-03-24 09:56:29 -07:00
Richard Fairhurst 60e9a19003 Direct would-be contributors to people who actually know what they're talking about 2014-03-23 12:22:56 +00:00
John Firebaugh d6fa8c1e26 Support quartile scheme for any imagery source (fixes #2112) 2014-03-21 17:43:54 -07:00
John Firebaugh b51e5366cc Zoom to GPX after adding (#2144) 2014-03-21 17:34:46 -07:00
John Firebaugh cefa1d96f1 Correctly update UI after choosing GPX file (#2144) 2014-03-21 17:34:34 -07:00
Bryan Housel b1594b67f1 add preset for leisure=ice_rink 2014-03-20 19:47:29 -04:00
Bryan Housel 9fade58d85 add picnic area stuff: firepit, picnic_table, bbq 2014-03-19 17:33:28 -04:00
Bryan Housel ea58b6d89c add 35 as an option in the maxspeed dropdown.. 2014-03-19 15:26:33 -04:00
John Firebaugh 396332031d Add religion to cemetery preset (fixes #2164) 2014-03-19 09:24:18 -07:00
John Firebaugh b45d2ab608 Fix tag reference layout on FF (fixes #2159) 2014-03-18 15:23:55 -07:00
John Firebaugh 3283d390bf Merge pull request #2163 from bhousel/bhousel-presets
Various updates to presets
2014-03-17 21:45:22 -07:00
Bryan Housel 593a041f74 various updates to presets
Add "crop" field for landuse=farm/farmland/farmyard (for #2149)
  Add "trees" field for landuse=orchard
  Add landuse=landfill
  Add the hoops=* field to the basketball preset (for #1984)
  Add amenity=nightclub
  Add smoking field for many presets under amenity, building, office, tourism (for #1990)
2014-03-17 23:10:34 -04:00
John Firebaugh 8e96752039 barrier=fence shouldn't be an area (fixes #2158) 2014-03-16 22:05:18 -07:00
Aaron Lidman 7714473efc Update name suggestions 2014-03-04 09:48:17 -05:00
John Firebaugh bbc939ed8a Remove building_area from amenity=hospital 2014-03-02 11:08:38 -08:00
Bryan Housel 6c8b3a370a remove building_area for school, kindergarden, etc
These keys should not automatically get building=yes added:
amenity/school, amenity/kindergarden,
tourism/picnic_site, tourism/theme_park

Also renamed to "School Grounds" and "Kindergarden Grounds"
for clarity..
2014-03-02 10:54:32 -08:00
John Firebaugh 7c7c8a40bc Fix recycling field keys (fixes #2140) 2014-02-28 09:08:49 -08:00
John Firebaugh 33242db40c 1.3.7 2014-02-25 16:01:56 -08:00
John Firebaugh 8f77389cd4 Update translations 2014-02-25 15:58:49 -08:00
John Firebaugh 74251f04dc Adjust borders to account for housename removal 2014-02-25 15:55:05 -08:00
AndrewHain c9709e9207 remove addr:housename from presets
The [values](http://taginfo.openstreetmap.org/keys/addr%3Ahousename#values) of this rarely needed tag, which is prominent in the address presets, now have a lot of numbers and descriptive words in many different languages. Removing the preset means that new editors won’t fill this key with information useless to the key but can still add it through All tags if needed.  A similar thing happened when Potlatch put the designation tag into presets. Goes towards #1427 and #2124.
2014-02-25 15:55:05 -08:00
John Firebaugh 2ab9239a9f More accurate modification tests 2014-02-25 10:12:34 -08:00
John Firebaugh f6b7acf9ed Remove conditional that's always true
The base graph never has any ownProperty entities.
2014-02-25 10:03:48 -08:00
John Firebaugh 53f5379479 Merge pull request #2135 from tyrasd/master
fix duplicate objects after restoring data from localStorage
2014-02-25 09:59:10 -08:00
tyr efd3223e0c extend history loading fix to deletions
Deleted objects need to be kept in the base of the history stack, too.

This also improves the respective unit tests.
2014-02-22 14:09:17 +01:00
tyr 86c4bc9105 add tests for "restoring from v3 JSON" (core/history.js) 2014-02-21 10:19:36 +01:00
tyr fc0a15e6c4 fix duplicate objects after restoring data from localStorage
This makes sure that the originals of changed entities get merged
into the base of the stack after restoring the data from JSON.
This is necessary, because the stack will only have elements for
the current viewport after a restart and previously *modified*
objects will now be falsely detected as *created* ones.

Also removed some ineffective code.
2014-02-21 10:01:26 +01:00
John Firebaugh 44e260a429 Fix tests 2014-02-19 09:46:54 -08:00
John Firebaugh 69960d75bd Use https where supported
Refs #2129
2014-02-19 09:40:22 -08:00
John Firebaugh 9e1c1cee06 Add shop=art preset
Fixes #2125
2014-02-16 11:28:45 -08:00
John Firebaugh d1f02b2ac7 Add shop=bookmaker and shop=lottery presets
Fixes #2126
2014-02-16 11:25:37 -08:00
John Firebaugh 327af5176b Fix jshint 2014-02-09 18:48:52 -08:00
John Firebaugh 3733b02a37 Expand tests 2014-02-09 18:45:47 -08:00
John Firebaugh 173108ae46 Style adjustments 2014-02-09 18:45:31 -08:00
tyr 90fd8b6e51 disable merge operation if at least one relation is incomplete
Incomplete multipolygons were harmed in the merge operation (which
relies on completely loaded relations to determine inner/outer
status for example).

This disables the operation and adds an appropriate tooltip.
2014-02-09 18:41:31 +01:00
tyr 422f76be77 merge-polygons: do not merge tags from all possible members
previously when merging polygons, all tags from all involved
members were merged into the resulting multipolygon. This includes
existing inner members with different tags or outer members that
are not directly involved in the merge operations.

Example: A forest (landuse=forest) containing some clearings
(landuse=meadow), whose outline is in part a river (waterway=river)
is merged with a new untagged area. The resulting multipolygon
would have falsely been tagged: landuse=forest;meadow + waterway=river
2014-02-09 17:53:55 +01:00
John Firebaugh 6752c198f7 Build 2014-02-08 09:24:22 -08:00
Martin Raifer efdc5d9602 use proper tag in dentist preset
fixes #2120
2014-02-08 10:31:41 +01:00
John Firebaugh 5ba5d80009 Build 2014-02-05 17:52:57 -08:00
Nick 06aba8b856 Added building field to railway:station 2014-02-05 19:25:47 -04:00
Nick 493249b466 Remove semicolon
Bad Java Habbits
2014-02-05 19:23:10 -04:00