Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@hotosm/id
Advanced tools
release
branch: https://ideditor-release.netlify.appdevelop
branch + latest translations: https://ideditor.netlify.appv3-prototype
branch: https://preview.ideditor.com/masterCome on in, the water's lovely. More help? Ping Martin Raifer
/tyr_asd
or bhousel
on:
#id
channel)#id
channel)irc.oftc.net
, in #osm-dev
)dev
mailing listgit
for your platform
$HOME\.gitconfig
:[core] autocrlf = input
Note: Windows users should run these steps in a shell started with "Run as administrator". This is only necessary the first time so that the build process can create symbolic links.
To run the current development version of iD on your own computer:
The repository is reasonably large, and it's unlikely that you need the full history (~200 MB). If you are happy to wait for it all to download, run:
git clone https://github.com/openstreetmap/iD.git
To clone only the most recent version, instead use a 'shallow clone':
git clone --depth=1 https://github.com/openstreetmap/iD.git
If you want to add in the full history later on, perhaps to run git blame
or git log
, run git fetch --depth=1000000
cd
into the newly cloned project foldernpm install
npm run all
npm start
http://127.0.0.1:8080/
in a web browserFor guidance on building a packaged version, running tests, and contributing to development, see CONTRIBUTING.md.
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.
Initial development of iD was made possible by a grant of the Knight Foundation.
2.21.1
FAQs
A friendly editor for OpenStreetMap
The npm package @hotosm/id receives a total of 35 weekly downloads. As such, @hotosm/id popularity was classified as not popular.
We found that @hotosm/id demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.