Bryan Housel
9b922899a6
Restore maki icons on vertices and areas
2017-01-14 22:08:47 +05:30
Albin Larsson
70f74c4953
do not suggest duplicate commit messages
2017-01-13 21:22:58 +01:00
greenkeeperio-bot
7aecb25dac
chore(package): update diacritics to version 1.3.0
...
https://greenkeeper.io/
2017-01-14 01:30:42 +05:30
Eduard Popov
85cccbf80b
Merge branch 'master' into drag-node-behavior
2017-01-13 23:41:24 +10:00
Bryan Housel
9aaacec467
Merge pull request #3754 from kepta/geocoder
...
Add a pluggable geocoder
2017-01-13 19:00:34 +05:30
Bryan Housel
3befa2dca2
Merge pull request #3756 from openstreetmap/upgrade-maki
...
Upgrade to maki 4, fixes #3024
2017-01-13 18:54:42 +05:30
Bryan Housel
fd9b3931d8
Use temp names for temp segments
...
(closes #1369 )
2017-01-13 18:44:42 +05:30
Ajith Ranka
1efa7fe237
Show natural features by default
2017-01-13 18:40:42 +05:30
Ajith Ranka
c026be39e5
Use bbq for barbeque/grill
2017-01-13 18:20:54 +05:30
Ajith Ranka
50eb129de5
Use information icon for tourist information office
2017-01-13 18:16:42 +05:30
Ajith Ranka
69a6f1ccf3
Add a natural features category, fixes #2843
2017-01-13 18:10:59 +05:30
Ajith Ranka
cb26859192
Use entrance icon for subway_entrance, fixes #3255
2017-01-13 17:48:15 +05:30
Ajith Ranka
95c3d31c79
Don't add tag classes to maki icons
2017-01-13 17:46:43 +05:30
Ajith Ranka
04fe8a5b6c
Use drinking-water
2017-01-13 16:47:14 +05:30
Ajith Ranka
4ed4cf67d2
Use horse-riding
2017-01-13 16:38:39 +05:30
Ajith Ranka
9292bfdc28
Use defibrillator
2017-01-13 16:36:06 +05:30
Ajith Ranka
0d0f6237e7
Rename entrance to entrance-alt1
2017-01-13 16:33:57 +05:30
Ajith Ranka
16be07a7cc
Use fence
2017-01-13 16:11:18 +05:30
Ajith Ranka
c9718df214
Use barrier instead of prison
2017-01-13 16:08:55 +05:30
Ajith Ranka
33a4ffd213
Rename toilets to toilet
2017-01-13 16:02:05 +05:30
Ajith Ranka
71a14a9798
Rename land-use to landuse
2017-01-13 15:53:31 +05:30
Ajith Ranka
8e6ca56e2f
Rename park2 to park-alt; set sawmill as logging
2017-01-13 15:50:40 +05:30
Kushan Joshi
781f4540e0
Add a pluggable geocoder
2017-01-13 15:42:03 +05:30
Ajith Ranka
d5c1900006
Rename industrial to industry
2017-01-13 15:39:56 +05:30
Ajith Ranka
6ece90b80a
Rename mobilephone to mobile-phone & emergency-telephone to emergency-phone
2017-01-13 15:35:22 +05:30
Ajith Ranka
7b87e450b4
Rename camera to attraction
2017-01-13 15:13:46 +05:30
Ajith Ranka
3379d5d9ba
Fix isMaki, reset sizes, remove unnecessary checks
2017-01-13 15:04:58 +05:30
Ajith Ranka
953ca7cfc6
Get the list of maki icons
2017-01-13 15:04:27 +05:30
Ajith Ranka
44034d051b
Pull in @mapbox/maki instead
2017-01-13 14:42:24 +05:30
Ajith Ranka
7f9702f4bc
Update path in dist:svg:maki script
2017-01-13 11:12:37 +05:30
Ajith Ranka
0b63eaa245
Update maki package to version 2
2017-01-13 11:09:24 +05:30
Bryan Housel
cb35873e29
Don't allow continue from the connecting vertex of a closed way
...
Now that addNode tries to preserve circularity, this
could cause the continued segment to loop back.
And anyway it's confusing why one vertex allows it and none others do.
2017-01-12 20:08:42 +05:30
Bryan Housel
45b7a40557
Fix area drawing for #3676
...
These changes are needed now that `addNode`
* wants to preserve circularity
* automatically remove duplicates
* range checks index argument (can't call it with -1 anymore)
2017-01-12 19:30:07 +05:30
huangyingjie
8beb943fa9
fix: properties exported are redefined
2017-01-12 20:24:44 +08:00
Bryan Housel
f109efda7b
Fix close() for single node ways
2017-01-12 15:56:46 +05:30
Bryan Housel
0efd8cb9e6
Merge pull request #3747 from openstreetmap/add-aerialway-presets
...
Adds additional aerialway presets, fixes #3733
2017-01-12 14:52:06 +05:30
Ajith Ranka
adbde8c68f
Add additional aerialway presets, fixes #3733
2017-01-12 14:37:21 +05:30
Bryan Housel
cc3b2ea079
Merge pull request #3735 from M1dgard/fields-email-fax
...
Add universal email field, make fax universal
2017-01-11 00:22:40 +05:30
Bryan Housel
f96a595698
Merge pull request #3730 from mertemin/feature-y
...
Add outdoor_seating options
2017-01-10 12:29:04 -05:00
Bryan Housel
1207b08a20
Use a more example-y Turkish phone number, and run build
2017-01-10 22:57:25 +05:30
Bryan Housel
bf951fc451
Merge branch 'feature-x' of https://github.com/mertemin/iD
2017-01-10 22:53:57 +05:30
Bryan Housel
f5ff246ecf
Merge pull request #3740 from boothym/step_count
...
Add step_count field
2017-01-10 12:21:51 -05:00
boothym
ef54e4eb8e
Add step_count field
2017-01-10 15:46:50 +00:00
Bryan Housel
cadb38009a
Add tests for way.close, way.unclose
2017-01-09 19:58:18 -05:00
popov
42a6530796
Do not attach dragNode behavior in browse mode
2017-01-10 10:41:58 +10:00
Bryan Housel
73e27c9657
Now that updateNode preserves circularity, provide close/unclose functions
...
This lets us break closed ways at their connecting node in the few situations where
we actually want that behavior (disconnect action for circular non-area ways)
2017-01-09 19:41:38 -05:00
Bryan Housel
8676dd6e4c
Changes to removeNode and add tests
2017-01-09 18:38:28 -05:00
Bryan Housel
7b86afc9de
Changes to replaceNode and add tests, also stricter isClosed
2017-01-09 18:16:30 -05:00
Bryan Housel
f510038791
Changes to updateNode and add tests
2017-01-09 17:33:46 -05:00
Bryan Housel
f1cdde0f92
Changes to addNode and add tests
2017-01-09 17:33:26 -05:00