16273 Commits

Author SHA1 Message Date
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
Nick 4a34263a0f Make building:train_station unsearchable 2014-02-05 19:22:48 -04:00
ingalls cca98c93a5 Fix Spelling & Change to US English 2014-02-05 17:58:41 -04:00
ingalls 63b63339b1 Make building:bunker Unsearchable 2014-02-05 17:50:32 -04:00
ingalls bc7686ec82 Add Building Presets 2014-02-05 16:38:46 -04:00
John Firebaugh 6c82b1beda 1.3.6 2014-02-05 10:07:52 -08:00
John Firebaugh ad1685e029 Update imagery 2014-02-05 10:05:11 -08:00
John Firebaugh e8f4e4caaa Update translations 2014-02-05 10:04:53 -08:00
John Firebaugh 4f424c5310 Build 2014-01-27 13:21:10 -08:00
John Firebaugh e14f74e7d5 Merge pull request #2109 from oddityoverseer13/master
Added social_facility presets
2014-01-27 13:19:54 -08:00
John Firebaugh 5f150a78a3 Merge pull request #2103 from tyrasd/validate-presets
add consistency checks for fields of presets and presets in categories
2014-01-27 13:18:04 -08:00
oddityoverseer13 6accb762ac Added group home preset 2014-01-27 14:10:24 -07:00
oddityoverseer13 af8c417601 Fixed a json syntax error in social_facility.json 2014-01-27 12:09:51 -07:00
oddityoverseer13 84bb61c0c9 Added a field definition for social_facility:for=*
Also added the field to the existing social_facility presets
2014-01-27 12:07:53 -07:00
oddityoverseer13 e8ca3b4666 Added a preset for generic "social facility" 2014-01-27 10:58:13 -07:00
oddityoverseer13 fa31b12ab3 Added food bank preset 2014-01-27 10:51:07 -07:00
oddityoverseer13 290f030c5d Added preset for homeless shelter 2014-01-27 10:47:44 -07:00
John Firebaugh 86faf95edc Update mocha 2014-01-23 10:04:29 -08:00
John Firebaugh 316728113b Update mocha-phantomjs 2014-01-23 09:51:59 -08:00
John Firebaugh a86cfa9087 Merge pull request #2104 from paulmach/ortho12
Bump threshold for Orthogonalize to 12 degrees
2014-01-16 12:43:43 -08:00
Paul Mach 4078d353b2 Bump threshold for Orthogonalize to 12 degrees 2014-01-16 12:06:54 -08:00
John Firebaugh 7c02f0f44f Capitalize 'Painter' preset name 2014-01-15 14:06:40 -08:00
tyr 4de0c6cb4e do not write any data files if preset validation fails 2014-01-15 22:36:53 +01:00
tyr 80dbf3085e add consistency checks for fields of presets and presets in categories 2014-01-15 22:23:11 +01:00
tyr bde045d30c allow the rotate operation also for closed multipolygon members
closes #1718
2014-01-15 10:50:49 -08:00
John Firebaugh 2b64678b8f Remove reference to nonexistent field
Fixes #2102
2014-01-15 10:13:38 -08:00
John Firebaugh 3f31f7a85a Merge pull request #2097 from tyrasd/patch-self-referencing-relations
protect against relation loops, part 2.
2014-01-10 11:19:06 -08:00
tyr b71c98cfca protect against relation loops, part 2. fixes #2096 2014-01-10 11:12:10 +01:00
John Firebaugh b1bffb5037 Minor en.json update that got missed 2014-01-08 18:12:34 -08:00
John Firebaugh 949280b736 1.3.5 2014-01-08 17:59:26 -08:00
John Firebaugh dc41ed196d Update imagery 2014-01-08 17:59:26 -08:00
John Firebaugh 4b9b0081f7 Update translations 2014-01-08 17:59:25 -08:00
John Firebaugh 4aac953b03 Add imagery update step to RELEASING 2014-01-08 17:59:25 -08:00
John Firebaugh 1561c366be Update OSM.org links 2014-01-08 16:29:00 -08:00
John Firebaugh ab8a4ffd7b Update GitHub links 2014-01-08 16:14:28 -08:00
John Firebaugh e59d24ed3e Merge pull request #2089 from mourner/better-hover
Better hover experience
2014-01-08 13:26:56 -08:00
John Firebaugh 7352c2ec4f Merge pull request #2090 from mourner/transform
Dry up code for CSS transforms
2014-01-08 12:45:02 -08:00
Vladimir Agafonkin fc92f34eab dry up code for CSS transforms 2014-01-08 19:55:27 +02:00
John Firebaugh 016676c361 Merge pull request #2088 from mourner/master
Fix data flash when panning, close #2082
2014-01-08 09:37:03 -08:00
Vladimir Agafonkin 92e9b0cbbb throttle hover for less epileptic experience and better perf
Otherwise the sidebar flashes so fast that it makes no sense while
distracting the user and lagging due to heavy sidebar construction.
2014-01-08 19:32:31 +02:00
Vladimir Agafonkin 1ca0282c99 avoid excessive tooltip show/hide with mouseenter/leave 2014-01-08 19:32:31 +02:00
Vladimir Agafonkin 5aba78fd15 fix data flash when panning, close #2082
Layers that get opacity should be HW-composited like supersurface,
otherwise it flickers when panning. Should in theory improve
performance as well.
2014-01-08 18:24:22 +02:00
Aaron Lidman c88bafe9ab Update name suggestions 2014-01-06 23:53:53 -05:00