Commit Graph

6591 Commits

Author SHA1 Message Date
Milad Karbasizadeh
4729bbbc4e fix a bug with space 2017-01-04 11:13:45 +03:30
Milad Karbasizadeh
3ef1103c3a Remove signs of real_name ever existed. 2017-01-03 21:57:29 +03:30
Milad Karbasizadeh
5fab91dd7c Merge pull request #2 from Georeactor/master
digest combined LTR and RTL words
2017-01-03 21:38:13 +03:30
Nick Doiron
9e5d3e7c5a digest combined LTR and RTL words 2017-01-03 22:21:15 +08:00
Milad Karbasizadeh
5da7d83fe9 Modify railways arabic/persian names 2017-01-03 16:34:57 +03:30
Milad Karbasizadeh
a36650ccbe add arabic kaf to character table 2017-01-03 16:15:08 +03:30
Milad Karbasizadeh
47389176cd Merge pull request #1 from Georeactor/master
Changes I was talking about in the OSM PR
2017-01-03 15:30:00 +03:30
Nick Doiron
88efc0c8ef add and reorder letters 2017-01-03 18:18:29 +08:00
Nick Doiron
94ee7d4916 move changes to svg display name 2017-01-03 18:18:18 +08:00
Milad Karbasizadeh
af1ac89df7 Rename fix-string.js and fixTextForSvg function name to a more readable name.
User regex to detect arabic characters.

Fix editing bugs.
2017-01-02 14:48:22 +03:30
Milad Karbasizadeh
92b5ce133d fix persian characters on chrome and safari 2017-01-01 15:41:47 +03:30
greenkeeperio-bot
8c812f6fb8 chore(package): update npm-run-all to version 4.0.0
https://greenkeeper.io/
2016-12-31 13:24:21 -05:00
Bryan Housel
c2713c3a3f For node-way merge, preserve original node if possible
(closes #3683)
2016-12-31 02:01:13 -05:00
greenkeeperio-bot
4e2d975e13 chore(package): update lodash to version 4.17.3
https://greenkeeper.io/
2016-12-31 00:08:47 -05:00
greenkeeperio-bot
1f63f43231 chore(package): update rollup-plugin-commonjs to version 7.0.0
https://greenkeeper.io/
2016-12-31 00:08:28 -05:00
greenkeeperio-bot
8eb9342409 chore(package): update rollup to version 0.39.2
https://greenkeeper.io/
2016-12-31 00:08:01 -05:00
Bryan Housel
e9dfa04dd4 Social Facility preset improvements
(closes #3702)

* Add `social facility` field
* Make sure Social Facility presets have both `social_facility` and `social_facility:for`
* Change `social_facility:for` from radio to combo, because so many choices
2016-12-30 23:32:00 -05:00
Bryan Housel
9033c9d638 Standardize on calling things "features" instead of "objects"
(closes #3689)
2016-12-29 21:35:00 -05:00
Bryan Housel
45ad0842dd Pacify eslint 2016-12-28 01:16:57 -05:00
Bryan Housel
9af0db792c Merge branch 'midpoints' of https://github.com/edpop/iD into edpop-midpoints 2016-12-28 01:08:42 -05:00
popov
ab5d3e4056 reflect-typo 2016-12-28 01:06:38 -05:00
Bryan Housel
0386ee249e Add castle_type field to Castle preset 2016-12-28 00:33:40 -05:00
popov
19b0a771f6 make vertex by midpoint double-clicking 2016-12-28 15:32:47 +10:00
abdeldjalil09
b074c299e7 Add "castle_type" field to castle preset 2016-12-27 17:26:03 +01:00
Bryan Housel
0c9fb7c407 Improve military presets
(closes #3663)

* Add Nuclear Explosion Site and Military Office presets
* Add Bunker Type field
* Improve styling rules for preset icons
* Improve search terms for all military presets
* Nest military presets under `landuse=military`
* Add ref, iata, icao fields to Military Airfield
* Don't set area pattern fills on buildings
2016-12-27 01:19:13 -05:00
Bryan Housel
0e2cd589d4 Add styling for natural=bare_rock, natural=sand 2016-12-26 16:00:02 -05:00
Bryan Housel
c664281c2d Add presets for natural Bare Rock, Ridge, Sand
(closes #3646)

Also cleanup terms
2016-12-26 15:09:34 -05:00
Bryan Housel
99bf8d4dbd Remove extra "name" field from Plant Nursery preset
(closes #3678)

Also:
* changed Plant Nursery to be area geometry only, not point
* added "plant" field to Plant Nursery preset
* added "operator" field to this and other related presets
* added search terms for this and other related presets
2016-12-25 14:10:38 -05:00
greenkeeperio-bot
d2952cf929 chore(package): update mapillary-js to version 2.2.0
https://greenkeeper.io/
2016-12-22 15:55:24 -05:00
greenkeeperio-bot
63e054772c chore(package): update rollup-plugin-commonjs to version 6.0.1
https://greenkeeper.io/
2016-12-22 15:43:32 -05:00
greenkeeperio-bot
b70cab0bfd chore(package): update rollup to version 0.38.0
https://greenkeeper.io/
2016-12-22 15:42:56 -05:00
Bryan Housel
93cdf29797 Merge pull request #3664 from openstreetmap/operation-behavior
Improved Post Paste Behaviors
2016-12-22 15:29:59 -05:00
Bryan Housel
9a922c0731 Make Reflect/Rotate unavailable for strictly linear features 2016-12-22 15:18:01 -05:00
Bryan Housel
c4bb7a0ba3 Update CHANGELOG for 2.0.2 2016-12-22 11:23:18 -05:00
Bryan Housel
37534aed0e More cleanup of operations and post-paste behavior
* Support move, rotate, reflect, delete post paste on multiselection
* Improve text and error msgs for singular vs multi selections
* Move `disabled` checks from actions to operations
* Reproject center of rotation (closes #3667)
* Cleanup tests
2016-12-21 23:58:13 -05:00
Bryan Housel
38e4900355 Allow rotate of multiple selected objects
(closes #1719)
2016-12-21 16:44:40 -05:00
Bryan Housel
cad4c0090c Refactor rotation code to geoRotate, add tests 2016-12-21 11:21:06 -05:00
Bryan Housel
063e7712b8 Move geo functions from index.js to geo.js 2016-12-20 23:08:22 -05:00
Bryan Housel
573f476cdd Rename actionRotateWay -> actionRotate 2016-12-20 22:38:30 -05:00
Bryan Housel
6ab9489fe7 Add utilGetAllNodes to get all nodes and descendants 2016-12-20 22:37:53 -05:00
Bryan Housel
a2f50f4485 Support behaviors in Rotate mode 2016-12-20 14:55:02 -05:00
Bryan Housel
57696ab5eb Rename rotate-way mode to just rotate 2016-12-20 13:44:39 -05:00
Bryan Housel
addd12ae99 Exclude child nodes from newIDs if their parent way was also copied
for #3656 item 1
2016-12-20 01:31:49 -05:00
Bryan Housel
087a8c62d1 Behaviors for all Operations 2016-12-20 00:28:24 -05:00
Bryan Housel
068a40e6cc Support Reflect behaviors in Move mode
Also some refactor and added support diagonal nudging
2016-12-19 16:56:32 -05:00
Bryan Housel
35aae816b0 Expose Reflect operation behavior 2016-12-19 16:55:49 -05:00
Bryan Housel
1884c7070e Add a keybinding behavior for operations 2016-12-19 16:55:11 -05:00
Bryan Housel
82665a6883 Add preset for power=plant
(closes #3661)

This one was a little complicated because they are generally tagged along
with landuse=industrial, and we want to make sure the power=plant is
the tag used for matching.
2016-12-18 21:27:34 -05:00
Bryan Housel
d69c4d6d9a Don't highlight previous parent way
(closes #3657)
2016-12-17 23:13:10 -05:00
Bryan Housel
fac0429c4c Don't call updateTags extra times
(closes #3650)
2016-12-17 22:38:28 -05:00