⚠️ = Breaking change, may affect downstream projects or sites that embed iD.
- Bugfixes:
- Check all blacklist regexs in API imagery blacklist (#3858, thanks @tyrasd)
- Remove autocorrect/spellcheck features from inputs (#3839)
- Better detection of culture-specific locale in language list (#3842)
- Presets:
- Adjust aeroway runway, taxiway, apron styles for visibility (#3845)
- Add preset for landuse=aquaculture (#3849, thanks @willemarcel)
- Update UK/IE placeholders (#3837, thanks @boothym)
- Add social_facility=nursing_home preset
- Bugfixes:
- Fix point dragging regression (#3829)
- Bugfixes:
- Fix issues with dragging sibling nodes of a selected way (#3824)
- Fix map centering for custom KML and GeoJSON layers (#3826, thanks @tyrasd)
- Fix regression in GPX layer loading from URL (#3820, thanks @tyrasd)
- Presets:
- Add presets NoExit, Watch Shop, add Living Street to Road category (#3821, thanks @willemarcel)
- Bugfixes:
- Improve tests for line joins in walkthrough (#3695)
- Fix country code lookup / address,phone fields on IE11 (Object.assign issue)
- Show "You have unsaved changes" message also in save mode (#3788, thanks @tyrasd)
- Eliminate duplicates from commit message dropdown (#3759, thanks @Abbe98)
- Don't create extra combobox caret divs in the address field (#3715)
- Fix issue with mouse coordinates while dragging and nudging/zooming (#3594)
- Fix for lasso behavior missing mouseup event (#3800)
- Fix spinner position when UI is RTL (#3794)
- Don't write history while user is in draw_line/draw_way, etc (#3750)
- Don't show radial menu when selecting entity from member/membership editor
- More checks to prevent duplicate consecutive nodes (#3676, #1296, thanks @slhh)
- Fix RTL languages along linestring paths on Chrome and Safari (#3707, thanks @miladkdz)
- When merging node to area, preserve original node if possible (#3683)
- Allow double-clicking on midpoints to create vertex (#3687, thanks @edpop)
- Don't jump cursor to end of line when editing housenumber (#3650)
- Usability improvements:
- Warn if user creates an untagged relation (#3812)
- Improve save flow so user knows there is more to do after clicking Save (#3777, #2378)
- Desaturate the map to call attention to upload pane
- Don't show two save buttons, rename one to Upload
- Show icon with the Save button
- Warn if user creates an unconneted highway (#3786)
- Draw slightly larger circles for unconneted vertices (#3775)
- Use 'pt' wiki pages in 'pt-BR' iD localization (#3776)
- User must select nodes before dragging them (#3739, thanks @edpop)
- New Features:
- Add KML and GeoJSON support to GPX layer (#3811, thanks @mertemin)
- Add language debugging mode that shows translation keys (#3755)
- Upgrade to MapillaryJS viewer v2.4
- Add ability to restart ui and change locale on the fly (#3764, thanks @kepta)
- Upgrade to latest maki icons (#3024, #3756, thanks @ajithranka)
- Includes icon for tourism information objects (#3573)
- Includes icon for subway_entrance (#3255)
- Support replacing the geocoder service (#3754, thanks @kepta)
- ⚠️
iD.services.nominatim
is now iD.services.geocoder
- Support smoothly transitioned actions (#3659)
- Add Reflect Long / Reflect Short operations (#3555, #3375, thanks @Psigio)
- Improved address field customization, allow country-specific placeholders (#3643, thanks @Natsuyasumi)
- Performance:
- Use the same ids for temporary nodes and ways created in draw modes (#1369)
- Presets:
- Add Notary preset (#3813, thanks @Zverik)
- Add additional aerialway presets (#3733, thanks @ajithranka)
- Add natural features category (#2843, thanks @ajithranka)
- Add step_count field to Steps preset (#3740, thanks @boothym)
- Add universal email and fax fields (#3735, thanks @M1dgard)
- Show tracktype as first field for Track preset (#3718)
- Add preset for place=square (#3658)
- Add preset for leisure=horse_riding (#3619)
- Add presets for barrier=toll_booth, barrier=border_control (#3719)
- Improve Social Facility presets (#3702)
- Improve military presets (#3663)
- Add presets for natural Bare Rock, Ridge, Sand (#3646)
- Add outdoor_seating checkbox (#3730, thanks @mertemin)
- Improve Turkish address scheme (#3729, thanks @mertemin)
- Prefer office=coworking over amenity=coworking_space (#3714, thanks @iandees)
- Improve Japanese address scheme (#3712, thanks @Natsuyasumi)
- Add fire_hydrant:position field to presets (#3708, thanks @wopfel)
- Add Castle Type field to Castle preset (#3685, thanks @abdeldjalil09)
- Add Taiwan phone format (#3655, thanks @Supaplextw)
- Bugfixes:
- Update imageryBlacklists function to use blacklists from OSM API (#3623)
- Better checks for invalid ids in Select mode (#3640)
- Unable to toggle oneway=yes on highways (#3638)
- Hide labels along selected ways or near selected vertices (#3636)
- Windows/Chrome bug: missing mouseup was getting users stuck and unable to select features (#2151)
- Fix map moving with middle mouse click (#3612)
- New Features:
- Pull LTR/RTL list from Transifex instead of hardcoding it (#3489)
- Refocus map and selectedIDs on undo/redo (#2204)
- Display labels for vertices (#2709)
- Presets:
- Add Waterfall Preset (#3608)
- Adjust matchscores so that barrier doesn't take priority over other features (#3647)
- Add Public Bath Preset (#3642, thanks @Natsuyasumi)
- Remove "Covered" field from Bus Stop preset (#3627)
- Add surveillance and camera related presets (#3599, thanks @bkil)
- Add amenity=food_court and amenity=crematorium (#3621, thanks @samely)
- Add maxheight field and add it to many highway presets (#3605)
- Add fence and wall type fields, add height field to some barriers (#3602)
- Add presets for Aquarium, Resort, Dance Hall (#3579)
- Add Internet Access fields to many presets (#3568, thanks @bkil)
- Add highway=traffic_mirror preset (#3568, thanks @bkil)
- Improvements to Mast/Tower presets (#3561, thanks @bkil)
- Bugfixes:
- When starting iD with an object selected, the map should focus on that object (#3588, thanks @tyrasd)
- Fix for "Best" imagery not being automatically selected (#3586)
- Performance improvements:
- Adjust max Mapillary pages fetched per zoom, adjust min viewfield zoom
- ⚠️ iD is now written in a modular code style using ES6
import
/export
and rollup.js as a build tool (#3118, #3179, #3180)
- Many thanks to @tmcw, @kepta, @tyrasd, @beaugunderson, @davidchouse
- ⚠️ Flattened namespace means that all functions have changed names (#3479)
- e.g.
iD.actions.Move
-> iD.actionMove
, iD.geo.Extent
-> iD.geoExtent
- Many deprecated names are still exported as symbols, e.g.
iD.Context
- we will remove these eventually
- ⚠️ Customized iD deployments can manipulate live objects, rather than iD.Context accessors
- No longer need to call things like
presets()
, imagery()
, taginfo()
when creating iD.Context
- See API.md for details on customized deployments
- ⚠️ iD has upgraded to the latest released versions of d3, lodash, rbush, etc.
- d3 no longer adds itself to the global namespace, but can now be accessed via
iD.d3
- ⚠️ iD now uses
npm
scripts for all build processes
- iD requires Node v4 or higher, but does not require
make
anymore
- Update install instructions and prerequisites (#3466, thanks @tyrasd)
- ⚠️ iD url hash map order has changed to
zoom/latitude/longitude
to match OSM and others (#3554)
- ⚠️ Authentication methods like
context.preauth
, connection.switch
, iD.uiSourceSwitch.keys
options have changed
url
option has been renamed to urlroot
- Many preset improvements:
- Add Construction and Tower Type fields to Mast and Tower presets (#3561, thanks @bkil)
- Add Turning Loop (Island) preset, adjust icons for traversable/nontraversable features (#3557)
- Add Internet Cafe preset (#3559)
- Improve styling of Farmyards (#3556, thanks @Thue)
- Add Guest Apartment / Condo preset (#3548)
- Add Waste Transfer preset (#3387)
- Add Billboard preset (#3386)
- Improve traffic calming presets (#3218)
- Improve waste and recycling presets (#2689)
- Rename Camp Site to Campground, and add preset for individual camp pitches (#3385)
- Multiselect field for Bike Shop services (#3517, thanks @willemarcel)
- Add presets for Nail Salon, Tanning Salon (#3516, thanks @skorasaurus)
- Split golf water_hazard presets into separate line and area presets (#3483)
- Update terms lists for Anime preset (#3478, thanks @mbrickn)
- Add Pastry Shop preset (#3444, thanks @Dgleish)
- Add maxspeed field to Railway preset (#3458, thanks @boothym)
- Add E-Cigarette Shop preset (#3457, thanks @boothym)
- Add capacity field to Charging Station preset (#3458, thanks @boothym)
- Add Pumping Station preset (#3384, thanks @kepta)
- Improve Railway crossing presets (#3395, thanks @boothym)
- Improve Gym and Sports Center presets (#3352, thanks @boothym)
- Add Coworking Space preset (#3381, thanks @willemarcel)
- Add access_simple field for Basketball, Tennis, Garden presets (#3336, thanks @Psigio)
- Add icon to fire hydrant preset (#3380, thanks @bagage)
- Add Yoga Studio preset (#3352, thanks @Psigio)
- Add Bowling Green preset (#3363, thanks @boothym)
- Add more fields ("support", "display", "visibility", "date") to Clock preset (#3318, thanks @HolgerJeromin)
- Add more values to the speed limit field (#3316, thanks @1ec5)
- Add network combo field for route relations (#3302, thanks @1ec5)
- Add Blood Donor Center preset (#3285, thanks @M1dgard)
- Add indoor yes/no field for Defibrillator preset (#3284, thanks @M1dgard)
- Add Miniature Golf preset (#3279, thanks @boothym)
- Add second_hand field for shop=car preset (#3274, thanks @skorasaurus)
- Add Planetarium preset (#3268, thanks @willemarcel)
- Add Ice Cream Shop preset (#3253, thanks @ankit-m)
- Add Taiwan address format to Address field (#3261, thanks @david082321)
- New Features:
ui()
initializer now accepts a callback that will be called when loadLocale is finished (#3550)
- Vertex keyboard navigation (#1917, #3539)
[
or pageup
- jump to previous vertex
]
or pagedown
- jump to next vertex
⌘[
or home
- jump to first vertex
⌘]
or end
- jump to last vertex
\
or pause-break
- select next parent, if at intersection
- Address field improvements - eliminate duplicates, more dropdowns for address fields (#3553)
- OSM API calls are now authenticated for logged in users (helps with (#3519, #2262)
- When reversing a way, reverse tags on its child nodes (#3076, thanks @Psigio)
- Support Right to Left interface for some languages 'ar', 'fa', 'iw', 'dv' (#3007, #3087, thanks @mapmeld)
- Allow user to click an 'X' to remove an item from the selection list (#2950, thanks @ebrelsford)
- Bundled Mapillary JS plugin upgraded to v2.0 (#3496)
- Allow
Del
key as a without modifier as a Delete shortcut (#3455)
- Remove diacritics (accented chars) when doing fuzzy searches (#3159)
- Bugfixes:
- Prevent imagery offset nudging buttons from getting stuck if user clicks again (#3576)
- Don't include terms for non-searchable presets in translation source (#3323)
- Let user know if the documentation points to a redirect page (#3337)
- Fix line labeling placement for IE11, Edge (#3020)
- Better label placement, use smaller collision boxes (#1645)
- Allow "network", "genus", "taxon", "species" taginfo lookups to expect uppercase values (#3377)
- Fix way disappearing due to invalid "layer" tag (#3405, thanks @edpop)
- Add radix parameter for all
parseInt
calls (#3399, thanks @HolgerJeromin)
- Don't limit movement of vertex that combines two endpoints (#2731)
- Don't use checks in walkthrough navigation (#3247)
- Default Wikipedia language field to user's language, not English (#3265)
- Performance improvements:
- Clip area polygons and clippaths to padded viewport (#3529)
- Throttled redrawing (#3360, thanks @guillaume)
- Use fewer steps for interpolated breathe behavior (#2911)
- Treat features on
addr:interpolation
lines as points, not vertices (#3241)
- Add ref field to
amenity=post_box
preset (#3232, thanks @boothym)
- Fix crash calling
_.all
when moving multiple features (#3155, thanks @tyrasd)
- Add
emergency=defibrillator
preset (#3202, thanks @ramyaragupathy)
- Add
man_made=bridge
preset (#3183, thanks @SatyaSudheer)
- Switch from
sloped_curb=*
to kerb=*
(#3210)
- Rename "Chemist" preset label to "Drugstore" for en_US (#3201)
- Exclude imagery sources more than 20 years old (#3190)
- Add
highway=give_way
preset for yield signs
- Add stars, rooms, internet access fee fields for hotel presets (#3144, thanks @homersimpsons)
- Add stop type, direction forward/backward fields for stop sign preset (#3115, thanks @homersimpsons)
- When setting form's background color also set field color (#3100 thanks @jonnybarnes)
- Add sidewalk preset to Path presets category (#3181, thanks @willemarcel)
- Fix mph/kph imperial units test in maxspeed (#3156)
- Fix d3 bug causing map to translate far away when zooming under heavy load (#2773, thanks @kepta)
- Embed interactive Mapillary JS viewer instead of static image (#3128, thanks @kepta, @peterneubauer)
- Add "grill" as search term for
amenity=bbq
preset (#3139, thanks @manfredbrandl)
- When setting Wikipedia value, also set corresponding Wikidata tag (#2732, thanks @1ec5)
- Clean translated combo value when comparing to display value (#3129)
- Change color of Save button as user edits increase (#2749, thanks @tanerochris)
- Migrate to lodash v4 (#3107, thanks @kepta)
- Don't try to snap new ways to offscreen areas (#3114)
- Prevent keypress handlers from being called extra times (#3111)
- Add spacebar click for efficient way drawing (#2784, thanks @brandonreavis)
- Rename
barrier=ditch
preset to "Trench", leave waterway=ditch
preset as "Ditch"
- Use prison icon for gate-like barriers, roadblock icon for other barriers
- Add Barrier category: wall, fence, ditch (#2344, thanks @Wikiwide)
- Add slight fill to the area icon (#3109)
- Localize phone placeholder for country being edited (#3084, thanks @dobratzp)
- Clicking on scale bar will toggle units from imperial/metric (#2351)
- Use ⌘B for quick background switching, add tooltip, style (#2854, thanks @RoPP)
- Fix greediness of autocompletion (#3077, #3106, thanks @kepta)
- Add preset for
route=horse
relations (#3057, thanks @kepta)
- Keep "move" cursor while adjusting imagery offset (#3101)
- Move generic Building preset to top of Building category list (#3102)
- Update Wikipedia list (#3098, thanks @1ec5)
- Fix bug causing save button to remain disabled even when changeset comment is entered (#3096)
- Support setting imagery offset via url hash parameter (#3093)
- Don't allow user to straighten a line if start/end nodes are at the same location (#2792)
- Add
fee
and bin
fields to some presets (#2872)
- Add multiCombo field type selecting multiple items from a list (#3034, #3080, thanks @kepta)
- Support
payment:
tagging, add to vending machine presets (#2872)
- Support
currency:
tagging, add to vending machine, money exchange, ATM presets (#2872)
- Support
fuel:
tagging, add to fuel station presets (#1987)
- Support
recycling:
tagging, add to recycling presets (#2873)
- Improve tabbing and keyboard navigation in the entity editor
- Exclude
name
tag when validating whether a feature has tags (#3091)
- Add taginfo typeahead behavior to combo fields (#3089)
- Lower popularity thresholds for taginfo lookups
- Support looking up languages by English or local names (#3023, thanks @mapmeld)
- Display "Choose language" placeholder value for Wikipedia language field (#3071)
- Add prison preset (#3070, thanks @kepta)
- Improve
studio=*
tagging (#3061, thanks @kepta)
- Dedupe relations with same calculated name so they will appear in relation picker (#2891)
- Modal Dialog and Save/Restore improvements (#3036)
- Use case sensitive combo for changeset autocompletion (#3039)
- Add a warning to the changeset page if a user mentions Google (#3063, thanks @tmcw)
- Fix bug when manually assigning a role to a relation member (#2739)
- Imagery offset control now allows dragging or typing to adjust offsets (#1340, thanks @kepta)
- Support terrain imagery backgrounds: Stamen Terrain, Thunderforest Landscape
- Don't fetch overlay tiles or Mapillary data around Null Island (#2751)
- Show values as hover tooltips when field is too narrow to display full value (#3054)
- Don't clean fields (trim whitespace) on every input event (#3045)
- Improve usability of Save and Cancel buttons (#3040)
- Close seams in imagery tiles (#3053)
- Improve instructions for building on Windows (#2574)
- Add Code of Conduct (#3051)
- Add nutrition supplements store preset (#3043)
- Add coffee shop preset (#3042)
- Avoid jumpiness when dragging node markers (#3003)
- Rename "Dock" -> "Wet Dock / Dry Dock" (#3030)
- Refresh lables when switching to a new GPX file (#3032)
- Fix bug where adding a space to a name would undo a previous edit (#3035)
- Display GPX tracks immediately when loaded or toggled (#3027)
- Include "Local GPX" in imagery used list when GPX loaded via url parameter (#2804)
- Add Bird Hide preset (#3026)
- Exclude from areaKeys blacklist presets that are point/vertex only (#3009)
- Return to browse mode and block ui while geolocating (#3016)
- Restore highway=unclassified to thick line rendering and rename as "Minor/Unclassified Road" (#3015)
- Allow drawing of freeform shapes when using the shift-click-drag lasso selection tool (#2937, thanks @kepta)
- Rename "Major Roads" -> "Traffic Roads", "Minor Roads" -> "Service Roads" in feature filter list
- Add context.asset for building asset filenames, use for Mapillary Traffico files (#3011)
- Fix crash in starting tutorial, bad selector for .layer-background opacity (#3010)
- Fix rendering of modified/moved multipolygons (#3008)
- Preserve connectivity when pasting (#2584, thanks @jfirebaugh)
- Fix rendering of bumpy surfaces in turn restriction editor (#3004)
- Draw radial menu on top of data layers (#2994)
- Move data layers out of
iD.Background
(#3001)
- Disambiguate art store, art gallery, etc. (#2999, thanks @harry-wood)
- Post office should have opening_hours instead collection_times (#2996, thanks @HolgerJeromin)
- Improved abandoned/disused railway icons (#2967, thanks @kepta)
- Use access=yes instead of access=public for toilets (#2576, thanks @gileri)
- Rename "Track" -> "Unmaintained Track Road" and add terms (#2982, thanks @brianreavis)
- Mapillary improvements
- Add support for street signs layer (#2720)
- Show Mapillary thumbnail on opposite side of map from marker (#2775)
- Fetch all available Mapillary data, but cull based on density (#2794)
- Display Mapillary data out to zoom level 12 (#2468, #2675)
- Add ability to remove/disable Mapillary layers (#2722)
- Add expansion arrows to category presets for better usability (#2972, thanks @kepta)
- Refactor services into iD.services namespace
- ⚠️ This means that
iD.taginfo
is now iD.serviceTaginfo
- Disallow disconnecting that would damage relations (#1714, thanks @jfirebaugh)
- Allow escape to cancel ⌘-V paste (#2889)
- Enter should accept input and return to browse mode only on preset input fields (#2912, #2957, #2380)
- No need to make FAQ link translatable (#2973)
- Display star for "best" imagery, add link to imagery info (#2902, thanks @kepta)
- Use HTTPS for Nominatim and other services if available (#2960, thanks @kepta)
- Add
shop=storage_rental
preset (#2943, thanks @kepta)
- Add site relation preset (#2930, thanks @kepta)
- Improvements to swimming pool, water park presets (#2927, thanks @kepta)
- Ensure that boundary relation members look like boundaries (thanks, @jfirebaugh)
- Add 'building' combo field for ice rink and swim facility
- Building field should be combo not typeCombo (because
building=yes
is a valid tag)
- Link to wiki for guidance on good changeset comments (#2923, thanks @kepta)
- Make preset fields section collapsable (#2894)
- Make sure DrawLine mode is called with a clean pre-operation graph (#2303, thanks @tyrasd)
- Default to user's language when localizing names (#2882, thanks @kepta)
- Autocomplete changeset comments from previous changeset comments (#2002, thanks @jfirebaugh)
- Add universal multiline text field for description, fixme (#1518)
- Fix crash when selecting a category preset with enter button
- Remove overly agressive regexes for cleaning up websites and emails (#2892, thanks @kepta)
- Correct typo "Platic" -> "Plastic" (#2925, thanks @M1dgard)
- Rename "Unclassified Road" to "Minor Road" (#2916)
- Fix address field to not lose focus while typing (#2903, #2320)
- Bugfixes for Internet Explorer (classList #2909, parentElement #2910)
- Presets for various man_made tags (#2893, thanks @manfredbrandl)
- Block UI, disable draws while fetching missing childnodes when user restores saved work
- Add iD.Map#redrawEnable to enable/disable redraws
- Don't select filtered hidden vertices with the lasso
- Adjust matching rules for multipolygon members (#2887)
- Add Diaper Changing field to amenity toilets (#2890, thanks @morray)
- Add rendering for tag-crossing pedestrian crosswalks
- Fix rendering of highway=pedestrian, highway=crossing preset icon
- Waterway presets - dock, boatyard, water point (#2863, thanks @arunasank)
- Amenity presets - hunting stand, parking space, ferry terminal (#2883, thanks @arunasank)
- More search terms for several amenity presets (#2880)
- Disambiguate shop=bicycle and amenity=bicycle_repair_station presets (#2845)
- Cancel debounced history saves in flush() and clearSaved()
- Cancel throttled hash updates in hash.off()
- Several fixes for "Entity Not Found" errors (#2736)
- Don't call childNodes unless necessary (avoid extra _childNodes caching)
- Clear search results pane when changing modes
- Center map on feature when selecting feature from search results
- Suppress radial menu when selecting feature from search results
- Rename doctor.json -> doctors.json (#2869)
- Add Breathe behavior for colorblind-friendly interpolated select halos (#1814)
- Many usability improvements to entity editor sidebar:
- In Taginfo results sort keys with ':' below keys without ':' (#2376)
- Add back button for feature type reselection (#2453)
- Return should accept input and return to browse mode (#2380)
- Enable save as soon as user starts typing (#2342)
- Change feature editor close X to check mark (#2384)
- Many improvements to the intro walkthrough:
- Prevent most keyboard shortcuts during walkthrough
- Prevent user from editing during pause before restarting failed task
- Shrink introGraph (#1336)
- Localize some of the features in the walkthrough (#2881)
- Add search task to walkthrough (#2363)
- Add button images to walkthrough text (#2404)
- Better save blocking in intro (#1795)
- Display Help button in walkthrough, stay on it longer (#2364)
- Set 'Content-Type': 'text/xml' when closing changeset (fix for IE auth warning) (#2874)
- Replace nonstandard Array
find
with _.find
for IE11 (#2871)
- Better save and restore map state when entering walkthrough
- Add maxstay field for amenity=parking preset (#2851)
- Add presets for popular vending machines (#2827, thanks @henningvs)
- Fix turn restriction rendering under Firefox (#2860)
- Handle situation when user closes oauth dialog window (#2858)
- Don't set
building=yes
for amenity=fuel
preset (#2857)
- Eliminate rounding causing jumpiness and loss of precision (#2849)
- Fix tag help lookup (#2844)
- Support Internet Explorer 11 and Edge browsers (#2571)
- New road styling for bumpy/unpaved roads (#2564, #2750, #2847)
- Disambiguate building/office presets (#2793, #2799)
- Add handrail field to steps preset (#2815)
- Choose "best" imagery by default (#2826)
- Fix language detection when
navigator.languages
is empty (#2838) (thanks @jleedev)
- Support multiple overlays and fix alignment of minimap (#2813) (thanks @brianreavis)
- Don't update the urlhash during the walkthrough (#1795)
- Add surface type to parking preset (#2816)
- Make 100% background brightness the default (#2824)
- Use SVG for preset and feature icons (#2785)
- ⚠️ Projects that have customized the icon spritesheet may need to upgrade their custom icons
- Add "Help Translate" icon next to "Report a Bug" (#2766)
- Update highway colors to match openstreetmap-carto (#2764)
- Prefer suggested capitalization in autocomplete box (#2791)
- Better support for browser language preferences (#2810) (Thanks @kriscarle)
- Disallow joining ways with conflicting tags (#2358) (Thanks @jfirebaugh)
- Add rugby union and rugby league presets (#2808) (Thanks @bagage)
- Add military presets (#2177) (Thanks @arunasank)
- Discard yh:WIDTH tags (#2806)
- Fetch proper tag references for relation types (#2797) (Thanks @tyrasd)
- Proper perimeter calculation in infobox (#2789)
- Fix bug creating points at edge of screen when panning (#2758)
- Add motorcycle parking preset (#2787)
- Better autocomplete suggestions in taginfo-sourced dropdowns (#2748)
- Add traffic signal type preset
- Fix bug where pressing '1' triggered fullscreen (#2786)
- Improvements to translated preset terms (#2777, #2756) (Thanks @bagage)
- Disable save button when changeset comment is empty (#1488)
- Better handling of multilingual
alt_name
, old_name
, etc (#2658)
- Add preset for Semi-Detached House (#2776)
- Relicense iD with ISC license
- Show docs for the selected value in raw tag editor (#2754) (Thanks @M1dgard)
- Improve display of implied values in access UI field (#2763)
- Better handling of preset search terms (#2756) (Thanks @M1dgard)
- Support cross-browser fullscreen display mode with F11 / ⌘⇧F (#2755) (Thanks @PaulAnnekov)
- Fix performance issue with multipolygon outer test (#2755)
- Change caption "Access" -> "Allowed Access" (#2761)
- Fix broken link and other help improvements (#2760)
- Fix bug with displaying label when centroid undefined (#2757) (Thanks @tyrasd)
- Replace close 'X' with Cancel button on save panel (#2378)
- Add
recycling:glass_bottles
, recycling:plastic
(#2730)
- Add preset for
leisure=bowling_alley
(#2734)
- Render
highway=road
differently from highway=unclassified
(#2742)
- Improve rendering of
highway=track
- dashed casing now more visible on dark backgrounds (#657)
- Change
highway=path
rendering to be more like highway=footway
to avoid new user errors (#2327)
- Prevent users from accidentally adding
highway=yes
(#2744)
- Better styling for ephemeral tags (e.g. razed/abandoned/construction/proposed) (#2740, #1893)
- Add
bicycle=dismount
access option (#2726)
- Add support for Irish postcodes in address field (#2729) (Thanks @rory)
- Add "Road Surface" preset for
area:highway=*
(#2627)
- Add presets for Casino and Adult Gaming Center (#2684)
- Restore complete list of
address:
keys for address UI field (#2698)
- Preset searching should consider tag values (#2719)
- Add
highway=corridor
preset and universal level
field for indoor mapping (#2687, #2218)
- Use space key to toggle radial menu (#2706)
- Add presets (
volcano
, saddle
, adit
, tree_row
, plant_nursery
) (Thanks @jmespadero)
- Use HTTPS if location protocol is HTTPS in
iD.Connection
(#2681) (Thanks @frewsxcv)
- Don't write unsavable changes to
localStorage
(#2705)
- Add recycling_type preset field (#2689) (Thanks @ebrelsford)
- Fast zoom and pan with Cmd/Control modifier key (#2691) (Thanks @rowanhogan)
- Improve handling of Wikipedia URLs (#2694) (Thanks @1ec5)
- Add minimap toggle to background menu, show GPX layer in minimap (#2693) (Thanks @rowanhogan)
- Add cycleway UI field for highways with bike lanes (#2686) (Thanks @ebrelsford)
- Improve appearance of Mapillary markers (#2690) (Thanks @pgiraud)
- Add fee field to toilet preset (#2639) (Thanks @alexandrz)
- Several improvements for more reliable save and post-save data fetch (#2667)
- Use locale passed in from container iframe instead of detected locale (#2672)
- Allow html entities in translated documentation titles (#2674)
- Add presets for
man_made=storage_tank
and man_made=silo
(#2662)
- Add presets for RV/Marine toilet disposal and related fields (#2623)
- Add preset for
waterway=fuel
(#2589)
- Add preset for
amenity=biergarten
(#2641)
- Infobox for distance/area measurement and more info, hotkey Cmd-I (#2573)
- Fallback to 'en-US' when no language detected (#2650)
- Don't clean description/note/fixme values (#2659)
- Only urlencode tag values that start with http (#2657)
- Remove
platform
and browser
from changeset tags (#2643)
- Clip oneway markers to viewport (#2638)
- Performance improvements for iD.Difference
- Fix error restoring changes after deleting a node (#2637)
- Fix for 404 Error caused by duplicates in multi-fetch node request (#2626)
- Fix oil well preset (#2621) (Thanks @1ec5)
- Add oil well preset (#2618) (Thanks @1ec5)
- Add radio mast preset (#2613) (Thanks @1ec5)
- Don't commit empty changesets (#1483)
- Add place=farm preset (#2604) (Thanks @Stalfur)
- Cleanup strings for website and email tags (#2323)
- Use semicolon-space as separator for opening_hours tags (#2301)
- Clear cached userDetails when auth events occur (#2588)
- New styling for barriers (#2592)
- In wireframe mode, draw all points (#2591)
- Invert background opacity widget display values (#2595)
- Save custom background imagery layer to localstorage (#2566)
- Better introductory help text (#2504) (Thanks @hkirat)
- Smarter way movement - avoid zorroing connected ways (#2516, #729)
- Add basic browser and platform info to changeset tags (#2559, #2449)
- Add drive_through preset to fast_food, atm, etc (#2459) (Thanks @brianegge)
- Use combo not checkbox for building field (#2553)
- Fix bug with copy/paste when originals are deleted (#2557)
- Tag motorway_link with explicit oneway=yes (#2555)
- Map-In-Map locator (toggle with '/' key) (#2554)
- Add service field for railways (#2552)
- Feature filtering: don't match multipolygon lines as 'Others' (#2548)
- Add network=* tag to public transport presets (#2549) (Thanks @gileri)
- Add incline field for highway=steps preset (#2456)
- Support node v0.12 (#2535)
- Resolve editing conflicts before saving (#2525, #1053)
- Don't delete ways from route, boundary, multipolygon relations (#2526, #1461) (Thanks @systemed)
- Fix typo in smoothness field - should be "impassable" (#2523)
- Update to Mapillary API v2 calls (#2522) (Thanks @peterneubauer)
- Add Rounded tooltips (#2521) (Thanks @samanpwbb)
- Add gender field to amenity=toilets preset (#2422)
- Update landuse presets (no single nodes, and better descriptions) (#2518)
- Update tree and forest presets to use leaf_type and leaf_cycle fields (#2512)
- Add shop=houseware preset (#2509)
- Make "Yes" and "No" translatable (#2286)
- Fix group home preset (#2510)
- Add amenity=grit_bin preset (#2500)
- Prevent user from zooming out too far when drawing (#2499)
- Add amenity=bicycle_repair_station preset (#2497)
- Add leisure=nature_reserve preset (#2496)
- Support copy and paste of selected features with ⌘-C/⌘-V (#642)
- Add amenity=public_bookcase preset (#2507) (Thanks @guillaumep)
- Add substation type field (#2486)
- Add junction=yes preset (#2484)
- Add takeaway and delivery fields to food presets (#2483)
- Add levels field to building=commercial preset (#2454)
- Add amenity=register_office preset (#2431)
- Add landuse=garages preset (#2430)
- Add natural=cave_entrance preset (#2412)
- Add amenity=fast_food preset (#2446)
- Switch to landuse=farmland as preferred Farm preset (#2478)
- Add bench and covered fields to bus stop preset (#2451)
- Replace icon fields with dropdown (#2433)
- Add Map Data panel
- Data Layers (GPX, Mapillary)
- Area filling options (full, partial, wireframe) (#813)
- Map Features filtering (#1299, #1871, #2033)
- Allow customization of presets, imagery, and taginfo
- ⚠️ These must be set when creating an
iD()
object - see index.html
example
- Fix "TypeError: r is undefined" (#2421)
- Remember raw tag editor expansion state across sessions (#2416)
- Translate text in changes section on save panel (#2417)
- Encode URL hash correctly (#2406)
- Capture ⌘-S even in input fields (#2409)
- Added some traffic_calming=* presets
- Prefer power=substation to sub_station
- Include state/province in U.S. and Canadian address formats
- Improve the error message on saving when offline (#2373)
- Add network field to Road Route relation preset (#2372)
- Updated TIGER layer to use TIGER 2014
- Added support for street-level imagery from Mapillary
- Added support for taginfo projects data
- Better infer restriction for no_u_turn (#2345)
- Update to rbush 1.3.3
- Improved a variety of presets
- Added
comment
url param to prefill changeset comment (#2311)
- Do not fully fill certain landuse values, e.g. landuse=residential (#542)
- Class midpoints to match parent way and adjust styles
- Test visibility of gpx coords instead of just comparing extents
- When adding gpx, only rezoom map if gpx not in viewport (#2297)
- Workaround for Chrome crash (#2295)
- Add mtb fields (#2244)
- Support option strings for combo fields (#2296)
- Render triangular midpoints to show direction of any selected way (#2292)
- Fixed Chrome/Windows selection bug (#2151)
- Don't automatically tag motorways, etc. as oneway=yes
- Disable Move and Rotate operations if area < 80% contained in the viewport
- Fix mixed content errors on https osm.org (#2281)
- Fix suggested access values for parking (#2280)
- Add support for localized address fields (#2246)
- Rendering improvements for layers (#2250)
- Add a map scale (#2266)
- Fix preset buttons (#2247)
- Better midpoint rendering (#2257)
- Ensure combobox menus are closed on blur (#2207)
- Limit imagery_used tag to 255 characters (#2181)
- Simplify and fix midpoint drawing logic (#2136)
- Prefer more specific 'Crosswalk' preset over generic 'Crossing'
- Add amenity=dojo preset
- Correctly trim whitespace in semicolon-separated multivalues (#2236)
- oneway fields now show "Assumed to be No" or "Assumed to be Yes" instead of "Unknown" (#2220)
- Add turn restriction editor
oneway=no
overrides implicit oneways on junction=roundabout, etc. (#2220)
- Add presets for fords, parking_entrance, charging_station, compressed_air, churchyard, shop=wine
- Improve access placeholders (#2221)
- Trim tag keys, and prevent duplicate tag keys (#2043)
- Fix inline tag help for fields that handle multiple tags
- Add 'width', 'length', 'lit' for appropriate presets (cycleways, sidewalks, sports pitch, etc)
- Render embarkment/cutting with dashed casing
- Rendering fixes for buildings, tunnels
- Add population field for various place presets
- Improvements to circularize action (#2194)
- Building field is yes/no (fixes #2111)
- Area fill colors in preset icons match map fill colors
- Add fill style for landuse=military
- Prevent closed areas from invalid disconnection (#2178)
- Remove layer field from waterway=stream
- Add preset for place=suburb and shop=seafood
- Remember last custom tile layer (#2094)
- Mapbox Satellite now supports z17-z19
- Disable circularize and orthogonalize operations when way is <80% contained in the viewport
- Add place=neighbourhood preset
- Add denomination=* field for cemetary, graveyard, funeral home
- Add preset for shop=funeral_directors
- Add icon for public_transport=stop_position
- Support quartile scheme for any imagery source (#2112)
- Zoom to GPX after adding (#2144)
- Correctly update UI after choosing GPX file (#2144)
- Add preset for leisure=ice_rink
- Add picnic area stuff: firepit, picnic_table, bbq
- Add 35 as an option in the maxspeed dropdown
- Add religion to cemetery preset (#2164)
- Fix tag reference layout on FF (#2159)
- Add "crop" field for landuse=farm/farmland/farmyard (#2149)
- Add "trees" field for landuse=orchard
- Add landuse=landfill
- Add the hoops=* field to the basketball preset (#1984)
- Add amenity=nightclub
- Add smoking field for many presets under amenity, building, office, tourism (#1990)
- barrier=fence shouldn't be an area (fixes #2158)
- Remove building_area from hospital, school, kindergarden
- Fix recycling field keys (#2140)
- Added building presets
- Improve how tags are merged when merging to a multipolygon
- Disable merge operation if at least one relation is incomplete
- Add shop=bookmaker, shop=lottery, and shop=art presets
- Use https URLs where supported
- Fix duplicate/missing objects after restoring data from localStorage
- Remove addr:housename field from address preset
- More protection against relation loops (#2096)
- Fix freeze when using Clinic preset (#2102)
- Allow rotating closed multipolygon members (#1718)
- Bump threshold for Orthogonalize to 12 degrees
- Added social_facility presets (#2109)
- Smoother and faster panning, zooming, and tooltips
- Fix bug relating to deleted nodes outside the viewport (#2085)
- Ensure "New Relation..." is always available (#2066)
- Add area=yes when necessary (#2069)
- Suppress radial menu when clicking warning (#2035)
- Protect against relation loops (#2072)
- Correct arrow direction on drawn segment (#2078)
- Don't upload tags with empty values (#1894)
- Add support for ids and locations as search input (#2056)
- Sort relation suggestions most recent first (#2052)
- Fix for Safari selection bug in combo box (#2051)
- Fix midpoint missing after undoing split (#2040)
- Don't remove addr:housenumber when changing address preset (#2047)
- Many preset additions: clock, rest area, service area, veterinary, funiculars, narrow gauge railways,
gauge field, electrified field, tunnel field, crafts, doctor, dentist, clinic, studio, aerialways,
and pistes.
- Replace TIGER 2012 layer with next-generation TIGER 2013 layer (#2010)
- Add tooltips to "untagged feature" warnings
- Add pressets and category for golf features (#2013)
- Information and bike parking preset refinements
- Faster/smoother zooming and panning
- Add "quick add" presets for common proper names
- Fix zoom to feature when clicking search results (#2023)
- Support for loading GPX-files via url parameter (#1965)
- Update osm-auth (#1904)
- Update 3rd party dependencies (Lo-Dash, D3, RBush)
- Build iD.Way.areaKeys from presets
- Add public_transport, military, emankment presets
- Reverse cardinal directions for relation member roles
- Improved warning visibility (#1973)
- Fix undo-related bug (#1978)
- Update maki
- Fix Disconnect of way with multiple intersections (#1955)
- Fix unclosed area rendering (#1958)
- Add presets for amenity=shelter, footway=sidewalk, footway=crossing, and various office values
- Add area categories
- Full-height background settings pane
- Add suggestions of common shop and amenity names
- Handle https wikipedia URLs
- Use assumed values for access placeholders (#1924)
- Distinguish between power=line and power=minor_line
- Reset invalid opacity values to default (#1923)
- Fix misalignment -> Fix alignment (#1913)
- Update maki (#1916)
- Prioritize boundary tag to minimize area fills (#1920)
- Fix background defaulting to 0% brightness (#1923)
- Fix corner case that could cause getting stuck in drag mode (#1910)
- Improved display of changed objects in save screen
- Improved performance
- Show attribution for overlay layers (#1909)
- Add OpenStreetMap GPS traces layer
- Show a list of multiple selected features in the sidebar
- Autocomplete city and postcode values (#1753)
- Add a button to trigger file browser for GPX (#1758)
- Prevent 'zoom in to edit' from showing up during save success (#1792)
- Add delete button to all forms (#1492)
- Omit non-OSM features from search results (#1890)
- Add additional check to prevent snapping to area fills (#1887)
- Fix adding localized value before name (#1797)
- Disable removing incomplete relation members (#1768)
- Show all combobox entries when clicking the caret (#1755)
- Improvements and fixes to the behavior of multilingual name fields
- Don't show combobox menu with only one item
- Don't prevent following an existing way when drawing (#1430)
- Allow "yes" and "no" check values to be translated (#1819)
- Treat a sole area=yes tag as "untagged" (#1867)
- Special case 'yes' values for type fields (#1876)
- Don't add addr:housenumber=yes when applying Address preset (#1874)
- Ensure preset fields are consistently ordered (#1876)
- Preserve existing Wikipedia language (#1868)
- Don't allow dragging of the map when the click starts in a button (#1869)
- Prefer to render highway=* styles over railway=* (#1880)
- Workaround cosmetic issues caused by a Chrome regression (#1879)
- New presets: man_made=observation, shop=locksmith, leisure=common and more
- Split only the line of a node shared by a line and an area
- Handle multipolygon corner case when splitting (#1799)
- Don't automatically apply building tags to shop=car (#1813)
- Don't suggest adding a relation to itself (#1820)
- Fix restoring changes when something is selected (#1857)
- Use generic access value as placeholder (#1780)
- Filter on combobox value, not title (#1836)
- Show relation documentation for relation presets (#1862)
- Limit squaring to near square or near straight nodes (#1733)
- More clever splitting of closed ways
- Improve circularize action
- Add more tags to areas list
- Don't auto-save intro tutorial edits (#1745, #1795)
- Added waypoint display to GPX layer
- Added "Straighten" operation
- Improve "Orthogonalize" behavior, rename to "Square"
- Add and improve many presets
- Save commit messages on blur (#1783)
- Add KSJ2 tags to discard list (#1794)
- Fix display of labels with wide characters
- Catch localStorage quota exception (#1807)
- Avoid consecutive identical nodes when adding a midpoint (#1296)
- Stop nudge when exiting move mode (#1766)
- Add "Continue" operation
- Delete relations that become empty (#465, #1454)
- Support polygon imagery bounds (#768)
- Pull imagery from editor-imagery-index
- Insert areas in sorted order (#1693)
- Fix some walkthrough glitches (#1744)
- Fix walkthrough on Firefox (#1743)
- Fix icon at end of walkthough (#1740)
- Fix walkthrough (#1739)
- Add amenity=ranger_station preset (1723)
- Add terms for tourism=artwork (#1726)
- Reduce prominence of share links, add G+
- Default wildcard tag values to "yes" (#1715)
- Add help topic on relations (#1708)
- Add default "Locator Overlay" layer (#1301)
- Refine toilet preset (#1697)
- Change delete shortcut to ⌘⌫/Ctrl-Backspace (#1698)
- Fix close button event binding in save dialog (#1713)
- Fix error when deleting a triangle vertex (#1712)
- Add support for an externally provided asset map (#1699)
- Fix adding multilingual name (#1694)
- Fix social buttons (#1690)
- Work around a Firefox bug that sometimes caused elements to be unselectable or stuck dragging (#1691, #1692)
- Fix behavior of enter key in name field (#1681)
- Remove area=yes when choosing an area preset (#1684)
- Save history more frequently (#1345)
- Fix combobox menu scroll bar behavior (#963)
- After editing, give a sense when map is updated (#1660)
- Clarify undo/redo tooltips (#1670)
- Add emergency=fire_hydrant preset (#1674)
- Refine power=generator preset (#1675)
- Add leisure=track preset (#1683)
- Fix cursor offset when clicking/dragging after resizing the window (#1678)
- Include low-frequency tag values if they have a wiki entry
- Fix tag value suggestions in preset comboboxes (#1679, #1680)
- Improve performance when drawing
- Tail should appear only first time
- Fix radial menu tooltip positioning on Firefox
- Fix radial menu tooltip positioning
- Custom layers support TMS-flipped Y coordinate with {ty} replacement.
- Allow to join more than two ways (#649)
- Many preset additions and improvements
- Fix Japanese language input (#1594)
- Prevent merging over restriction relations (#1512)
- Support multiple overlay layers
- Fix name field for suffixed ISO 639-1 codes (#1628)
- Add ability to create a new relation (#1576)
- Permit translating all preset term lists (#1633)
- Include GPX and overlay layers in imagery_used (#1463)
- Move sidebar to left, map controls to right
- Rework search UI and consolidate with geocoder
- More dramatic different between hover and active edit feature pane
- Performance improvements
- Added a UI for multilingual name tags
- "Report a bug" in footer is now an icon
- New style for radio buttons and check boxes
- Incomplete relations can no longer be deleted (previously, attempting to do so would generate a JS error)
- Render bridge casing for bridge=viaduct, etc. (#1500)
- Only draw intersections for {high,water,rail,aero}way lines (#1471)
- Improve tag reference loading feedback (#1262)
- Added relation presets
- Display relation members and memberships in inspector
- The sidebar is now persistent, rather than sliding in and out
- The feature being hovered over is previewed in the sidebar
- Zoom to feature only if map parameter isn't also specified
- Don't zoom too far in (>z20) (#1511)
- Don't zoom too far out (<z16). (#1522)
- Added the ability to create multipolygons
- Fix URL template host rotation
- Fix strokes sometimes being clipped as polygons (#1527)
- Refine selection behavior when dragging a node:
- Preserve the sidebar state (#1401)
- Show vertices of selected way (#1478)
- Reselect exact previous selection when finished
- Fix one way marker rendering (#1534)
- You can now click the preset icon to return to the preset list
- All preset fields now have placeholders
- The save dialog now appears in the sidebar
- Added Address preset (#1524)
- Shorten "Zoom in" text, don't hide it on narrow screens (#1477)
- Fix "View on OSM" in sidebar footer (#1473)
- When deleting a vertex, reselect another vertex if possible (#1457)
- The sidebar now has a searchable Feature List (#1545)
- You can add a member to a relation via the "All relations" section of the sidebar
- Test, imagery, translation, and preset updates
- Fix untranslatable strings
- Prefer to keep existing ways when joining
- Fix creating intersecting ways and cope with 0 and 1 node ways
- Fix IE detection in
dist
- Fix GPX track display
- Fixes for Opera compatibility
- Update
osm-auth
to 0.2.1
- Fix the
note
functionality and textarea UI in presets
- Fix walkthrough translation issues