mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
19adc5cd547068c7db99e8e83e6a4901f13bbc09
…when using the zoom buttons or +/- keyboard shortcuts (i.e. does not affect the mouse-wheel/pinch zooming) Also: make zoom in/out transition slightly faster. In sum, this allows to zoom in/out multiple levels in quick succession, and using the zoom buttons should be more intuive: they don't snap to very-close zoom levels anymore (e.g. hitting `+` when the current zoom was 15.97 would previously result in a final zoom of 16.00, which is not really what a user would need. Now the zooming in results in a final zoom level of 17.00, which is "actually properly zoomed in". initial zoom | operation | final zoom (new) | final zoom (old code) ----- | --- | ----- | ----- 16.00 | `+` | 17.00 | 17.00 16.00 | `-` | 15.00 | 15.00 16.10 | `+` | 17.00 | 17.00 16.10 | `-` | 15.00 | 15.00 15.90 | `+` | 17.00 | 16.00 15.90 | `-` | 15.00 | 14.00
iD - friendly JavaScript editor for OpenStreetMap
Basics
- iD is a JavaScript OpenStreetMap editor.
- It's intentionally simple. It lets you do the most basic tasks while not breaking other people's data.
- It supports all popular modern desktop browsers: Chrome, Firefox, Safari, Opera, and Edge.
- Data is rendered with d3.js.
Participate!
- Read the project Code of Conduct and remember to be nice to one another.
- Read up on Contributing and the code style of iD.
- See open issues in the issue tracker if you're looking for something to do.
- Translate!
- Test a prerelease version of iD:
- Stable mirror of
releasebranch: https://ideditor-release.netlify.app - Development mirror of
developbranch + latest translations: https://ideditor.netlify.app
- Stable mirror of
Come on in, the water's lovely. More help? Ping Martin Raifer/tyr_asd or bhousel on:
- OpenStreetMap US Slack (
#idchannel) - OpenStreetMap Discord (
#id-and-rapidchannel) - OpenStreetMap IRC (
irc.oftc.net, in#osm-dev) - OpenStreetMap
devmailing list
Installation
Follow the steps in the how to get started guide on how to install, build and run iD locally.
License
iD is available under the ISC License. See the LICENSE.md file for more details.
iD also bundles portions of the following open source software.
- D3.js (BSD-3-Clause)
- CLDR (Unicode Consortium Terms of Use)
- editor-layer-index (CC-BY-SA 3.0)
- Font Awesome (CC-BY 4.0)
- Maki (CC0 1.0)
- Temaki (CC0 1.0)
- Röntgen icon set (CC-BY 4.0)
- Mapillary JS (MIT)
- iD Tagging Schema (ISC)
- name-suggestion-index (BSD-3-Clause)
- osm-community-index (ISC)
Thank you
Initial development of iD was made possible by a grant of the Knight Foundation.
Description
Languages
JavaScript
94.4%
CSS
5.3%
TypeScript
0.2%